Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/meson/
H A Dpinctrl-meson.c312 unsigned int reg, bit, ds_val; in meson_pinconf_set_drive_strength() local
327 ds_val = MESON_PINCONF_DRV_500UA; in meson_pinconf_set_drive_strength()
329 ds_val = MESON_PINCONF_DRV_2500UA; in meson_pinconf_set_drive_strength()
331 ds_val = MESON_PINCONF_DRV_3000UA; in meson_pinconf_set_drive_strength()
333 ds_val = MESON_PINCONF_DRV_4000UA; in meson_pinconf_set_drive_strength()
338 ds_val = MESON_PINCONF_DRV_4000UA; in meson_pinconf_set_drive_strength()
341 ret = regmap_update_bits(pc->reg_ds, reg, 0x3 << bit, ds_val << bit); in meson_pinconf_set_drive_strength()