Home
last modified time | relevance | path

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

/pciutils/lib/
H A Dheader.h1467 #define PCI_DPC_STS_REASON(x) (((x) >> 1) & 0x3) /* DPC Trigger Reason */ macro
/pciutils/
H A Dls-ecaps.c258 FLAG(l, PCI_DPC_STS_TRIGGER), PCI_DPC_STS_REASON(l), FLAG(l, PCI_DPC_STS_INT), in cap_dpc()