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

/linux-master/arch/powerpc/sysdev/
H A Dmpic_u3msi.c48 pci_read_config_byte(pdev, pos + HT_MSI_FLAGS, &flags);
H A Dmpic.c471 flags = readb(base + HT_MSI_FLAGS);
482 writeb(flags | HT_MSI_FLAGS_ENABLE, base + HT_MSI_FLAGS);
/linux-master/drivers/pci/
H A Dquirks.c2742 if (pci_read_config_byte(dev, pos + HT_MSI_FLAGS,
2796 if (pci_read_config_byte(dev, pos + HT_MSI_FLAGS,
2800 pci_write_config_byte(dev, pos + HT_MSI_FLAGS,
2939 if (pci_read_config_byte(dev, pos + HT_MSI_FLAGS,
3060 if (pci_read_config_byte(dev, pos + HT_MSI_FLAGS,
3064 pci_write_config_byte(dev, pos + HT_MSI_FLAGS,
/linux-master/include/uapi/linux/
H A Dpci_regs.h883 #define HT_MSI_FLAGS 0x02 /* Offset to flags */ macro

Completed in 135 milliseconds