Searched refs:HT_MSI_FLAGS (Results 1 – 3 of 3) sorted by relevance
48 pci_read_config_byte(pdev, pos + HT_MSI_FLAGS, &flags); in read_ht_magic_addr()
472 flags = readb(base + HT_MSI_FLAGS); in mpic_scan_ht_msi()483 writeb(flags | HT_MSI_FLAGS_ENABLE, base + HT_MSI_FLAGS); in mpic_scan_ht_msi()
915 #define HT_MSI_FLAGS 0x02 /* Offset to flags */ macro