Home
last modified time | relevance | path

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

/freebsd/sys/dev/gpio/dwgpio/
H A Ddwgpio.c77 #define GPIO_EXT_PORT(n) (0x50 + 0x4 * (n)) /* External Port n */ macro
283 *val = (READ4(sc, GPIO_EXT_PORT(sc->port)) & (1 << i)) ? 1 : 0; in dwgpio_pin_get()