Home
last modified time | relevance | path

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

/u-boot/arch/mips/mach-jz47xx/jz4780/
A Dpll.c388 unsigned int selectplls[] = { in cpu_mux_select() local
413 clk_ctrl = (selectplls[pll] << CPM_CPCCR_SEL_CPLL_BIT) | in cpu_mux_select()
414 (selectplls[MPLL] << CPM_CPCCR_SEL_H0PLL_BIT) | in cpu_mux_select()
415 (selectplls[MPLL] << CPM_CPCCR_SEL_H2PLL_BIT); in cpu_mux_select()
427 int selectplls[] = { CPM_DDRCDR_DCS_STOP, in ddr_mux_select() local
431 writel(selectplls[pll] | CPM_DDRCDR_CE_DDR | (JZ4780_SYS_MEM_DIV - 1), in ddr_mux_select()
445 unsigned int selectplls[] = {0, 1, 2, 3, 2, 6}; in cgu_mux_init() local
449 writel(selectplls[cgu[i].pll] << cgu[i].pll_shift, in cgu_mux_init()

Completed in 4 milliseconds