Home
last modified time | relevance | path

Searched refs:pre_div_mask (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/drivers/clk/qcom/
H A Dclk-pll.h68 u32 pre_div_mask; member
H A Dclk-alpha-pll.h142 u32 pre_div_mask; member
H A Dclk-cbf-8996.c61 .pre_div_mask = BIT(12),
H A Dlcc-ipq806x.c51 .pre_div_mask = BIT(19),
H A Dclk-pll.c236 mask |= config->pre_div_mask; in clk_pll_configure()
H A Dclk-cpu-8996.c120 .pre_div_mask = BIT(12),
H A Dmmcc-msm8974.c2347 .pre_div_mask = 0x7 << 12,
2361 .pre_div_mask = 0x7 << 12,
H A Dmmcc-apq8084.c2800 .pre_div_mask = 0x7 << 12,
2814 .pre_div_mask = 0x7 << 12,
H A Dclk-alpha-pll.c407 mask |= config->pre_div_mask; in clk_alpha_pll_configure()
2481 mask |= config->pre_div_mask; in clk_stromer_pll_configure()
H A Dgcc-msm8939.c215 .pre_div_mask = BIT(12),
262 .pre_div_mask = BIT(12),
H A Dgcc-ipq6018.c4153 .pre_div_mask = BIT(12),
4168 .pre_div_mask = GENMASK(14, 12),
H A Dgcc-ipq8074.c4275 .pre_div_mask = BIT(12),
4287 .pre_div_mask = GENMASK(14, 12),
H A Dmmcc-msm8960.c87 .pre_div_mask = BIT(19),
H A Dgcc-msm8976.c164 .pre_div_mask = 0x7 << 12,
/openbmc/u-boot/arch/arm/mach-exynos/
H A Dclock.c1516 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()