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

/linux-4.4.14/drivers/pwm/
H A Dpwm-sti.c55 struct regmap_field *prescale_high; member in struct:sti_pwm_chip
163 regmap_field_write(pc->prescale_high, sti_pwm_config()
275 pc->prescale_high = devm_regmap_field_alloc(dev, pc->regmap, sti_pwm_probe_dt()
277 if (IS_ERR(pc->prescale_high)) sti_pwm_probe_dt()
278 return PTR_ERR(pc->prescale_high); sti_pwm_probe_dt()

Completed in 43 milliseconds