Searched refs:FSR_FCC2_MASK (Results 1 – 2 of 2) sorted by relevance
78 #define FSR_FCC2_MASK (((1UL << FSR_FCC2_BITS) - 1) << FSR_FCC2_SHIFT) macro80 #define FSR_GET_FCC2(x) (((x) & FSR_FCC2_MASK) >> FSR_FCC2_SHIFT)
65 ~FSR_FCC2_MASK,