Searched refs:S_TABLELATENCYSTART (Results 1 – 1 of 1) sorted by relevance
28264 #define S_TABLELATENCYSTART 24 macro28266 #define V_TABLELATENCYSTART(x) ((x) << S_TABLELATENCYSTART)28267 #define G_TABLELATENCYSTART(x) (((x) >> S_TABLELATENCYSTART) & M_TABLELATENCYSTART)