Searched refs:cfgr2 (Results 1 – 3 of 3) sorted by relevance
82 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),
45 uint32_t cfgr2; member
903 u32 cfgr2; in stm32mp1_read_pll_freq() local909 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()