Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/infiniband/hw/qib/
Dqib_pcie.c262 pci_read_config_word(pdev, pos + PCI_MSI_FLAGS, &control); in qib_msi_setup()
371 pci_read_config_word(dd->pcidev, pos + PCI_MSI_FLAGS, &control); in qib_reinit_intr()
374 pci_write_config_word(dd->pcidev, pos + PCI_MSI_FLAGS, in qib_reinit_intr()
431 pci_read_config_word(pdev, pos + PCI_MSI_FLAGS, &cw); in qib_enable_intx()
434 pci_write_config_word(pdev, pos + PCI_MSI_FLAGS, new); in qib_enable_intx()
/linux-3.4.99/drivers/pci/
Dmsi.h9 #define msi_control_reg(base) (base + PCI_MSI_FLAGS)
Dmsi.c120 pci_read_config_word(dev, pos + PCI_MSI_FLAGS, &control); in msi_set_enable()
124 pci_write_config_word(dev, pos + PCI_MSI_FLAGS, control); in msi_set_enable()
402 pci_read_config_word(dev, pos + PCI_MSI_FLAGS, &control); in __pci_restore_msi_state()
406 pci_write_config_word(dev, pos + PCI_MSI_FLAGS, control); in __pci_restore_msi_state()
819 pci_read_config_word(dev, pos + PCI_MSI_FLAGS, &msgctl); in pci_enable_msi_block()
861 pci_read_config_word(dev, pos + PCI_MSI_FLAGS, &ctrl); in pci_msi_shutdown()
Dpci.c2987 pci_read_config_word(dev, pos + PCI_MSI_FLAGS, &control); in pci_msi_off()
2989 pci_write_config_word(dev, pos + PCI_MSI_FLAGS, control); in pci_msi_off()
/linux-3.4.99/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-3.4.99/arch/alpha/kernel/
Dsys_marvel.c337 pci_read_config_word(dev, msi_loc + PCI_MSI_FLAGS, &msg_ctl); in marvel_map_irq()
364 pci_write_config_word(dev, msi_loc + PCI_MSI_FLAGS, in marvel_map_irq()
/linux-3.4.99/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-3.4.99/include/linux/
Dpci_regs.h289 #define PCI_MSI_FLAGS 2 /* Various flags */ macro
/linux-3.4.99/drivers/scsi/megaraid/
Dmegaraid_sas.h1488 #define msi_control_reg(base) (base + PCI_MSI_FLAGS)
/linux-3.4.99/drivers/net/ethernet/broadcom/
Dtg3.c7835 tp->msi_cap + PCI_MSI_FLAGS, in tg3_restore_pci_state()
7838 tp->msi_cap + PCI_MSI_FLAGS, in tg3_restore_pci_state()
/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c11311 pci_read_config_word(pdev, pos + PCI_MSI_FLAGS, &control); in bnx2x_get_num_non_def_sbs()