Searched refs:BIT_MASK_LPQ_V1 (Results 1 – 1 of 1) sorted by relevance
4808 #define BIT_MASK_LPQ_V1 0xfff macro4809 #define BIT_LPQ_V1(x) (((x) & BIT_MASK_LPQ_V1) << BIT_SHIFT_LPQ_V1)4810 #define BIT_GET_LPQ_V1(x) (((x) >> BIT_SHIFT_LPQ_V1) & BIT_MASK_LPQ_V1)