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

/linux-master/drivers/pci/
H A Dirq.c210 irq_pending = (cmd_status_dword >> 16) & PCI_STATUS_INTERRUPT;
/linux-master/drivers/pci/controller/cadence/
H A Dpcie-cadence-ep.c351 if (((status & PCI_STATUS_INTERRUPT) != 0) ^ (ep->irq_pending != 0)) {
352 status ^= PCI_STATUS_INTERRUPT;
/linux-master/drivers/i2c/busses/
H A Di2c-i801.c630 if (!(pcists & PCI_STATUS_INTERRUPT))
1717 if (pcists & PCI_STATUS_INTERRUPT)
/linux-master/include/uapi/linux/
H A Dpci_regs.h55 #define PCI_STATUS_INTERRUPT 0x08 /* Interrupt status */ macro

Completed in 102 milliseconds