Home
last modified time | relevance | path

Searched refs:stable_bit (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/clk/ingenic/
H A Dx1830-cgu.c131 .stable_bit = 3,
154 .stable_bit = 3,
177 .stable_bit = 3,
200 .stable_bit = 3,
H A Djz4760-cgu.c111 .stable_bit = 10,
135 .stable_bit = 6,
H A Dcgu.h62 s8 stable_bit; member
H A Djz4770-cgu.c121 .stable_bit = 10,
144 .stable_bit = 6,
H A Dx1000-cgu.c236 .stable_bit = 10,
259 .stable_bit = 0,
H A Djz4740-cgu.c85 .stable_bit = 10,
H A Djz4725b-cgu.c70 .stable_bit = 10,
H A Djz4755-cgu.c67 .stable_bit = 10,
H A Dcgu.c192 if (pll_info->stable_bit < 0) in ingenic_pll_check_stable()
196 ctl & BIT(pll_info->stable_bit), in ingenic_pll_check_stable()
H A Djz4780-cgu.c286 .stable_bit = 6, \
/linux/drivers/clk/mvebu/
H A Dap-cpu-clk.c164 unsigned int cpu_clkdiv_reg, cpu_force_reg, cpu_ratio_reg, stable_bit; in ap_cpu_clk_set_rate() local
197 stable_bit = BIT(clk->pll_regs->ratio_state_offset + in ap_cpu_clk_set_rate()
202 reg & stable_bit, STATUS_POLL_PERIOD_US, in ap_cpu_clk_set_rate()