Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/pwm/
Dpwm-tiehrpwm.c97 u16 tbctl; member
502 pc->ctx.tbctl = ehrpwm_read(pc->mmio_base, TBCTL); in ehrpwm_pwm_save_context()
523 ehrpwm_write(pc->mmio_base, TBCTL, pc->ctx.tbctl); in ehrpwm_pwm_restore_context()
/Linux-v5.15/drivers/hwmon/
Dltc2947-core.c999 u8 pre = 0, div, tbctl; in ltc2947_setup() local
1036 tbctl = LTC2947_PRE(pre) | LTC2947_DIV(div); in ltc2947_setup()
1038 ret = regmap_write(st->map, LTC2947_REG_TBCTL, tbctl); in ltc2947_setup()