Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/pinctrl/meson/
Dpinctrl-meson.c313 unsigned int reg, bit, ds_val; in meson_pinconf_set_drive_strength() local
328 ds_val = MESON_PINCONF_DRV_500UA; in meson_pinconf_set_drive_strength()
330 ds_val = MESON_PINCONF_DRV_2500UA; in meson_pinconf_set_drive_strength()
332 ds_val = MESON_PINCONF_DRV_3000UA; in meson_pinconf_set_drive_strength()
334 ds_val = MESON_PINCONF_DRV_4000UA; in meson_pinconf_set_drive_strength()
339 ds_val = MESON_PINCONF_DRV_4000UA; in meson_pinconf_set_drive_strength()
342 ret = regmap_update_bits(pc->reg_ds, reg, 0x3 << bit, ds_val << bit); in meson_pinconf_set_drive_strength()