Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/
H A Dpinctrl-tps6594.c357 case TPS6594_REG_GPIOX_CONF(0): in tps6594_gpio_regmap_xlate()
358 *reg = TPS6594_REG_GPIOX_CONF(offset); in tps6594_gpio_regmap_xlate()
411 TPS6594_REG_GPIOX_CONF(pin), in tps6594_pmx_set()
548 config.reg_dir_out_base = TPS6594_REG_GPIOX_CONF(0); in tps6594_pinctrl_probe()
/linux/include/linux/mfd/
H A Dtps6594.h52 #define TPS6594_REG_GPIOX_CONF(gpio_inst) (0x31 + (gpio_inst)) macro