Searched refs:PCI_STATUS_INTERRUPT (Results 1 – 7 of 7) sorted by relevance
350 if (((status & PCI_STATUS_INTERRUPT) != 0) ^ (ep->irq_pending != 0)) { in cdns_pcie_ep_assert_intx()351 status ^= PCI_STATUS_INTERRUPT; in cdns_pcie_ep_assert_intx()
55 #define PCI_STATUS_INTERRUPT 0x08 /* Interrupt status */ macro
608 if (!(pcists & PCI_STATUS_INTERRUPT)) in i801_isr()1728 if (pcists & PCI_STATUS_INTERRUPT) in i801_probe()
336 dev->config[PCI_STATUS] |= PCI_STATUS_INTERRUPT; in pci_update_irq_status()338 dev->config[PCI_STATUS] &= ~PCI_STATUS_INTERRUPT; in pci_update_irq_status()766 s->config[PCI_STATUS] &= ~PCI_STATUS_INTERRUPT; in pci_device_save()
269 ASSERT_BIT_CLEAR(data, PCI_STATUS_INTERRUPT); in ahci_test_pci_spec()
4747 irq_pending = (cmd_status_dword >> 16) & PCI_STATUS_INTERRUPT; in pci_check_and_set_intx_mask()