Searched refs:PCI_MSI_ADDRESS_HI (Results 1 – 2 of 2) sorted by relevance
107 const PCI_MSI_ADDRESS_HI: u32 = 0x8; // MSI address upper 32 bits (if 64 bit allowed) constant199 } else if len == 4 && offset == PCI_MSI_ADDRESS_HI && self.is_64bit { in write_msi_reg()
314 #define PCI_MSI_ADDRESS_HI 8 /* Upper 32 bits (if PCI_MSI_FLAGS_64BIT set) */ macro