Searched refs:atmel_tc_divisors (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/misc/ |
D | atmel_tclib.c | 23 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/ |
D | atmel_tcb.h | 84 extern const u8 atmel_tc_divisors[5];
|
/Linux-v5.10/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()
|