Home
last modified time | relevance | path

Searched refs:atmel_tc_divisors (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/misc/
Datmel_tclib.c23 const u8 atmel_tc_divisors[5] = { 0, 4, 8, 16, 32, }; variable
24 EXPORT_SYMBOL(atmel_tc_divisors);
28 const u8 atmel_tc_divisors[5] = { 2, 8, 32, 128, 0, }; variable
29 EXPORT_SYMBOL(atmel_tc_divisors);
/Linux-v5.10/include/soc/at91/
Datmel_tcb.h84 extern const u8 atmel_tc_divisors[5];
/Linux-v5.10/drivers/pwm/
Dpwm-atmel-tcb.c305 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()