Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/misc/
H A 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);
/OK3568_Linux_fs/kernel/include/soc/at91/
H A Datmel_tcb.h84 extern const u8 atmel_tc_divisors[5];
/OK3568_Linux_fs/kernel/drivers/pwm/
H A 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()