Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pwm/
Dpwm-sti.c95 struct regmap_field *prescale_high; member
220 ret = regmap_field_write(pc->prescale_high, value); in sti_pwm_config()
507 pc->prescale_high = devm_regmap_field_alloc(dev, pc->regmap, in sti_pwm_probe_dt()
509 if (IS_ERR(pc->prescale_high)) in sti_pwm_probe_dt()
510 return PTR_ERR(pc->prescale_high); in sti_pwm_probe_dt()