Home
last modified time | relevance | path

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

/linux/drivers/clocksource/
A Dsamsung_pwm_timer.c65 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()
/linux/drivers/pwm/
A Dpwm-samsung.c505 if (val >= SAMSUNG_PWM_NUM) { in pwm_samsung_parse_dt()
536 chip->chip.npwm = SAMSUNG_PWM_NUM; in pwm_samsung_probe()
537 chip->inverter_mask = BIT(SAMSUNG_PWM_NUM) - 1; in pwm_samsung_probe()
569 for (chan = 0; chan < SAMSUNG_PWM_NUM; ++chan) in pwm_samsung_probe()
612 for (i = 0; i < SAMSUNG_PWM_NUM; i++) { in pwm_samsung_resume()
/linux/include/clocksource/
A Dsamsung_pwm.h10 #define SAMSUNG_PWM_NUM 5 macro
/linux/arch/arm/mach-s3c/
A Ds3c64xx.c178 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()
A Ds3c24xx.c227 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()

Completed in 10 milliseconds