Searched refs:pre_div_mask (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/clk/qcom/ |
| H A D | clk-pll.h | 68 u32 pre_div_mask; member
|
| H A D | clk-alpha-pll.h | 119 u32 pre_div_mask; member
|
| H A D | lcc-ipq806x.c | 49 .pre_div_mask = BIT(19),
|
| H A D | clk-pll.c | 236 mask |= config->pre_div_mask; in clk_pll_configure()
|
| H A D | clk-cpu-8996.c | 107 .pre_div_mask = BIT(12),
|
| H A D | mmcc-msm8974.c | 2302 .pre_div_mask = 0x7 << 12, 2316 .pre_div_mask = 0x7 << 12,
|
| H A D | mmcc-apq8084.c | 3035 .pre_div_mask = 0x7 << 12, 3049 .pre_div_mask = 0x7 << 12,
|
| H A D | gcc-ipq8074.c | 4400 .pre_div_mask = BIT(12), 4412 .pre_div_mask = GENMASK(14, 12),
|
| H A D | gcc-msm8939.c | 216 .pre_div_mask = BIT(12), 263 .pre_div_mask = BIT(12),
|
| H A D | clk-alpha-pll.c | 240 mask |= config->pre_div_mask; in clk_alpha_pll_configure()
|
| H A D | gcc-ipq6018.c | 4160 .pre_div_mask = BIT(12), 4172 .pre_div_mask = GENMASK(14, 12),
|
| H A D | mmcc-msm8960.c | 147 .pre_div_mask = BIT(19),
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/ |
| H A D | clock.c | 1504 unsigned div_mask = 0xf, pre_div_mask = 0xff; in exynos5420_set_spi_clk() local 1555 clrsetbits_le32(pre_reg, pre_div_mask << pre_shift, in exynos5420_set_spi_clk() 1556 (fine & pre_div_mask) << pre_shift); in exynos5420_set_spi_clk()
|