Searched refs:PWM_REG_CTRL (Results 1 - 4 of 4) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/input/ |
H A D | rockchip_pwm_remotectl.c | 368 val = readl_relaxed(ddata->base + PWM_REG_CTRL);
in rk_pwm_pwrkey_wakeup_init() 370 writel_relaxed(val, ddata->base + PWM_REG_CTRL);
in rk_pwm_pwrkey_wakeup_init() 430 val = readl_relaxed(ddata->base + PWM_REG_CTRL);
in rk_pwm_pwrkey_wakeup_init() 432 writel_relaxed(val, ddata->base + PWM_REG_CTRL);
in rk_pwm_pwrkey_wakeup_init() 465 val = readl_relaxed(pwm_base + PWM_REG_CTRL);
in rk_pwm_remotectl_hw_init() 467 writel_relaxed(val, pwm_base + PWM_REG_CTRL);
in rk_pwm_remotectl_hw_init() 469 val = readl_relaxed(pwm_base + PWM_REG_CTRL);
in rk_pwm_remotectl_hw_init() 471 writel_relaxed(val, pwm_base + PWM_REG_CTRL);
in rk_pwm_remotectl_hw_init() 473 val = readl_relaxed(pwm_base + PWM_REG_CTRL);
in rk_pwm_remotectl_hw_init() 475 writel_relaxed(val, pwm_base + PWM_REG_CTRL);
in rk_pwm_remotectl_hw_init() [all...] |
H A D | rockchip_pwm_remotectl.h | 13 #define PWM_REG_CTRL 0x0c /* Control Register */
macro
|
/device/soc/rockchip/rk3588/kernel/drivers/input/remotectl/ |
H A D | rockchip_pwm_remotectl.c | 388 val = readl_relaxed(ddata->base + PWM_REG_CTRL); in rk_pwm_pwrkey_wakeup_init() 390 writel_relaxed(val, ddata->base + PWM_REG_CTRL); in rk_pwm_pwrkey_wakeup_init() 449 val = readl_relaxed(ddata->base + PWM_REG_CTRL); in rk_pwm_pwrkey_wakeup_init() 451 writel_relaxed(val, ddata->base + PWM_REG_CTRL); in rk_pwm_pwrkey_wakeup_init() 482 val = readl_relaxed(pwm_base + PWM_REG_CTRL); in rk_pwm_remotectl_hw_init() 484 writel_relaxed(val, pwm_base + PWM_REG_CTRL); in rk_pwm_remotectl_hw_init() 486 val = readl_relaxed(pwm_base + PWM_REG_CTRL); in rk_pwm_remotectl_hw_init() 488 writel_relaxed(val, pwm_base + PWM_REG_CTRL); in rk_pwm_remotectl_hw_init() 490 val = readl_relaxed(pwm_base + PWM_REG_CTRL); in rk_pwm_remotectl_hw_init() 492 writel_relaxed(val, pwm_base + PWM_REG_CTRL); in rk_pwm_remotectl_hw_init() [all...] |
H A D | rockchip_pwm_remotectl.h | 14 #define PWM_REG_CTRL 0x0c /* Control Register */ macro
|
Completed in 4 milliseconds