Searched refs:CHSR_LERR (Results 1 – 1 of 1) sorted by relevance
147 #define CHSR_LERR(x) (((x) & 0x3) << 4) macro148 #define CHSR_LERR_MASK CHSR_LERR(3)149 #define CHSR_LBERR CHSR_LERR(1)150 #define CHSR_LRERR CHSR_LERR(2)151 #define CHSR_LOERR CHSR_LERR(3)