Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/pwm/
Dpwm-tiehrpwm.c97 u16 tbctl; member
532 pc->ctx.tbctl = ehrpwm_read(pc->mmio_base, TBCTL); in ehrpwm_pwm_save_context()
553 ehrpwm_write(pc->mmio_base, TBCTL, pc->ctx.tbctl); in ehrpwm_pwm_restore_context()
/linux-6.1.9/drivers/hwmon/
Dltc2947-core.c992 u8 pre = 0, div, tbctl; in ltc2947_setup() local
1021 tbctl = LTC2947_PRE(pre) | LTC2947_DIV(div); in ltc2947_setup()
1023 ret = regmap_write(st->map, LTC2947_REG_TBCTL, tbctl); in ltc2947_setup()