Home
last modified time | relevance | path

Searched refs:HT_MSI_FLAGS (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/sysdev/
H A Dmpic_u3msi.c48 pci_read_config_byte(pdev, pos + HT_MSI_FLAGS, &flags); in read_ht_magic_addr()
/linux/drivers/pci/
H A Dquirks.c2753 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 Dpci_regs.h897 #define HT_MSI_FLAGS 0x02 /* Offset to flags */ macro