Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-omap2/
H A Dclocks-common.c735 u32 freq_config1 = 0; in freq_update_core() local
746 freq_config1 = SHADOW_FREQ_CONFIG1_FREQ_UPDATE_MASK | in freq_update_core()
749 freq_config1 |= (DPLL_EN_LOCK << SHADOW_FREQ_CONFIG1_DPLL_EN_SHIFT) & in freq_update_core()
752 freq_config1 |= (core_dpll_params->m2 << in freq_update_core()
756 writel(freq_config1, (*prcm)->cm_shadow_freq_config1); in freq_update_core()