Searched refs:pll_enable (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/arm/mach-tegra/ |
D | sleep-tegra30.S | 99 .macro pll_enable, rd, r_car_base, pll_base, pll_misc macro 355 pll_enable r1, r0, CLK_RESET_PLLM_BASE, 0 356 pll_enable r1, r0, CLK_RESET_PLLC_BASE, 0 357 pll_enable r1, r0, CLK_RESET_PLLX_BASE, 0 368 pll_enable r1, r0, CLK_RESET_PLLM_BASE, CLK_RESET_PLLM_MISC 369 pll_enable r1, r0, CLK_RESET_PLLC_BASE, CLK_RESET_PLLC_MISC 370 pll_enable r1, r0, CLK_RESET_PLLX_BASE, CLK_RESET_PLLX_MISC 373 pll_enable r1, r0, CLK_RESET_PLLP_BASE, CLK_RESET_PLLP_MISC 374 pll_enable r1, r0, CLK_RESET_PLLA_BASE, CLK_RESET_PLLA_MISC
|
D | sleep-tegra20.S | 56 .macro pll_enable, rd, r_car_base, pll_base macro 354 pll_enable r1, r0, CLK_RESET_PLLM_BASE 355 pll_enable r1, r0, CLK_RESET_PLLP_BASE 356 pll_enable r1, r0, CLK_RESET_PLLC_BASE
|