Home
last modified time | relevance | path

Searched refs:PCI_MSI_FLAGS_ENABLE (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/arch/mips/pci/
H A Dpci-xlr.c241 if ((val & PCI_MSI_FLAGS_ENABLE) == 0) { in arch_setup_msi_irq()
242 val |= PCI_MSI_FLAGS_ENABLE; in arch_setup_msi_irq()
/OK3568_Linux_fs/kernel/drivers/xen/xen-pciback/
H A Dconf_space_capability.c197 .enable_bit = PCI_MSI_FLAGS_ENABLE,
198 .allowed_bits = PCI_MSI_FLAGS_ENABLE,
H A Dconf_space.c307 if (val & PCI_MSI_FLAGS_ENABLE) in xen_pcibk_get_interrupt_type()
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dsys_marvel.c339 if (msg_ctl & PCI_MSI_FLAGS_ENABLE) { in marvel_map_irq()
365 msg_ctl & ~PCI_MSI_FLAGS_ENABLE); in marvel_map_irq()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/
H A Dqib_pcie.c332 if (!(control & PCI_MSI_FLAGS_ENABLE)) { in qib_reinit_intr()
333 control |= PCI_MSI_FLAGS_ENABLE; in qib_reinit_intr()
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dpci.h194 control &= ~PCI_MSI_FLAGS_ENABLE; in pci_msi_set_enable()
196 control |= PCI_MSI_FLAGS_ENABLE; in pci_msi_set_enable()
H A Dmsi.c451 control |= (entry->msi_attrib.multiple << 4) | PCI_MSI_FLAGS_ENABLE; in __pci_restore_msi_state()
/OK3568_Linux_fs/kernel/drivers/pci/controller/cadence/
H A Dpcie-cadence-ep.c220 if (!(flags & PCI_MSI_FLAGS_ENABLE)) in cdns_pcie_ep_get_msi()
347 if (!(flags & PCI_MSI_FLAGS_ENABLE)) in cdns_pcie_ep_send_msi_irq()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dpci_regs.h307 #define PCI_MSI_FLAGS_ENABLE 0x0001 /* MSI feature enabled */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dpci_regs.h307 #define PCI_MSI_FLAGS_ENABLE 0x0001 /* MSI feature enabled */ macro
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpcie-rcar-ep.c355 if ((val & PCI_MSI_FLAGS_ENABLE)) { in rcar_pcie_ep_assert_intx()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpci_regs.h307 #define PCI_MSI_FLAGS_ENABLE 0x0001 /* MSI feature enabled */ macro
/OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/
H A Dpcie-designware-ep.c327 if (!(val & PCI_MSI_FLAGS_ENABLE)) in dw_pcie_ep_get_msi()
H A Dpci-imx6.c1178 val |= PCI_MSI_FLAGS_ENABLE; in imx6_pcie_probe()
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h408 #define PCI_MSI_FLAGS_ENABLE 0x01 /* MSI feature enabled */ macro
/OK3568_Linux_fs/kernel/drivers/vfio/pci/
H A Dvfio_pci_config.c1134 flags &= ~PCI_MSI_FLAGS_ENABLE; in vfio_msi_config_write()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/
H A Dtg3.c9007 ctrl | PCI_MSI_FLAGS_ENABLE); in tg3_restore_pci_state()