Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpio/
Dgpio-tps65086.c40 regmap_update_bits(gpio->tps->regmap, TPS65086_GPOCTRL, in tps65086_gpio_direction_output()
51 ret = regmap_read(gpio->tps->regmap, TPS65086_GPOCTRL, &val); in tps65086_gpio_get()
63 regmap_update_bits(gpio->tps->regmap, TPS65086_GPOCTRL, in tps65086_gpio_set()
/linux-5.19.10/drivers/mfd/
Dtps65086.c33 regmap_reg_range(TPS65086_GPOCTRL, TPS65086_GPOCTRL),
/linux-5.19.10/include/linux/mfd/
Dtps65086.h61 #define TPS65086_GPOCTRL 0xA1 macro