Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pwm/
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()