Searched refs:S_CXMAXOPCNT (Results 1 – 1 of 1) sorted by relevance
8130 #define S_CXMAXOPCNT 16 macro8132 #define V_CXMAXOPCNT(x) ((x) << S_CXMAXOPCNT)8133 #define G_CXMAXOPCNT(x) (((x) >> S_CXMAXOPCNT) & M_CXMAXOPCNT)