Searched refs:bypass_bit (Results 1 – 9 of 9) sorted by relevance
/drivers/clk/ingenic/ |
D | x1830-cgu.c | 129 .bypass_bit = 30, 152 .bypass_bit = 28, 175 .bypass_bit = 24, 198 .bypass_bit = 26,
|
D | jz4760-cgu.c | 109 .bypass_bit = 9, 133 .bypass_bit = -1,
|
D | jz4770-cgu.c | 119 .bypass_bit = 9, 142 .bypass_bit = -1,
|
D | x1000-cgu.c | 201 .bypass_bit = 9, 224 .bypass_bit = 6,
|
D | cgu.c | 102 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()
|
D | cgu.h | 55 s8 bypass_bit; member
|
D | jz4725b-cgu.c | 72 .bypass_bit = 9,
|
D | jz4740-cgu.c | 87 .bypass_bit = 9,
|
D | jz4780-cgu.c | 288 .bypass_bit = 1, \
|