Searched refs:PCI_STATUS_INTERRUPT (Results 1 – 4 of 4) sorted by relevance
351 if (((status & PCI_STATUS_INTERRUPT) != 0) ^ (ep->irq_pending != 0)) { in cdns_pcie_ep_assert_intx()352 status ^= PCI_STATUS_INTERRUPT; in cdns_pcie_ep_assert_intx()
55 #define PCI_STATUS_INTERRUPT 0x08 /* Interrupt status */ macro
632 if (!(pcists & PCI_STATUS_INTERRUPT)) in i801_isr()1838 if (pcists & PCI_STATUS_INTERRUPT) in i801_probe()
4620 irq_pending = (cmd_status_dword >> 16) & PCI_STATUS_INTERRUPT; in pci_check_and_set_intx_mask()
Completed in 24 milliseconds