Home
last modified time | relevance | path

Searched refs:PCI_EXP_DPC_STATUS_INTERRUPT (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/pci/pcie/
Ddpc.c202 if (!(status & PCI_EXP_DPC_STATUS_INTERRUPT) || status == (u16)(~0)) in dpc_irq()
206 PCI_EXP_DPC_STATUS_INTERRUPT); in dpc_irq()
/Linux-v4.19/include/uapi/linux/
Dpci_regs.h1000 #define PCI_EXP_DPC_STATUS_INTERRUPT 0x0008 /* Interrupt Status */ macro