Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-sunxi/
H A Dclock_sun8i_a83t.c25 clock_set_pll1(408000000); in clock_init_safe()
75 void clock_set_pll1(unsigned int clk) in clock_set_pll1() function
H A Dclock_sun9i.c31 clock_set_pll1(408000000); in clock_init_safe()
86 void clock_set_pll1(unsigned int clk) in clock_set_pll1() function
H A Dclock_sun6i.c43 clock_set_pll1(408000000); in clock_init_safe()
111 void clock_set_pll1(unsigned int clk) in clock_set_pll1() function
H A Dclock_sun4i.c119 void clock_set_pll1(unsigned int hz) in clock_set_pll1() function
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dclock_sun9i.h219 void clock_set_pll1(unsigned int clk);
H A Dclock_sun8i_a83t.h300 void clock_set_pll1(unsigned int hz);
H A Dclock_sun4i.h356 void clock_set_pll1(unsigned int hz);
H A Dclock_sun6i.h505 void clock_set_pll1(unsigned int hz);
/OK3568_Linux_fs/u-boot/board/sunxi/
H A Dboard.c586 clock_set_pll1(CONFIG_SYS_CLK_FREQ); in sunxi_board_init()