Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-sunxi/
Dclock_sun8i_a83t.c24 clock_set_pll1(408000000); in clock_init_safe()
74 void clock_set_pll1(unsigned int clk) in clock_set_pll1() function
Dclock_sun9i.c30 clock_set_pll1(408000000); in clock_init_safe()
85 void clock_set_pll1(unsigned int clk) in clock_set_pll1() function
Dclock_sun6i.c42 clock_set_pll1(408000000); in clock_init_safe()
110 void clock_set_pll1(unsigned int clk) in clock_set_pll1() function
Dclock_sun4i.c118 void clock_set_pll1(unsigned int hz) in clock_set_pll1() function
/external/u-boot/arch/arm/include/asm/arch-sunxi/
Dclock_sun9i.h218 void clock_set_pll1(unsigned int clk);
Dclock_sun8i_a83t.h300 void clock_set_pll1(unsigned int hz);
Dclock_sun4i.h355 void clock_set_pll1(unsigned int hz);
Dclock_sun6i.h513 void clock_set_pll1(unsigned int hz);
/external/u-boot/board/sunxi/
Dboard.c591 clock_set_pll1(CONFIG_SYS_CLK_FREQ); in sunxi_board_init()