Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/pci/controller/cadence/
Dpcie-cadence-ep.c350 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()
/Linux-v6.1/include/uapi/linux/
Dpci_regs.h55 #define PCI_STATUS_INTERRUPT 0x08 /* Interrupt status */ macro
/Linux-v6.1/drivers/i2c/busses/
Di2c-i801.c608 if (!(pcists & PCI_STATUS_INTERRUPT)) in i801_isr()
1733 if (pcists & PCI_STATUS_INTERRUPT) in i801_probe()
/Linux-v6.1/drivers/pci/
Dpci.c4655 irq_pending = (cmd_status_dword >> 16) & PCI_STATUS_INTERRUPT; in pci_check_and_set_intx_mask()