Searched refs:HT_MSI_FLAGS (Results 1 – 3 of 3) sorted by relevance
/linux/arch/powerpc/sysdev/ |
H A D | mpic_u3msi.c | 48 pci_read_config_byte(pdev, pos + HT_MSI_FLAGS, &flags); in read_ht_magic_addr()
|
/linux/drivers/pci/ |
H A D | quirks.c | 2753 if (pci_read_config_byte(dev, pos + HT_MSI_FLAGS, in msi_ht_cap_enabled() 2807 if (pci_read_config_byte(dev, pos + HT_MSI_FLAGS, in ht_enable_msi_mapping() 2811 pci_write_config_byte(dev, pos + HT_MSI_FLAGS, in ht_enable_msi_mapping() 2950 if (pci_read_config_byte(dev, pos + HT_MSI_FLAGS, in ht_check_msi_mapping() 3071 if (pci_read_config_byte(dev, pos + HT_MSI_FLAGS, in ht_disable_msi_mapping() 3075 pci_write_config_byte(dev, pos + HT_MSI_FLAGS, in ht_disable_msi_mapping()
|
/linux/include/uapi/linux/ |
H A D | pci_regs.h | 897 #define HT_MSI_FLAGS 0x02 /* Offset to flags */ macro
|