Searched refs:HT_MSI_FLAGS (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/arch/powerpc/sysdev/ |
D | mpic_u3msi.c | 54 pci_read_config_byte(pdev, pos + HT_MSI_FLAGS, &flags); in read_ht_magic_addr()
|
D | mpic.c | 464 flags = readb(base + HT_MSI_FLAGS); in mpic_scan_ht_msi() 475 writeb(flags | HT_MSI_FLAGS_ENABLE, base + HT_MSI_FLAGS); in mpic_scan_ht_msi()
|
/linux-3.4.99/drivers/pci/ |
D | quirks.c | 2230 if (pci_read_config_byte(dev, pos + HT_MSI_FLAGS, in msi_ht_cap_enabled() 2292 if (pci_read_config_byte(dev, pos + HT_MSI_FLAGS, in ht_enable_msi_mapping() 2296 pci_write_config_byte(dev, pos + HT_MSI_FLAGS, in ht_enable_msi_mapping() 2376 if (pci_read_config_byte(dev, pos + HT_MSI_FLAGS, in ht_check_msi_mapping() 2497 if (pci_read_config_byte(dev, pos + HT_MSI_FLAGS, in ht_disable_msi_mapping() 2501 pci_write_config_byte(dev, pos + HT_MSI_FLAGS, in ht_disable_msi_mapping()
|
/linux-3.4.99/include/linux/ |
D | pci_regs.h | 637 #define HT_MSI_FLAGS 0x02 /* Offset to flags */ macro
|