Searched refs:GPIO_EXT_PORT (Results 1 – 7 of 7) sorted by relevance
27 #define GPIO_EXT_PORT 0x70 macro41 return readl(gpio_addr + GPIO_EXT_PORT); in gpio_read()46 #define GPIO_EXT_PORT 0x50 macro55 return readl(gpio_addr + GPIO_EXT_PORT); in gpio_read()
31 #define GPIO_EXT_PORT(p) (0x50 + (p) * 4) macro66 return !!(readl(plat->base + GPIO_EXT_PORT(plat->bank)) & (1 << pin)); in dwapb_gpio_get_value()
38 #define GPIO_EXT_PORT 0x50 macro261 return gpio_bit_rd(bank->regbase, GPIO_EXT_PORT, offset_to_bit(gpio)); in gpio_irq_get_gpio_level()
42 #define GPIO_EXT_PORT 0x70 macro274 return readl(bank->regbase + GPIO_EXT_PORT) & offset_to_bit(gpio) ? 1 : 0; in gpio_irq_get_gpio_level()
96 data_reg = rk628_pin_iomux_groups[i].gpio_base + GPIO_EXT_PORT; in rk628_misc_gpio_get_value()
40 #define GPIO_EXT_PORT 0x70 macro
64 #define GPIO_EXT_PORT 0x70 macro414 data_reg = bank->reg_base + GPIO_EXT_PORT; in rk628_gpio_get()