Searched refs:bypass_bit (Results  1 – 10 of 10) sorted by relevance
| /Linux-v6.6/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 | cgu.h | 60 	s8 bypass_bit;  member
 | 
| D | jz4770-cgu.c | 119 			.bypass_bit = 9,142 			.bypass_bit = -1,
 
 | 
| D | x1000-cgu.c | 234 			.bypass_bit = 9,257 			.bypass_bit = 6,
 
 | 
| D | cgu.c | 105 	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()
 
 | 
| D | jz4725b-cgu.c | 72 			.bypass_bit = 9,
 | 
| D | jz4740-cgu.c | 87 			.bypass_bit = 9,
 | 
| D | jz4755-cgu.c | 69 			.bypass_bit = 9,
 | 
| D | jz4780-cgu.c | 288 	.bypass_bit = 1, \
 |