Searched refs:GPIO_EXT_PORT (Results 1 – 1 of 1) sorted by relevance
77 #define GPIO_EXT_PORT(n) (0x50 + 0x4 * (n)) /* External Port n */ macro283 *val = (READ4(sc, GPIO_EXT_PORT(sc->port)) & (1 << i)) ? 1 : 0; in dwgpio_pin_get()