Searched refs:REG_DIR (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/drivers/pinctrl/meson/ |
D | pinctrl-meson.h | 64 REG_DIR, enumerator 124 [REG_DIR] = { dr, db }, \
|
D | pinctrl-meson.c | 186 ret = meson_gpio_calc_reg_and_bit(dev, offset, REG_DIR, ®, &bit); in meson_gpio_get_direction() 201 ret = meson_gpio_calc_reg_and_bit(dev, offset, REG_DIR, ®, &bit); in meson_gpio_direction_input() 217 ret = meson_gpio_calc_reg_and_bit(dev, offset, REG_DIR, ®, &bit); in meson_gpio_direction_output()
|