Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pwm/
H A Dpwm-apple.c24 #define APPLE_PWM_ON_CYCLES 0x1c macro
67 writel(on_cycles, fpwm->base + APPLE_PWM_ON_CYCLES); in apple_pwm_apply()
86 on_cycles = readl(fpwm->base + APPLE_PWM_ON_CYCLES); in apple_pwm_get_state()