Searched refs:PCI_MSI_ADDRESS_LO (Results 1 – 2 of 2) sorted by relevance
620 …if (!config_fetch(d, where + PCI_MSI_ADDRESS_LO, (is64 ? PCI_MSI_DATA_64 : PCI_MSI_DATA_32) + 2 - … in cap_msi()631 t = get_conf_long(d, where + PCI_MSI_ADDRESS_LO); in cap_msi()
359 #define PCI_MSI_ADDRESS_LO 4 /* Lower 32 bits */ macro