Home
last modified time | relevance | path

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

/linux/drivers/clk/ingenic/
H A Dx1830-cgu.c129 .bypass_bit = 30,
152 .bypass_bit = 28,
175 .bypass_bit = 24,
198 .bypass_bit = 26,
H A Djz4760-cgu.c109 .bypass_bit = 9,
133 .bypass_bit = -1,
H A Djz4770-cgu.c119 .bypass_bit = 9,
142 .bypass_bit = -1,
H A Dcgu.h60 s8 bypass_bit; member
H A 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()
H A Dx1000-cgu.c234 .bypass_bit = 9,
257 .bypass_bit = 6,
H A Djz4740-cgu.c87 .bypass_bit = 9,
H A Djz4725b-cgu.c72 .bypass_bit = 9,
H A Djz4755-cgu.c69 .bypass_bit = 9,
H A Djz4780-cgu.c288 .bypass_bit = 1, \