Home
last modified time | relevance | path

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

/linux/include/linux/mfd/
H A Dingenic-tcu.h15 #define TCU_REG_TESR 0x14 macro
/linux/drivers/clocksource/
H A Dingenic-timer.c99 regmap_write(tcu->map, TCU_REG_TESR, BIT(timer->channel)); in ingenic_tcu_cevt_set_next()
234 regmap_write(tcu->map, TCU_REG_TESR, BIT(channel)); in ingenic_tcu_clocksource_init()
H A Dingenic-ost.c112 regmap_write(map, TCU_REG_TESR, BIT(TCU_OST_CHANNEL)); in ingenic_ost_probe()
/linux/drivers/pwm/
H A Dpwm-jz4740.c96 regmap_write(jz->map, TCU_REG_TESR, BIT(pwm->hwpwm)); in jz4740_pwm_enable()