Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dstm32l4x5_syscfg.c82 s->cfgr2 = 0x00000000; in stm32l4x5_syscfg_hold_reset()
123 return s->cfgr2; in stm32l4x5_syscfg_read()
179 s->cfgr2 = (s->cfgr2 | (value & ECC_LOCK_CFGR2)) & in stm32l4x5_syscfg_write()
253 VMSTATE_UINT32(cfgr2, Stm32l4x5SyscfgState),
/openbmc/qemu/include/hw/misc/
H A Dstm32l4x5_syscfg.h45 uint32_t cfgr2; member
/openbmc/u-boot/drivers/clk/
H A Dclk_stm32mp1.c903 u32 cfgr2; in stm32mp1_read_pll_freq() local
909 cfgr2 = readl(priv->base + pll[pll_id].pllxcfgr2); in stm32mp1_read_pll_freq()
910 divy = (cfgr2 >> RCC_PLLNCFGR2_SHIFT(div_id)) & RCC_PLLNCFGR2_DIVX_MASK; in stm32mp1_read_pll_freq()
912 debug("PLL%d : cfgr2=%x DIVY=%d\n", pll_id, cfgr2, divy); in stm32mp1_read_pll_freq()