Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mx6/
H A Dclock.h81 void select_ldb_di_clock_source(enum ldb_di_clock clk);
/OK3568_Linux_fs/u-boot/board/ge/bx50v3/
H A Dbx50v3.c561 select_ldb_di_clock_source(MXC_PLL5_CLK); in board_early_init_f()
564 select_ldb_di_clock_source(MXC_PLL3_SW_CLK); in board_early_init_f()
/OK3568_Linux_fs/u-boot/board/advantech/dms-ba16/
H A Ddms-ba16.c505 select_ldb_di_clock_source(MXC_PLL2_PFD0_CLK); in board_early_init_f()
/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/mx6/
H A Dclock.c1364 void select_ldb_di_clock_source(enum ldb_di_clock clk) in select_ldb_di_clock_source() function