Searched refs:BIT_MASK_LD_SET (Results 1 – 2 of 2) sorted by relevance
63 ldSet = (val >> BIT_OFFSET_LD_SET) & BIT_MASK_LD_SET; in HiethFephyTrim()71 val = (val & ~BIT_MASK_LD_SET) | (ldSet & BIT_MASK_LD_SET); in HiethFephyTrim()
254 #define BIT_MASK_LD_SET MK_BITS(0, 0x1f) macro