Home
last modified time | relevance | path

Searched refs:MMP_CLK_BITS_MASK (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/clk/mmp/
Dclk.h41 #define MMP_CLK_BITS_MASK(width, shift) \ macro
44 ((data & MMP_CLK_BITS_MASK(width, shift)) >> (shift))
46 (((val) << (shift)) & MMP_CLK_BITS_MASK(width, shift))
Dclk-mix.c158 mux_div &= ~MMP_CLK_BITS_MASK(width, shift); in _set_rate()
165 mux_div &= ~MMP_CLK_BITS_MASK(width, shift); in _set_rate()