Searched refs:MMP_CLK_BITS_MASK (Results 1 – 2 of 2) sorted by relevance
44 #define MMP_CLK_BITS_MASK(width, shift) \ macro47 ((data & MMP_CLK_BITS_MASK(width, shift)) >> (shift))49 (((val) << (shift)) & MMP_CLK_BITS_MASK(width, shift))
155 mux_div &= ~MMP_CLK_BITS_MASK(width, shift); in _set_rate()162 mux_div &= ~MMP_CLK_BITS_MASK(width, shift); in _set_rate()