Searched refs:GPIO_DIR (Results 1 – 2 of 2) sorted by relevance
45 #define GPIO_DIR(p) (GPIO_BASE(p) + 0x08) macro1136 reg = GPIO_DIR(pin); in xway_pinconf_get()1210 reg = GPIO_DIR(pin); in xway_pinconf_set()1319 gpio_clearbit(info->membase[0], GPIO_DIR(pin), PORT_PIN(pin)); in xway_gpio_dir_in()1332 gpio_setbit(info->membase[0], GPIO_DIR(pin), PORT_PIN(pin)); in xway_gpio_dir_out()
257 .dirout = gctrl->membase + GPIO_DIR, in gpiolib_reg()447 val = !!(readl(gctrl->membase + GPIO_DIR) & BIT(offset)); in eqbr_pinconf_get()