Searched refs:GPIO_EXT_PORT (Results 1 – 4 of 4) sorted by relevance
29 #define GPIO_EXT_PORT 0x70 macro43 return readl(gpio_addr + GPIO_EXT_PORT); in gpio_read()48 #define GPIO_EXT_PORT 0x50 macro57 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()