Home
last modified time | relevance | path

Searched defs:_pin (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/dev/i2c/
H A Dpca9554.c48 #define PCAGPIO_PORT(_pin) ((_pin) > 7 ? 1 : 0) argument
49 #define PCAGPIO_BIT(_pin) (1 << ((_pin) % 8)) argument