Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/pinctrl/meson/
H A Dpinctrl-meson.c56 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, &reg, in meson_gpio_get()
106 ret = meson_gpio_calc_reg_and_bit(dev->parent, offset, REG_OUT, &reg, in meson_gpio_set()
122 ret = meson_gpio_calc_reg_and_bit(dev->parent, offset, REG_DIR, &reg, in meson_gpio_get_direction()
138 ret = meson_gpio_calc_reg_and_bit(dev->parent, offset, REG_DIR, &reg, in meson_gpio_direction_input()
155 ret = meson_gpio_calc_reg_and_bit(dev->parent, offset, REG_DIR, &reg, in meson_gpio_direction_output()
162 ret = meson_gpio_calc_reg_and_bit(dev->parent, offset, REG_OUT, &reg, in meson_gpio_direction_output()
180 ret = meson_gpio_calc_reg_and_bit(dev, offset, REG_PULLEN, &reg, &bit); in meson_pinconf_bias_set()
191 ret = meson_gpio_calc_reg_and_bit(dev, offset, REG_PULL, &reg, &bit); in meson_pinconf_bias_set()