Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/mach-tegra/
Dsleep-tegra20.S46 .macro pll_enable, rd, r_car_base, pll_base macro
180 pll_enable r1, r0, CLK_RESET_PLLM_BASE
181 pll_enable r1, r0, CLK_RESET_PLLP_BASE
182 pll_enable r1, r0, CLK_RESET_PLLC_BASE
Dsleep-tegra30.S90 .macro pll_enable, rd, r_car_base, pll_base, pll_misc macro
349 pll_enable r1, r0, CLK_RESET_PLLM_BASE, 0
350 pll_enable r1, r0, CLK_RESET_PLLC_BASE, 0
351 pll_enable r1, r0, CLK_RESET_PLLX_BASE, 0
362 pll_enable r1, r0, CLK_RESET_PLLM_BASE, CLK_RESET_PLLM_MISC
363 pll_enable r1, r0, CLK_RESET_PLLC_BASE, CLK_RESET_PLLC_MISC
366 pll_enable r1, r0, CLK_RESET_PLLP_BASE, CLK_RESET_PLLP_MISC
367 pll_enable r1, r0, CLK_RESET_PLLA_BASE, CLK_RESET_PLLA_MISC
/kernel/linux/linux-5.10/sound/soc/codecs/
Dtas2552.c162 u8 pll_enable; in tas2552_setup_pll() local
172 pll_enable = snd_soc_component_read(component, TAS2552_CFG_2) & TAS2552_PLL_ENABLE; in tas2552_setup_pll()
230 pll_enable); in tas2552_setup_pll()
/kernel/linux/linux-5.10/drivers/clk/
Dclk-stm32h7.c706 static int pll_enable(struct clk_hw *hw) in pll_enable() function
776 .enable = pll_enable,
871 pll_enable(hwp); in odf_divider_set_rate()
901 pll_enable(hwp); in odf_gate_enable()
924 pll_enable(hwp); in odf_gate_disable()
Dclk-stm32mp1.c758 static int pll_enable(struct clk_hw *hw) in pll_enable() function
860 .enable = pll_enable,