Searched refs:GPIO_EXT_PORT (Results 1 – 1 of 1) sorted by relevance
30 #define GPIO_EXT_PORT(p) (0x50 + (p) * 4) macro65 return !!(readl(plat->base + GPIO_EXT_PORT(plat->bank)) & (1 << pin)); in dwapb_gpio_get_value()