Home
last modified time | relevance | path

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

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