Home
last modified time | relevance | path

Searched refs:PCI_MSI_FLAGS (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/devices/src/pci/
Dvfio_pci.rs102 const PCI_MSI_FLAGS: u32 = 0x2; // Message Control constant
136 let msi_ctl = config.read_config_word(msi_cap_start + PCI_MSI_FLAGS); in new()
179 if len == 2 && offset == PCI_MSI_FLAGS { in write_msi_reg()
/external/kernel-headers/original/uapi/linux/
Dpci_regs.h306 #define PCI_MSI_FLAGS 2 /* Message Control */ macro