Searched refs:GPIOBASE (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/i2c/
H A Dtwl4030.c62 #define GPIOBASE 0x98 macro
63 #define GPIODATAIN(pin) (GPIOBASE + 0x00 + (pin) / 8)
64 #define GPIODATADIR(pin) (GPIOBASE + 0x03 + (pin) / 8)
65 #define CLEARGPIODATAOUT(pin) (GPIOBASE + 0x09 + (pin) / 8)
66 #define SETGPIODATAOUT(pin) (GPIOBASE + 0x0c + (pin) / 8)
68 #define GPIOPUPDCTR(pin) (GPIOBASE + 0x13 + (n) / 4)

Completed in 76 milliseconds