Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/pinctrl/
Dpinctrl-microchip-sgpio.c239 unsigned int auto_repeat; in sgpio_single_shot() local
247 auto_repeat = SGPIO_OCELOT_AUTO_REPEAT; in sgpio_single_shot()
251 auto_repeat = SGPIO_SPARX5_AUTO_REPEAT; in sgpio_single_shot()
266 ret = regmap_update_bits(priv->regs, addr, single_shot | auto_repeat, in sgpio_single_shot()
275 ret2 = regmap_update_bits(priv->regs, addr, auto_repeat, auto_repeat); in sgpio_single_shot()