Searched refs:tbctl (Results 1 – 2 of 2) sorted by relevance
97 u16 tbctl; member530 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()
993 u8 pre = 0, div, tbctl; in ltc2947_setup() local1022 tbctl = LTC2947_PRE(pre) | LTC2947_DIV(div); in ltc2947_setup()1024 ret = regmap_write(st->map, LTC2947_REG_TBCTL, tbctl); in ltc2947_setup()