Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/mfd/ !
Dingenic-tcu.h51 #define TCU_REG_TDFRc(c) (TCU_REG_TDFR0 + ((c) * TCU_CHANNEL_STRIDE)) macro
/linux-6.12.1/drivers/pwm/ !
Dpwm-jz4740.c110 regmap_write(jz->map, TCU_REG_TDFRc(pwm->hwpwm), 0x0); in jz4740_pwm_disable()
184 regmap_write(jz->map, TCU_REG_TDFRc(pwm->hwpwm), period); in jz4740_pwm_apply()
/linux-6.12.1/drivers/clocksource/ !
Dingenic-timer.c97 regmap_write(tcu->map, TCU_REG_TDFRc(timer->channel), next); in ingenic_tcu_cevt_set_next()
230 regmap_write(tcu->map, TCU_REG_TDFRc(channel), 0xffff); in ingenic_tcu_clocksource_init()