Searched refs:SAMSUNG_PWM_NUM (Results 1 – 5 of 5) sorted by relevance
65 unsigned int irq[SAMSUNG_PWM_NUM];380 mask = ~pwm.variant.output_mask & ((1 << SAMSUNG_PWM_NUM) - 1); in _samsung_pwm_clocksource_init()408 memcpy(pwm.irq, irqs, SAMSUNG_PWM_NUM * sizeof(*irqs)); in samsung_pwm_clocksource_init()427 for (i = 0; i < SAMSUNG_PWM_NUM; ++i) in samsung_pwm_alloc()431 if (val >= SAMSUNG_PWM_NUM) { in samsung_pwm_alloc()
535 if (val >= SAMSUNG_PWM_NUM) { in pwm_samsung_parse_dt()566 chip->chip.npwm = SAMSUNG_PWM_NUM; in pwm_samsung_probe()567 chip->inverter_mask = BIT(SAMSUNG_PWM_NUM) - 1; in pwm_samsung_probe()599 for (chan = 0; chan < SAMSUNG_PWM_NUM; ++chan) in pwm_samsung_probe()642 for (i = 0; i < SAMSUNG_PWM_NUM; i++) { in pwm_samsung_resume()
10 #define SAMSUNG_PWM_NUM 5 macro
178 s3c64xx_pwm_variant.output_mask = BIT(SAMSUNG_PWM_NUM) - 1; in s3c64xx_set_timer_source()184 unsigned int timer_irqs[SAMSUNG_PWM_NUM] = { in s3c64xx_timer_init()
227 s3c24xx_pwm_variant.output_mask = BIT(SAMSUNG_PWM_NUM) - 1; in s3c24xx_set_timer_source()233 unsigned int timer_irqs[SAMSUNG_PWM_NUM] = { in s3c24xx_timer_init()