Home
last modified time | relevance | path

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 Dpinctrl-meson.c86 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, &reg, in meson_gpio_get()
136 ret = meson_gpio_calc_reg_and_bit(dev->parent, offset, REG_OUT, &reg, in meson_gpio_set()
152 ret = meson_gpio_calc_reg_and_bit(dev->parent, offset, REG_DIR, &reg, in meson_gpio_get_direction()
168 ret = meson_gpio_calc_reg_and_bit(dev->parent, offset, REG_DIR, &reg, in meson_gpio_direction_input()
185 ret = meson_gpio_calc_reg_and_bit(dev->parent, offset, REG_DIR, &reg, in meson_gpio_direction_output()
192 ret = meson_gpio_calc_reg_and_bit(dev->parent, offset, REG_OUT, &reg, in meson_gpio_direction_output()
210 ret = meson_gpio_calc_reg_and_bit(dev, offset, REG_PULLEN, &reg, &bit); in meson_pinconf_bias_set()
221 ret = meson_gpio_calc_reg_and_bit(dev, offset, REG_PULL, &reg, &bit); in meson_pinconf_bias_set()
246 ret = meson_gpio_calc_reg_and_bit(dev, offset, REG_DS, &reg, &bit); in meson_pinconf_drive_strength_set()

Completed in 3 milliseconds