Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/remotectl/
H A Drockchip_pwm_remotectl.c325 int temp_hpr; in rockchip_pwm_irq() local
337 temp_hpr = readl_relaxed(ddata->base + PWM_REG_HPR); in rockchip_pwm_irq()
341 DBG("hpr=%d\n", temp_hpr); in rockchip_pwm_irq()
347 + ddata->pwm_freq_nstime * temp_hpr / 1000; in rockchip_pwm_irq()
353 * (temp_hpr + temp_lpr) / 1000; in rockchip_pwm_irq()