Searched refs:CPU_PLL_FROM_XTAL (Results 1 – 5 of 5) sorted by relevance
41 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)
48 #define CPU_PLL_FROM_XTAL 0x01 macro
37 if (!(val & (CPU_PLL_FROM_BBP | CPU_PLL_FROM_XTAL))) in set_init_timer_freq()
141 (CPU_PLL_FROM_BBP | CPU_PLL_FROM_XTAL); in mt7628_ddr_init()
22 #define CPU_PLL_FROM_XTAL BIT(0) macro134 else if (val & CPU_PLL_FROM_XTAL) in mt7628_clk_probe()
Completed in 12 milliseconds