Home
last modified time | relevance | path

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

/linux/arch/mips/pci/
H A Dmsi-octeon.c80 pci_read_config_word(dev, dev->msi_cap + PCI_MSI_FLAGS, &control); in arch_setup_msi_irq()
182 pci_write_config_word(dev, dev->msi_cap + PCI_MSI_FLAGS, control); in arch_setup_msi_irq()
/linux/drivers/pci/controller/cadence/
H A Dpcie-cadence-ep.c242 flags = cdns_pcie_ep_fn_readw(pcie, fn, cap + PCI_MSI_FLAGS); in cdns_pcie_ep_set_msi()
246 cdns_pcie_ep_fn_writew(pcie, fn, cap + PCI_MSI_FLAGS, flags); in cdns_pcie_ep_set_msi()
262 flags = cdns_pcie_ep_fn_readw(pcie, fn, cap + PCI_MSI_FLAGS); in cdns_pcie_ep_get_msi()
397 flags = cdns_pcie_ep_fn_readw(pcie, fn, cap + PCI_MSI_FLAGS); in cdns_pcie_ep_send_msi_irq()
452 flags = cdns_pcie_ep_fn_readw(pcie, fn, cap + PCI_MSI_FLAGS); in cdns_pcie_ep_map_msi_irq()
/linux/drivers/pci/controller/
H A Dpci-loongson.c173 pci_read_config_word(dev, dev->msi_cap + PCI_MSI_FLAGS, &val); in loongson_pci_msi_quirk()
175 pci_write_config_word(dev, dev->msi_cap + PCI_MSI_FLAGS, val); in loongson_pci_msi_quirk()
/linux/arch/alpha/kernel/
H A 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/drivers/pci/controller/plda/
H A Dpcie-microchip-host.c306 reg = readw_relaxed(ecam + MC_MSI_CAP_CTRL_OFFSET + PCI_MSI_FLAGS); in mc_pcie_enable_msi()
308 writew_relaxed(reg, ecam + MC_MSI_CAP_CTRL_OFFSET + PCI_MSI_FLAGS); in mc_pcie_enable_msi()
313 writew_relaxed(reg, ecam + MC_MSI_CAP_CTRL_OFFSET + PCI_MSI_FLAGS); in mc_pcie_enable_msi()
/linux/drivers/xen/xen-pciback/
H A Dconf_space_capability.c271 .offset = PCI_MSI_FLAGS,
H A Dconf_space.c297 dev->msi_cap + PCI_MSI_FLAGS, in xen_pcibk_get_interrupt_type()
/linux/drivers/pci/controller/dwc/
H A Dpcie-designware-ep.c685 reg = ep_func->msi_cap + PCI_MSI_FLAGS; in dw_pcie_ep_get_msi()
708 reg = ep_func->msi_cap + PCI_MSI_FLAGS; in dw_pcie_ep_set_msi()
881 reg = ep_func->msi_cap + PCI_MSI_FLAGS; in dw_pcie_ep_raise_msi_irq()
/linux/include/uapi/linux/
H A Dpci_regs.h315 #define PCI_MSI_FLAGS 0x02 /* Message Control */ macro
/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c9095 tp->msi_cap + PCI_MSI_FLAGS, in tg3_restore_pci_state()
9098 tp->msi_cap + PCI_MSI_FLAGS, in tg3_restore_pci_state()