Searched refs:MMP_CLK_BITS_MASK (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/mmp/ |
H A D | clk.h | 44 #define MMP_CLK_BITS_MASK(width, shift) \ macro 47 ((data & MMP_CLK_BITS_MASK(width, shift)) >> (shift)) 49 (((val) << (shift)) & MMP_CLK_BITS_MASK(width, shift))
|
H A D | clk-mix.c | 158 mux_div &= ~MMP_CLK_BITS_MASK(width, shift); in _set_rate() 165 mux_div &= ~MMP_CLK_BITS_MASK(width, shift); in _set_rate()
|
/kernel/linux/linux-6.6/drivers/clk/mmp/ |
H A D | clk.h | 44 #define MMP_CLK_BITS_MASK(width, shift) \ macro 47 ((data & MMP_CLK_BITS_MASK(width, shift)) >> (shift)) 49 (((val) << (shift)) & MMP_CLK_BITS_MASK(width, shift))
|
H A D | clk-mix.c | 155 mux_div &= ~MMP_CLK_BITS_MASK(width, shift); in _set_rate() 162 mux_div &= ~MMP_CLK_BITS_MASK(width, shift); in _set_rate()
|
Completed in 3 milliseconds