Searched refs:pre_div_mask (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/drivers/clk/qcom/ |
H A D | clk-pll.h | 68 u32 pre_div_mask; member
|
H A D | clk-alpha-pll.h | 142 u32 pre_div_mask; member
|
H A D | clk-cbf-8996.c | 61 .pre_div_mask = BIT(12),
|
H A D | lcc-ipq806x.c | 51 .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 | 120 .pre_div_mask = BIT(12),
|
H A D | mmcc-msm8974.c | 2347 .pre_div_mask = 0x7 << 12, 2361 .pre_div_mask = 0x7 << 12,
|
H A D | mmcc-apq8084.c | 2800 .pre_div_mask = 0x7 << 12, 2814 .pre_div_mask = 0x7 << 12,
|
H A D | clk-alpha-pll.c | 407 mask |= config->pre_div_mask; in clk_alpha_pll_configure() 2481 mask |= config->pre_div_mask; in clk_stromer_pll_configure()
|
H A D | gcc-msm8939.c | 215 .pre_div_mask = BIT(12), 262 .pre_div_mask = BIT(12),
|
H A D | gcc-ipq6018.c | 4153 .pre_div_mask = BIT(12), 4168 .pre_div_mask = GENMASK(14, 12),
|
H A D | gcc-ipq8074.c | 4275 .pre_div_mask = BIT(12), 4287 .pre_div_mask = GENMASK(14, 12),
|
H A D | mmcc-msm8960.c | 87 .pre_div_mask = BIT(19),
|
H A D | gcc-msm8976.c | 164 .pre_div_mask = 0x7 << 12,
|
/openbmc/u-boot/arch/arm/mach-exynos/ |
H A D | clock.c | 1516 unsigned div_mask = 0xf, pre_div_mask = 0xff; in exynos5420_set_spi_clk() local 1567 clrsetbits_le32(pre_reg, pre_div_mask << pre_shift, in exynos5420_set_spi_clk() 1568 (fine & pre_div_mask) << pre_shift); in exynos5420_set_spi_clk()
|