Home
last modified time | relevance | path

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

/openbmc/qemu/hw/gpio/
H A Dstm32l4x5_gpio.c86 s->afrh = 0x00000000; in stm32l4x5_gpio_reset_hold()
323 s->afrh = value; in stm32l4x5_gpio_write()
370 return s->afrh; in stm32l4x5_gpio_read()
441 VMSTATE_UINT32(afrh, Stm32l4x5GpioState),
/openbmc/qemu/include/hw/gpio/
H A Dstm32l4x5_gpio.h45 uint32_t afrh; member