Home
last modified time | relevance | path

Searched refs:PCI_STATUS_INTERRUPT (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/dpdk/pcie/igb_uio/
H A Dcompat.h105 pending = (((status >> 16) & PCI_STATUS_INTERRUPT) != 0); in pci_check_and_mask_intx()
/OK3568_Linux_fs/kernel/drivers/pci/controller/cadence/
H A Dpcie-cadence-ep.c307 if (((status & PCI_STATUS_INTERRUPT) != 0) ^ (ep->irq_pending != 0)) { in cdns_pcie_ep_assert_intx()
308 status ^= PCI_STATUS_INTERRUPT; in cdns_pcie_ep_assert_intx()
/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.h56 #define PCI_STATUS_INTERRUPT 0x08 /* Interrupt status */ 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.h56 #define PCI_STATUS_INTERRUPT 0x08 /* Interrupt status */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpci_regs.h55 #define PCI_STATUS_INTERRUPT 0x08 /* Interrupt status */ macro
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dpci.c4508 irq_pending = (cmd_status_dword >> 16) & PCI_STATUS_INTERRUPT; in pci_check_and_set_intx_mask()