Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-tc3589x.c117 u8 odereg = TC3589x_GPIOODE0 + (offset / 8) * 2; in tc3589x_gpio_set_config() local
128 return tc3589x_set_bits(tc3589x, odereg, BIT(pos), BIT(pos)); in tc3589x_gpio_set_config()
135 return tc3589x_set_bits(tc3589x, odereg, BIT(pos), BIT(pos)); in tc3589x_gpio_set_config()
138 return tc3589x_set_bits(tc3589x, odereg, BIT(pos), 0); in tc3589x_gpio_set_config()
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-tc3589x.c117 u8 odereg = TC3589x_GPIOODE0 + (offset / 8) * 2; in tc3589x_gpio_set_config() local
128 return tc3589x_set_bits(tc3589x, odereg, BIT(pos), BIT(pos)); in tc3589x_gpio_set_config()
135 return tc3589x_set_bits(tc3589x, odereg, BIT(pos), BIT(pos)); in tc3589x_gpio_set_config()
138 return tc3589x_set_bits(tc3589x, odereg, BIT(pos), 0); in tc3589x_gpio_set_config()

Completed in 2 milliseconds