Home
last modified time | relevance | path

Searched refs:GPIO_EXT_PORT (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/gpio/
H A Ddwapb_gpio.c31 #define GPIO_EXT_PORT(p) (0x50 + (p) * 4) macro
70 return !!(readl(plat->base + GPIO_EXT_PORT(plat->bank)) & (1 << pin)); in dwapb_gpio_get_value()