Searched refs:meson_gpio_calc_reg_and_bit (Results 1 – 1 of 1) sorted by relevance
/u-boot-v2022.01-rc1/drivers/pinctrl/meson/ |
A D | pinctrl-meson.c | 86 static int meson_gpio_calc_reg_and_bit(struct udevice *dev, unsigned int offset, in meson_gpio_calc_reg_and_bit() function 122 ret = meson_gpio_calc_reg_and_bit(dev->parent, offset, REG_IN, ®, in meson_gpio_get() 136 ret = meson_gpio_calc_reg_and_bit(dev->parent, offset, REG_OUT, ®, in meson_gpio_set() 152 ret = meson_gpio_calc_reg_and_bit(dev->parent, offset, REG_DIR, ®, in meson_gpio_get_direction() 168 ret = meson_gpio_calc_reg_and_bit(dev->parent, offset, REG_DIR, ®, in meson_gpio_direction_input() 185 ret = meson_gpio_calc_reg_and_bit(dev->parent, offset, REG_DIR, ®, in meson_gpio_direction_output() 192 ret = meson_gpio_calc_reg_and_bit(dev->parent, offset, REG_OUT, ®, in meson_gpio_direction_output() 210 ret = meson_gpio_calc_reg_and_bit(dev, offset, REG_PULLEN, ®, &bit); in meson_pinconf_bias_set() 221 ret = meson_gpio_calc_reg_and_bit(dev, offset, REG_PULL, ®, &bit); in meson_pinconf_bias_set() 246 ret = meson_gpio_calc_reg_and_bit(dev, offset, REG_DS, ®, &bit); in meson_pinconf_drive_strength_set()
|
Completed in 3 milliseconds