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

/netbsd-current/sys/dev/i2c/
H A Dtcagpio.c51 #define PORT_CFG(pin) (0x06 + PORT_BANK(pin)) macro
117 gpio = I2C_READ(sc, PORT_CFG(pin));
130 I2C_WRITE(sc, PORT_CFG(pin), gpio);

Completed in 127 milliseconds