Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dstm32_rcc.c72 case STM32_RCC_AHB1_RSTR...STM32_RCC_APB2_RSTR: in stm32_rcc_write()
76 irq_offset = ((addr - STM32_RCC_AHB1_RSTR) / 4) * 32; in stm32_rcc_write()
/openbmc/qemu/include/hw/misc/
H A Dstm32_rcc.h35 #define STM32_RCC_AHB1_RSTR 0x10 macro