Searched refs:PCI_MSI_FLAGS (Results 1 – 10 of 10) sorted by relevance
/linux-2.6.39/drivers/pci/ |
D | msi.c | 94 pci_read_config_word(dev, pos + PCI_MSI_FLAGS, &control); in msi_set_enable() 98 pci_write_config_word(dev, pos + PCI_MSI_FLAGS, control); in msi_set_enable() 364 pci_read_config_word(dev, pos + PCI_MSI_FLAGS, &control); in __pci_restore_msi_state() 368 pci_write_config_word(dev, pos + PCI_MSI_FLAGS, control); in __pci_restore_msi_state() 676 pci_read_config_word(dev, pos + PCI_MSI_FLAGS, &msgctl); in pci_enable_msi_block() 718 pci_read_config_word(dev, pos + PCI_MSI_FLAGS, &ctrl); in pci_msi_shutdown()
|
D | msi.h | 9 #define msi_control_reg(base) (base + PCI_MSI_FLAGS)
|
D | pci.c | 2378 pci_read_config_word(dev, pos + PCI_MSI_FLAGS, &control); in pci_msi_off() 2380 pci_write_config_word(dev, pos + PCI_MSI_FLAGS, control); in pci_msi_off()
|
/linux-2.6.39/drivers/infiniband/hw/qib/ |
D | qib_pcie.c | 244 pci_read_config_word(pdev, pos + PCI_MSI_FLAGS, &control); in qib_msi_setup() 353 pci_read_config_word(dd->pcidev, pos + PCI_MSI_FLAGS, &control); in qib_reinit_intr() 356 pci_write_config_word(dd->pcidev, pos + PCI_MSI_FLAGS, in qib_reinit_intr() 413 pci_read_config_word(pdev, pos + PCI_MSI_FLAGS, &cw); in qib_enable_intx() 416 pci_write_config_word(pdev, pos + PCI_MSI_FLAGS, new); in qib_enable_intx()
|
/linux-2.6.39/arch/mips/pci/ |
D | msi-octeon.c | 75 pci_read_config_word(dev, desc->msi_attrib.pos + PCI_MSI_FLAGS, in arch_setup_msi_irq() 172 pci_write_config_word(dev, desc->msi_attrib.pos + PCI_MSI_FLAGS, in arch_setup_msi_irq()
|
/linux-2.6.39/arch/alpha/kernel/ |
D | sys_marvel.c | 338 pci_read_config_word(dev, msi_loc + PCI_MSI_FLAGS, &msg_ctl); in marvel_map_irq() 365 pci_write_config_word(dev, msi_loc + PCI_MSI_FLAGS, in marvel_map_irq()
|
/linux-2.6.39/drivers/misc/ |
D | spear13xx_pcie_gadget.c | 278 spear_dbi_read_reg(config, cap + PCI_MSI_FLAGS, 1, &flags); in pcie_gadget_store_int_type() 281 spear_dbi_write_reg(config, cap + PCI_MSI_FLAGS, 1, flags); in pcie_gadget_store_int_type() 303 spear_dbi_read_reg(config, cap + PCI_MSI_FLAGS, 1, &flags); in pcie_gadget_show_no_of_msi()
|
/linux-2.6.39/include/linux/ |
D | pci_regs.h | 289 #define PCI_MSI_FLAGS 2 /* Various flags */ macro
|
/linux-2.6.39/drivers/scsi/megaraid/ |
D | megaraid_sas.h | 1481 #define msi_control_reg(base) (base + PCI_MSI_FLAGS)
|
/linux-2.6.39/drivers/net/ |
D | tg3.c | 7019 tp->msi_cap + PCI_MSI_FLAGS, in tg3_restore_pci_state() 7022 tp->msi_cap + PCI_MSI_FLAGS, in tg3_restore_pci_state()
|