Searched refs:auto_repeat (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/gpio/ |
H A D | mscc_sgpio.c | 36 struct mscc_sgpio_bf auto_repeat; member 46 #define MSCC_M_CFG_SIO_AUTO_REPEAT(p) BIT(p->props->auto_repeat.beg) 56 .auto_repeat = { 5, 5 }, 64 .auto_repeat = { 10, 10 },
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-microchip-sgpio.c | 241 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()
|