Lines Matching defs:x
417 #define PCI_X_CMD_VERSION(x) (((x) >> 12) & 3) /* Version */ argument
713 #define PCI_ERR_CAP_FEP(x) ((x) & 31) /* First Error Pointer */ argument
774 #define PCI_PWR_DATA_BASE(x) ((x) & 0xff) /* Base Power */ argument
775 #define PCI_PWR_DATA_SCALE(x) (((x) >> 8) & 3) /* Data Scale */ argument
776 #define PCI_PWR_DATA_PM_SUB(x) (((x) >> 10) & 7) /* PM Sub State */ argument
777 #define PCI_PWR_DATA_PM_STATE(x) (((x) >> 13) & 3) /* PM State */ argument
778 #define PCI_PWR_DATA_TYPE(x) (((x) >> 15) & 7) /* Type */ argument
779 #define PCI_PWR_DATA_RAIL(x) (((x) >> 18) & 7) /* Power Rail */ argument
781 #define PCI_PWR_CAP_BUDGET(x) ((x) & 1) /* Included in system budget */ argument
786 #define PCI_VNDR_HEADER_ID(x) ((x) & 0xffff) argument
787 #define PCI_VNDR_HEADER_REV(x) (((x) >> 16) & 0xf) argument
788 #define PCI_VNDR_HEADER_LEN(x) (((x) >> 20) & 0xfff) argument
828 #define PCI_ARI_CAP_NFN(x) (((x) >> 8) & 0xff) /* Next Function Number */ argument
832 #define PCI_ARI_CTRL_FG(x) (((x) >> 4) & 7) /* Function Group */ argument
837 #define PCI_ATS_CAP_QDEP(x) ((x) & 0x1f) /* Invalidate Queue Depth */ argument
841 #define PCI_ATS_CTRL_STU(x) ((x) & 0x1f) /* Smallest Translation Unit */ argument
870 #define PCI_SRIOV_CAP_INTR(x) ((x) >> 21) /* Interrupt Message Number */ argument
891 #define PCI_SRIOV_VFM_BIR(x) ((x) & 7) /* State BIR */ argument
892 #define PCI_SRIOV_VFM_OFFSET(x) ((x) & ~7) /* State Offset */ argument