Searched refs:atmel_tc_divisors (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/misc/ |
D | atmel_tclib.c | 22 const u8 atmel_tc_divisors[5] = { 0, 4, 8, 16, 32, }; variable 23 EXPORT_SYMBOL(atmel_tc_divisors); 27 const u8 atmel_tc_divisors[5] = { 2, 8, 32, 128, 0, }; variable 28 EXPORT_SYMBOL(atmel_tc_divisors);
|
/Linux-v4.19/include/linux/ |
D | atmel_tc.h | 79 extern const u8 atmel_tc_divisors[5];
|
/Linux-v4.19/drivers/pwm/ |
D | pwm-atmel-tcb.c | 305 if (atmel_tc_divisors[i] == 0) { in atmel_tcb_pwm_config() 309 min = div_u64((u64)NSEC_PER_SEC * atmel_tc_divisors[i], rate); in atmel_tcb_pwm_config()
|
/Linux-v4.19/drivers/clocksource/ |
D | tcb_clksrc.c | 365 unsigned divisor = atmel_tc_divisors[i]; in tcb_clksrc_init()
|