Searched refs:pll_enable (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/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
|
/linux-4.4.14/sound/soc/codecs/ |
D | tas2552.c | 170 u8 pll_enable; in tas2552_setup_pll() local 180 pll_enable = snd_soc_read(codec, TAS2552_CFG_2) & TAS2552_PLL_ENABLE; in tas2552_setup_pll() 235 pll_enable); in tas2552_setup_pll()
|