Searched refs:PCI_MSI_FLAGS_64BIT (Results 1 – 2 of 2) sorted by relevance
104 const PCI_MSI_FLAGS_64BIT: u16 = 0x0080; // 64-bit addresses allowed constant140 is_64bit: (msi_ctl & PCI_MSI_FLAGS_64BIT) != 0, in new()
310 #define PCI_MSI_FLAGS_64BIT 0x0080 /* 64-bit addresses allowed */ macro