Searched refs:GPIO_DIR (Results 1 – 7 of 7) sorted by relevance
16 #define GPIO_DIR 0x10 macro67 .dirin = ls1x_gc->reg_base + GPIO_DIR, in ls1x_gpio_probe()
28 #define GPIO_DIR 0x00 macro71 mpc8xxx_gc->regs + GPIO_DIR); in mpc8572_gpio_get()352 .dirout = mpc8xxx_gc->regs + GPIO_DIR, in mpc8xxx_probe()406 mpc8xxx_gc->regs + GPIO_DIR); in mpc8xxx_probe()
24 #define GPIO_DIR 0x00 macro200 .dirout = priv->base + GPIO_DIR, in visconti_gpio_probe()
25 #define GPIO_DIR 0x08 macro273 .dirout = g->base + GPIO_DIR, in ftgpio_gpio_probe()
24 #define GPIO_DIR 0x8 /* Direction Register */ macro
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()