Searched refs:pll_enable (Results 1 – 2 of 2) sorted by relevance
/arch/arm/mach-tegra/ |
D | sleep-tegra20.S | 65 .macro pll_enable, rd, r_car_base, pll_base, test_mask macro 203 pll_enable r1, r0, CLK_RESET_PLLM_BASE, PLLM_STORE_MASK 204 pll_enable r1, r0, CLK_RESET_PLLP_BASE, PLLP_STORE_MASK 205 pll_enable r1, r0, CLK_RESET_PLLC_BASE, PLLC_STORE_MASK
|
D | sleep-tegra30.S | 130 .macro pll_enable, rd, r_car_base, pll_base, pll_misc, test_mask macro 394 pll_enable r1, r0, CLK_RESET_PLLM_BASE, 0, PLLM_STORE_MASK 395 pll_enable r1, r0, CLK_RESET_PLLC_BASE, 0, PLLC_STORE_MASK 396 pll_enable r1, r0, CLK_RESET_PLLX_BASE, 0, PLLX_STORE_MASK 405 pll_enable r1, r0, CLK_RESET_PLLM_BASE, CLK_RESET_PLLM_MISC, PLLM_STORE_MASK 406 pll_enable r1, r0, CLK_RESET_PLLC_BASE, CLK_RESET_PLLC_MISC, PLLC_STORE_MASK 409 pll_enable r1, r0, CLK_RESET_PLLP_BASE, CLK_RESET_PLLP_MISC, PLLP_STORE_MASK 410 pll_enable r1, r0, CLK_RESET_PLLA_BASE, CLK_RESET_PLLA_MISC, PLLA_STORE_MASK
|