Home
last modified time | relevance | path

Searched refs:PCI_MSI_FLAGS (Results 1 – 10 of 10) sorted by relevance

/linux-2.6.39/drivers/pci/
Dmsi.c94 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()
Dmsi.h9 #define msi_control_reg(base) (base + PCI_MSI_FLAGS)
Dpci.c2378 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/
Dqib_pcie.c244 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/
Dmsi-octeon.c75 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/
Dsys_marvel.c338 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/
Dspear13xx_pcie_gadget.c278 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/
Dpci_regs.h289 #define PCI_MSI_FLAGS 2 /* Various flags */ macro
/linux-2.6.39/drivers/scsi/megaraid/
Dmegaraid_sas.h1481 #define msi_control_reg(base) (base + PCI_MSI_FLAGS)
/linux-2.6.39/drivers/net/
Dtg3.c7019 tp->msi_cap + PCI_MSI_FLAGS, in tg3_restore_pci_state()
7022 tp->msi_cap + PCI_MSI_FLAGS, in tg3_restore_pci_state()