Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pinctrl/
Dpinctrl-microchip-sgpio.c241 unsigned int auto_repeat; in sgpio_single_shot() local
249 auto_repeat = SGPIO_OCELOT_AUTO_REPEAT; in sgpio_single_shot()
253 auto_repeat = SGPIO_SPARX5_AUTO_REPEAT; in sgpio_single_shot()
268 ret = regmap_update_bits(priv->regs, addr, single_shot | auto_repeat, in sgpio_single_shot()
277 ret2 = regmap_update_bits(priv->regs, addr, auto_repeat, auto_repeat); in sgpio_single_shot()