Searched refs:HT_MSI_FLAGS (Results 1 – 5 of 5) sorted by relevance
/openbmc/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()
|
H A D | mpic.c | 471 flags = readb(base + HT_MSI_FLAGS); in mpic_scan_ht_msi() 482 writeb(flags | HT_MSI_FLAGS_ENABLE, base + HT_MSI_FLAGS); in mpic_scan_ht_msi()
|
/openbmc/linux/include/uapi/linux/ |
H A D | pci_regs.h | 881 #define HT_MSI_FLAGS 0x02 /* Offset to flags */ macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | pci_regs.h | 883 #define HT_MSI_FLAGS 0x02 /* Offset to flags */ macro
|
/openbmc/linux/drivers/pci/ |
H A D | quirks.c | 2748 if (pci_read_config_byte(dev, pos + HT_MSI_FLAGS, in msi_ht_cap_enabled() 2802 if (pci_read_config_byte(dev, pos + HT_MSI_FLAGS, in ht_enable_msi_mapping() 2806 pci_write_config_byte(dev, pos + HT_MSI_FLAGS, in ht_enable_msi_mapping() 2945 if (pci_read_config_byte(dev, pos + HT_MSI_FLAGS, in ht_check_msi_mapping() 3066 if (pci_read_config_byte(dev, pos + HT_MSI_FLAGS, in ht_disable_msi_mapping() 3070 pci_write_config_byte(dev, pos + HT_MSI_FLAGS, in ht_disable_msi_mapping()
|