Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/gpio/
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()
/linux-4.19.296/include/linux/mfd/
Dtc3589x.h86 #define TC3589x_GPIODIR0 0xC6 macro