Searched refs:meson_gpio_calc_reg_and_bit (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/pinctrl/meson/ |
H A D | pinctrl-meson.c | 56 static int meson_gpio_calc_reg_and_bit(struct udevice *dev, unsigned int offset, in meson_gpio_calc_reg_and_bit() function 92 ret = meson_gpio_calc_reg_and_bit(dev->parent, offset, REG_IN, ®, in meson_gpio_get() 106 ret = meson_gpio_calc_reg_and_bit(dev->parent, offset, REG_OUT, ®, in meson_gpio_set() 122 ret = meson_gpio_calc_reg_and_bit(dev->parent, offset, REG_DIR, ®, in meson_gpio_get_direction() 138 ret = meson_gpio_calc_reg_and_bit(dev->parent, offset, REG_DIR, ®, in meson_gpio_direction_input() 155 ret = meson_gpio_calc_reg_and_bit(dev->parent, offset, REG_DIR, ®, in meson_gpio_direction_output() 162 ret = meson_gpio_calc_reg_and_bit(dev->parent, offset, REG_OUT, ®, in meson_gpio_direction_output() 180 ret = meson_gpio_calc_reg_and_bit(dev, offset, REG_PULLEN, ®, &bit); in meson_pinconf_bias_set() 191 ret = meson_gpio_calc_reg_and_bit(dev, offset, REG_PULL, ®, &bit); in meson_pinconf_bias_set()
|