Home
last modified time | relevance | path

Searched refs:bypass_bit (Results 1 – 10 of 10) sorted by relevance

/Linux-v6.6/drivers/clk/ingenic/
Dx1830-cgu.c129 .bypass_bit = 30,
152 .bypass_bit = 28,
175 .bypass_bit = 24,
198 .bypass_bit = 26,
Djz4760-cgu.c109 .bypass_bit = 9,
133 .bypass_bit = -1,
Dcgu.h60 s8 bypass_bit; member
Djz4770-cgu.c119 .bypass_bit = 9,
142 .bypass_bit = -1,
Dx1000-cgu.c234 .bypass_bit = 9,
257 .bypass_bit = 6,
Dcgu.c105 if (pll_info->bypass_bit >= 0) { in ingenic_pll_recalc_rate()
108 bypass = !!(ctl & BIT(pll_info->bypass_bit)); in ingenic_pll_recalc_rate()
261 if (pll_info->bypass_bit >= 0) { in ingenic_pll_enable()
264 ctl &= ~BIT(pll_info->bypass_bit); in ingenic_pll_enable()
Djz4725b-cgu.c72 .bypass_bit = 9,
Djz4740-cgu.c87 .bypass_bit = 9,
Djz4755-cgu.c69 .bypass_bit = 9,
Djz4780-cgu.c288 .bypass_bit = 1, \