Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/misc/
H A Dstm32l4x5_rcc_internals.h266 #define ICSCR_READ_ONLY_MASK (R_ICSCR_HSICAL_MASK | R_ICSCR_MSICAL_MASK) macro
/openbmc/qemu/hw/misc/
H A Dstm32l4x5_rcc.c1086 s->icscr = value & ~ICSCR_READ_ONLY_MASK; in stm32l4x5_rcc_write()