Home
last modified time | relevance | path

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

/openbmc/qemu/hw/gpio/
H A Dstm32l4x5_gpio.c87 s->ascr = 0x00000000; in stm32l4x5_gpio_reset_hold()
335 s->ascr = value & ~RESERVED_BITS_MASK; in stm32l4x5_gpio_write()
374 return s->ascr; in stm32l4x5_gpio_read()
442 VMSTATE_UINT32(ascr, Stm32l4x5GpioState),
/openbmc/qemu/include/hw/gpio/
H A Dstm32l4x5_gpio.h46 uint32_t ascr; member