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

/netbsd-current/sys/dev/i2c/
H A Dtwl4030.c67 #define PIN_BIT(pin) __BIT((pin) % 8) macro
229 dir &= ~PIN_BIT(pin);
232 dir |= PIN_BIT(pin);
303 val = __SHIFTOUT(gpio, PIN_BIT(gpin->pin_num));
321 INT_WRITE(sc, SETGPIODATAOUT(gpin->pin_num), PIN_BIT(gpin->pin_num));
323 INT_WRITE(sc, CLEARGPIODATAOUT(gpin->pin_num), PIN_BIT(gpin->pin_num));

Completed in 108 milliseconds