Home
last modified time | relevance | path

Searched refs:SAMSUNG_PWM_NUM (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/clocksource/
Dsamsung_pwm.h21 #define SAMSUNG_PWM_NUM 5 macro
/linux-4.19.296/drivers/pwm/
Dpwm-samsung.c494 if (val >= SAMSUNG_PWM_NUM) { in pwm_samsung_parse_dt()
527 chip->chip.npwm = SAMSUNG_PWM_NUM; in pwm_samsung_probe()
528 chip->inverter_mask = BIT(SAMSUNG_PWM_NUM) - 1; in pwm_samsung_probe()
564 for (chan = 0; chan < SAMSUNG_PWM_NUM; ++chan) in pwm_samsung_probe()
610 for (i = 0; i < SAMSUNG_PWM_NUM; i++) { in pwm_samsung_resume()