Searched refs:GLB_STATE_MASK (Results 1 – 1 of 1) sorted by relevance
218 #define GLB_STATE_MASK GENMASK(14, 12) macro223 #define GLB_STATE(x) (((x) << 12) & GLB_STATE_MASK)224 #define GLB_STATE_GET(x) (((x) & GLB_STATE_MASK) >> 12)