Home
last modified time | relevance | path

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

/u-boot/arch/mips/mach-mtmips/mt7628/
A Dlowlevel_init.S41 ori t3, (CPU_PLL_FROM_BBP | CPU_PLL_FROM_XTAL)
48 ori t3, (CPU_PLL_FROM_BBP | CPU_PLL_FROM_XTAL | \
50 xori t3, (CPU_PLL_FROM_BBP | CPU_PLL_FROM_XTAL)
A Dmt7628.h48 #define CPU_PLL_FROM_XTAL 0x01 macro
A Dinit.c37 if (!(val & (CPU_PLL_FROM_BBP | CPU_PLL_FROM_XTAL))) in set_init_timer_freq()
A Dddr.c141 (CPU_PLL_FROM_BBP | CPU_PLL_FROM_XTAL); in mt7628_ddr_init()
/u-boot/drivers/clk/mtmips/
A Dclk-mt7628.c22 #define CPU_PLL_FROM_XTAL BIT(0) macro
134 else if (val & CPU_PLL_FROM_XTAL) in mt7628_clk_probe()

Completed in 12 milliseconds