Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/sysdev/
Dmpic_u3msi.c48 pci_read_config_byte(pdev, pos + HT_MSI_FLAGS, &flags); in read_ht_magic_addr()
Dmpic.c471 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()
/linux-6.6.21/include/uapi/linux/
Dpci_regs.h881 #define HT_MSI_FLAGS 0x02 /* Offset to flags */ macro
/linux-6.6.21/drivers/pci/
Dquirks.c2735 if (pci_read_config_byte(dev, pos + HT_MSI_FLAGS, in msi_ht_cap_enabled()
2789 if (pci_read_config_byte(dev, pos + HT_MSI_FLAGS, in ht_enable_msi_mapping()
2793 pci_write_config_byte(dev, pos + HT_MSI_FLAGS, in ht_enable_msi_mapping()
2932 if (pci_read_config_byte(dev, pos + HT_MSI_FLAGS, in ht_check_msi_mapping()
3053 if (pci_read_config_byte(dev, pos + HT_MSI_FLAGS, in ht_disable_msi_mapping()
3057 pci_write_config_byte(dev, pos + HT_MSI_FLAGS, in ht_disable_msi_mapping()