Searched refs:REG_DIR (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/pinctrl/meson/ |
| H A D | pinctrl-meson.h | 65 REG_DIR, enumerator 125 [REG_DIR] = { dr, db }, \
|
| H A D | pinctrl-meson.c | 187 ret = meson_gpio_calc_reg_and_bit(dev, offset, REG_DIR, ®, &bit); in meson_gpio_get_direction() 202 ret = meson_gpio_calc_reg_and_bit(dev, offset, REG_DIR, ®, &bit); in meson_gpio_direction_input() 218 ret = meson_gpio_calc_reg_and_bit(dev, offset, REG_DIR, ®, &bit); in meson_gpio_direction_output()
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/meson/ |
| H A D | pinctrl-meson.h | 68 REG_DIR, enumerator 155 [REG_DIR] = { dr, db }, \
|
| H A D | pinctrl-meson.c | 221 return meson_pinconf_set_gpio_bit(pc, pin, REG_DIR, !out); in meson_pinconf_set_output() 227 int ret = meson_pinconf_get_gpio_bit(pc, pin, REG_DIR); in meson_pinconf_get_output()
|