Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/controller/
Dpcie-cadence-ep.c287 if (((status & PCI_STATUS_INTERRUPT) != 0) ^ (ep->irq_pending != 0)) { in cdns_pcie_ep_assert_intx()
288 status ^= PCI_STATUS_INTERRUPT; in cdns_pcie_ep_assert_intx()
/Linux-v4.19/include/uapi/linux/
Dpci_regs.h55 #define PCI_STATUS_INTERRUPT 0x08 /* Interrupt status */ macro
/Linux-v4.19/drivers/pci/
Dpci.c4246 irq_pending = (cmd_status_dword >> 16) & PCI_STATUS_INTERRUPT; in pci_check_and_set_intx_mask()