Home
last modified time | relevance | path

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

/linux/drivers/pwm/
H A Dpwm-apple.c23 #define APPLE_PWM_CTRL 0x00 macro
69 fpwm->base + APPLE_PWM_CTRL); in apple_pwm_apply()
71 writel(0, fpwm->base + APPLE_PWM_CTRL); in apple_pwm_apply()
84 ctrl = readl(fpwm->base + APPLE_PWM_CTRL); in apple_pwm_get_state()