Searched refs:HT_MSI_FLAGS (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/include/uapi/linux/ |
D | pci_regs.h | 848 #define HT_MSI_FLAGS 0x02 /* Offset to flags */ macro
|
/linux-4.19.296/drivers/pci/ |
D | quirks.c | 2549 if (pci_read_config_byte(dev, pos + HT_MSI_FLAGS, in msi_ht_cap_enabled() 2610 if (pci_read_config_byte(dev, pos + HT_MSI_FLAGS, in ht_enable_msi_mapping() 2614 pci_write_config_byte(dev, pos + HT_MSI_FLAGS, in ht_enable_msi_mapping() 2691 if (pci_read_config_byte(dev, pos + HT_MSI_FLAGS, in ht_check_msi_mapping() 2812 if (pci_read_config_byte(dev, pos + HT_MSI_FLAGS, in ht_disable_msi_mapping() 2816 pci_write_config_byte(dev, pos + HT_MSI_FLAGS, in ht_disable_msi_mapping()
|