Home
last modified time | relevance | path

Searched refs:cier (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/misc/
H A Dstm32l4x5_rcc.c429 if (s->cier & R_CIER_PLLSAI2RDYIE_MASK) { in rcc_update_cr_register()
438 if (s->cier & R_CIER_PLLSAI1RDYIE_MASK) { in rcc_update_cr_register()
451 if (s->cier & R_CIER_PLLRDYIE_MASK) { in rcc_update_cr_register()
473 if (s->cier & R_CIER_HSERDYIE_MASK) { in rcc_update_cr_register()
495 if (s->cier & R_CIER_HSIRDYIE_MASK) { in rcc_update_cr_register()
503 if (s->cier & R_CIER_HSIRDYIE_MASK) { in rcc_update_cr_register()
521 if (!(previous_value & R_CR_MSION_MASK) && (s->cier & R_CIER_MSIRDYIE_MASK)) { in rcc_update_cr_register()
530 if (s->cier & R_CIER_MSIRDYIE_MASK) { in rcc_update_cr_register()
883 if (s->cier & R_CIER_LSERDYIE_MASK) { in rcc_update_bdcr()
906 if (s->cier & R_CIER_LSIRDYIE_MASK) { in rcc_update_csr()
[all …]
/openbmc/qemu/include/hw/misc/
H A Dstm32l4x5_rcc.h193 uint32_t cier; member
/openbmc/u-boot/drivers/clk/
H A Dclk_stm32h7.c144 u32 cier; /* 0x60 Clock Source Interrupt Enable Register */ member