Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dstm32_rcc.c85 case STM32_RCC_AHB1_ENR...STM32_RCC_APB2_ENR: in stm32_rcc_write()
89 irq_offset = ((addr - STM32_RCC_AHB1_ENR) / 4) * 32; in stm32_rcc_write()
/openbmc/qemu/include/hw/misc/
H A Dstm32_rcc.h42 #define STM32_RCC_AHB1_ENR 0x30 macro