Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/
H A Dpll.c386 unsigned int selectplls[] = { in cpu_mux_select() local
411 clk_ctrl = (selectplls[pll] << CPM_CPCCR_SEL_CPLL_BIT) | in cpu_mux_select()
412 (selectplls[MPLL] << CPM_CPCCR_SEL_H0PLL_BIT) | in cpu_mux_select()
413 (selectplls[MPLL] << CPM_CPCCR_SEL_H2PLL_BIT); in cpu_mux_select()
425 int selectplls[] = { CPM_DDRCDR_DCS_STOP, in ddr_mux_select() local
429 writel(selectplls[pll] | CPM_DDRCDR_CE_DDR | (JZ4780_SYS_MEM_DIV - 1), in ddr_mux_select()
443 unsigned int selectplls[] = {0, 1, 2, 3, 2, 6}; in cgu_mux_init() local
447 writel(selectplls[cgu[i].pll] << cgu[i].pll_shift, in cgu_mux_init()