Searched refs:BIT_MASK_CW (Results 1 – 1 of 1) sorted by relevance
7450 #define BIT_MASK_CW 0xff macro7451 #define BIT_CW(x) (((x) & BIT_MASK_CW) << BIT_SHIFT_CW)7452 #define BIT_GET_CW(x) (((x) >> BIT_SHIFT_CW) & BIT_MASK_CW)