Searched refs:PCI_STATUS_INTERRUPT (Results 1 – 3 of 3) sorted by relevance
287 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()
55 #define PCI_STATUS_INTERRUPT 0x08 /* Interrupt status */ macro
4246 irq_pending = (cmd_status_dword >> 16) & PCI_STATUS_INTERRUPT; in pci_check_and_set_intx_mask()