Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/clk/ingenic/
Dx1830-cgu.c129 .bypass_bit = 30,
152 .bypass_bit = 28,
175 .bypass_bit = 24,
198 .bypass_bit = 26,
Djz4760-cgu.c111 .bypass_bit = 9,
135 .bypass_bit = -1,
Dcgu.h55 s8 bypass_bit; member
Djz4770-cgu.c119 .bypass_bit = 9,
142 .bypass_bit = -1,
Dx1000-cgu.c201 .bypass_bit = 9,
224 .bypass_bit = 6,
Dcgu.c102 if (pll_info->bypass_bit >= 0) { in ingenic_pll_recalc_rate()
105 bypass = !!(ctl & BIT(pll_info->bypass_bit)); in ingenic_pll_recalc_rate()
243 if (pll_info->bypass_bit >= 0) { in ingenic_pll_enable()
246 ctl &= ~BIT(pll_info->bypass_bit); in ingenic_pll_enable()
Djz4740-cgu.c87 .bypass_bit = 9,
Djz4725b-cgu.c72 .bypass_bit = 9,
Djz4780-cgu.c288 .bypass_bit = 1, \