Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/
H A Dclocks-common.c736 u32 freq_config1 = 0; in freq_update_core() local
747 freq_config1 = SHADOW_FREQ_CONFIG1_FREQ_UPDATE_MASK | in freq_update_core()
750 freq_config1 |= (DPLL_EN_LOCK << SHADOW_FREQ_CONFIG1_DPLL_EN_SHIFT) & in freq_update_core()
753 freq_config1 |= (core_dpll_params->m2 << in freq_update_core()
757 writel(freq_config1, (*prcm)->cm_shadow_freq_config1); in freq_update_core()