Searched refs:S_ACCPLBIAS (Results 1 – 1 of 1) sorted by relevance
66105 #define S_ACCPLBIAS 0 macro66107 #define V_ACCPLBIAS(x) ((x) << S_ACCPLBIAS)66108 #define G_ACCPLBIAS(x) (((x) >> S_ACCPLBIAS) & M_ACCPLBIAS)