Searched refs:post_div_mask (Results 1 – 13 of 13) sorted by relevance
/drivers/clk/qcom/ |
D | clk-pll.h | 70 u32 post_div_mask; member
|
D | clk-alpha-pll.h | 121 u32 post_div_mask; member
|
D | clk-cpu-8996.c | 108 .post_div_mask = 0x3 << 8, 150 .post_div_mask = 0x3 << 8,
|
D | lcc-ipq806x.c | 51 .post_div_mask = BIT(21) | BIT(20),
|
D | clk-pll.c | 237 mask |= config->post_div_mask; in clk_pll_configure()
|
D | clk-alpha-pll.c | 241 mask |= config->post_div_mask; in clk_alpha_pll_configure() 1036 if (config->post_div_mask) { in clk_fabia_pll_configure() 1037 mask = config->post_div_mask; in clk_fabia_pll_configure()
|
D | mmcc-msm8974.c | 2304 .post_div_mask = 0x3 << 8, 2318 .post_div_mask = 0x3 << 8,
|
D | mmcc-apq8084.c | 3037 .post_div_mask = 0x3 << 8, 3051 .post_div_mask = 0x3 << 8,
|
D | gcc-msm8939.c | 218 .post_div_mask = BIT(9) | BIT(8), 265 .post_div_mask = BIT(9) | BIT(8),
|
D | gcc-ipq8074.c | 4396 .post_div_mask = GENMASK(9, 8), 4408 .post_div_mask = GENMASK(11, 8),
|
D | gcc-ipq6018.c | 4156 .post_div_mask = GENMASK(9, 8), 4168 .post_div_mask = GENMASK(11, 8),
|
D | gcc-qcs404.c | 342 .post_div_mask = 0xf << 8,
|
D | mmcc-msm8960.c | 149 .post_div_mask = 0x3 << 20,
|