Searched refs:PCI_MSI_FLAGS_64BIT (Results 1 – 3 of 3) sorted by relevance
164 #define is_64bit_address(control) (!!(control & PCI_MSI_FLAGS_64BIT))
34 (msi->address64 ? PCI_MSI_FLAGS_64BIT : 0); in control_read()
296 #define PCI_MSI_FLAGS_64BIT 0x80 /* 64-bit addresses allowed */ macro
Completed in 10 milliseconds