Home | History | Annotate | Download | only in src

Lines Matching refs:MASK_BITS8

114 #define MASK_BITS8(p,l) \
120 (((num)& (MASK_BITS8(p,l)))>>(p)):(0U) )
128 (((num)& (~MASK_BITS8(p,l)))|((val)<<(p))):(0U))