Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pinctrl/
Dpinctrl-tps6594.c331 case TPS6594_REG_GPIOX_CONF(0): in tps6594_gpio_regmap_xlate()
332 *reg = TPS6594_REG_GPIOX_CONF(offset); in tps6594_gpio_regmap_xlate()
385 TPS6594_REG_GPIOX_CONF(pin), in tps6594_pmx_set()
513 config.reg_dir_out_base = TPS6594_REG_GPIOX_CONF(0); in tps6594_pinctrl_probe()
/linux-6.12.1/include/linux/mfd/
Dtps6594.h51 #define TPS6594_REG_GPIOX_CONF(gpio_inst) (0x31 + (gpio_inst)) macro