Home
last modified time | relevance | path

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

/pciutils/
H A Dls-caps.c620 …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()
/pciutils/lib/
H A Dheader.h359 #define PCI_MSI_ADDRESS_LO 4 /* Lower 32 bits */ macro