Searched refs:S_REFB_RANGE (Results 1 – 1 of 1) sorted by relevance
11407 #define S_REFB_RANGE 23 macro11409 #define V_REFB_RANGE(x) ((x) << S_REFB_RANGE)11410 #define G_REFB_RANGE(x) (((x) >> S_REFB_RANGE) & M_REFB_RANGE)