Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/mx7/
H A Dclock.c86 target = CLK_ROOT_ON | in enable_usboh3_clk()
537 target = CLK_ROOT_ON | in enable_i2c_clk()
562 target = CLK_ROOT_ON | USDHC1_CLK_ROOT_FROM_PLL_SYS_PFD0_392M_CLK | in init_clk_esdhc()
567 target = CLK_ROOT_ON | USDHC1_CLK_ROOT_FROM_PLL_SYS_PFD0_392M_CLK | in init_clk_esdhc()
572 target = CLK_ROOT_ON | USDHC1_CLK_ROOT_FROM_PLL_SYS_PFD0_392M_CLK | in init_clk_esdhc()
597 target = CLK_ROOT_ON | UART1_CLK_ROOT_FROM_OSC_24M_CLK | in init_clk_uart()
602 target = CLK_ROOT_ON | UART2_CLK_ROOT_FROM_OSC_24M_CLK | in init_clk_uart()
607 target = CLK_ROOT_ON | UART3_CLK_ROOT_FROM_OSC_24M_CLK | in init_clk_uart()
612 target = CLK_ROOT_ON | UART4_CLK_ROOT_FROM_OSC_24M_CLK | in init_clk_uart()
617 target = CLK_ROOT_ON | UART5_CLK_ROOT_FROM_OSC_24M_CLK | in init_clk_uart()
[all …]
H A Dclock_slice.c716 val = CLK_ROOT_ON | pre_div << CLK_ROOT_PRE_DIV_SHIFT | in clock_root_cfg()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mx7/
H A Dcrm_regs.h2076 #define CLK_ROOT_ON 0x10000000 macro