Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-tc3589x.c68 u8 reg = TC3589x_GPIODIR0 + offset / 8; in tc3589x_gpio_direction_output()
81 u8 reg = TC3589x_GPIODIR0 + offset / 8; in tc3589x_gpio_direction_input()
92 u8 reg = TC3589x_GPIODIR0 + offset / 8; in tc3589x_gpio_get_direction()
/openbmc/linux/include/linux/mfd/
H A Dtc3589x.h88 #define TC3589x_GPIODIR0 0xC6 macro