Searched refs:PCI_MSI_DATA_64 (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()626 w = get_conf_word(d, where + PCI_MSI_DATA_64); in cap_msi()
362 #define PCI_MSI_DATA_64 12 /* 16 bits of data for 64-bit devices */ macro