Lines Matching defs:x

435 #define  PCI_X_CMD_VERSION(x)	(((x) >> 12) & 3) /* Version */  argument
794 #define PCI_ERR_CAP_FEP(x) ((x) & 0x1f) /* First Error Pointer */ argument
854 #define PCI_PWR_DATA_BASE(x) ((x) & 0xff) /* Base Power */ argument
855 #define PCI_PWR_DATA_SCALE(x) (((x) >> 8) & 3) /* Data Scale */ argument
856 #define PCI_PWR_DATA_PM_SUB(x) (((x) >> 10) & 7) /* PM Sub State */ argument
857 #define PCI_PWR_DATA_PM_STATE(x) (((x) >> 13) & 3) /* PM State */ argument
858 #define PCI_PWR_DATA_TYPE(x) (((x) >> 15) & 7) /* Type */ argument
859 #define PCI_PWR_DATA_RAIL(x) (((x) >> 18) & 7) /* Power Rail */ argument
861 #define PCI_PWR_CAP_BUDGET(x) ((x) & 1) /* Included in system budget */ argument
868 #define PCI_RCEC_BUSN_NEXT(x) (((x) >> 8) & 0xff) argument
869 #define PCI_RCEC_BUSN_LAST(x) (((x) >> 16) & 0xff) argument
873 #define PCI_VNDR_HEADER_ID(x) ((x) & 0xffff) argument
874 #define PCI_VNDR_HEADER_REV(x) (((x) >> 16) & 0xf) argument
875 #define PCI_VNDR_HEADER_LEN(x) (((x) >> 20) & 0xfff) argument
915 #define PCI_ARI_CAP_NFN(x) (((x) >> 8) & 0xff) /* Next Function Number */ argument
919 #define PCI_ARI_CTRL_FG(x) (((x) >> 4) & 7) /* Function Group */ argument
924 #define PCI_ATS_CAP_QDEP(x) ((x) & 0x1f) /* Invalidate Queue Depth */ argument
929 #define PCI_ATS_CTRL_STU(x) ((x) & 0x1f) /* Smallest Translation Unit */ argument
960 #define PCI_SRIOV_CAP_INTR(x) ((x) >> 21) /* Interrupt Message Number */ argument
981 #define PCI_SRIOV_VFM_BIR(x) ((x) & 7) /* State BIR */ argument
982 #define PCI_SRIOV_VFM_OFFSET(x) ((x) & ~7) /* State Offset */ argument
1138 #define PCI_DVSEC_HEADER1_VID(x) ((x) & 0xffff) argument
1139 #define PCI_DVSEC_HEADER1_REV(x) (((x) >> 16) & 0xf) argument
1140 #define PCI_DVSEC_HEADER1_LEN(x) (((x) >> 20) & 0xfff) argument
1142 #define PCI_DVSEC_HEADER2_ID(x) ((x) & 0xffff) argument