Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pci/pcie/
Ddpc.c275 if (!(status & PCI_EXP_DPC_STATUS_INTERRUPT) || status == (u16)(~0)) in dpc_irq()
279 PCI_EXP_DPC_STATUS_INTERRUPT); in dpc_irq()
/Linux-v5.4/include/uapi/linux/
Dpci_regs.h1014 #define PCI_EXP_DPC_STATUS_INTERRUPT 0x0008 /* Interrupt Status */ macro