Home
last modified time | relevance | path

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

/freebsd/sys/dev/iicbus/gpio/
H A Dtca64xx.c62 #define TCA64XX_BIT_FROM_PIN(pin) (pin % TCA64XX_PINS_PER_REG) macro
351 bit = TCA64XX_BIT_FROM_PIN(pin); in tca64xx_pin_getflags()
384 bit = TCA64XX_BIT_FROM_PIN(pin); in tca64xx_pin_setflags()
450 bit = TCA64XX_BIT_FROM_PIN(pin); in tca64xx_pin_get()
476 bit = TCA64XX_BIT_FROM_PIN(pin); in tca64xx_pin_set()
520 bit = TCA64XX_BIT_FROM_PIN(pin); in tca64xx_pin_toggle()