Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/remotectl/
H A Drockchip_pwm_remotectl.c391 val = readl_relaxed(ddata->base + PWM_REG_CTRL); in rk_pwm_pwrkey_wakeup_init()
393 writel_relaxed(val, ddata->base + PWM_REG_CTRL); in rk_pwm_pwrkey_wakeup_init()
452 val = readl_relaxed(ddata->base + PWM_REG_CTRL); in rk_pwm_pwrkey_wakeup_init()
454 writel_relaxed(val, ddata->base + PWM_REG_CTRL); in rk_pwm_pwrkey_wakeup_init()
485 val = readl_relaxed(pwm_base + PWM_REG_CTRL); in rk_pwm_remotectl_hw_init()
487 writel_relaxed(val, pwm_base + PWM_REG_CTRL); in rk_pwm_remotectl_hw_init()
489 val = readl_relaxed(pwm_base + PWM_REG_CTRL); in rk_pwm_remotectl_hw_init()
491 writel_relaxed(val, pwm_base + PWM_REG_CTRL); in rk_pwm_remotectl_hw_init()
493 val = readl_relaxed(pwm_base + PWM_REG_CTRL); in rk_pwm_remotectl_hw_init()
495 writel_relaxed(val, pwm_base + PWM_REG_CTRL); in rk_pwm_remotectl_hw_init()
[all …]
H A Drockchip_pwm_remotectl.h14 #define PWM_REG_CTRL 0x0c /* Control Register */ macro