Searched refs:mshift (Results 1 - 2 of 2) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | clk-provider.h | 843 * @mshift: shift to the numerator bit field
865 u8 mshift;
member 886 unsigned long flags, void __iomem *reg, u8 mshift, u8 mwidth, u8 nshift,
889 unsigned long flags, void __iomem *reg, u8 mshift, u8 mwidth,
|
/device/soc/rockchip/common/sdk_linux/drivers/clk/rockchip/ |
H A D | clk.c | 260 div->mshift = 16; in rockchip_clk_register_frac_branch() 262 div->mmask = GENMASK(div->mwidth - 1, 0) << div->mshift; in rockchip_clk_register_frac_branch()
|
Completed in 6 milliseconds