Home
last modified time | relevance | path

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

/openbmc/qemu/hw/gpio/
H A Dstm32l4x5_gpio.c299 uint32_t bits_to_reset = (value & RESERVED_BITS_MASK) >> GPIO_NUM_PINS; in stm32l4x5_gpio_write() local
302 s->odr &= ~bits_to_reset; in stm32l4x5_gpio_write()
326 uint32_t bits_to_reset = value & ~RESERVED_BITS_MASK; in stm32l4x5_gpio_write() local
327 s->odr &= ~bits_to_reset; in stm32l4x5_gpio_write()