/kernel/linux/linux-5.10/arch/arm/mach-tegra/ |
H A D | sleep-tegra30.S | 90 .macro pll_enable, rd, r_car_base, pll_base, pll_misc 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
|
H A D | sleep-tegra20.S | 46 .macro pll_enable, rd, r_car_base, pll_base 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
|
/kernel/linux/linux-6.6/arch/arm/mach-tegra/ |
H A D | sleep-tegra20.S | 67 .macro pll_enable, rd, r_car_base, pll_base, test_mask 205 pll_enable r1, r0, CLK_RESET_PLLM_BASE, PLLM_STORE_MASK 206 pll_enable r1, r0, CLK_RESET_PLLP_BASE, PLLP_STORE_MASK 207 pll_enable r1, r0, CLK_RESET_PLLC_BASE, PLLC_STORE_MASK
|
H A D | sleep-tegra30.S | 132 .macro pll_enable, rd, r_car_base, pll_base, pll_misc, test_mask 396 pll_enable r1, r0, CLK_RESET_PLLM_BASE, 0, PLLM_STORE_MASK 397 pll_enable r1, r0, CLK_RESET_PLLC_BASE, 0, PLLC_STORE_MASK 398 pll_enable r1, r0, CLK_RESET_PLLX_BASE, 0, PLLX_STORE_MASK 407 pll_enable r1, r0, CLK_RESET_PLLM_BASE, CLK_RESET_PLLM_MISC, PLLM_STORE_MASK 408 pll_enable r1, r0, CLK_RESET_PLLC_BASE, CLK_RESET_PLLC_MISC, PLLC_STORE_MASK 411 pll_enable r1, r0, CLK_RESET_PLLP_BASE, CLK_RESET_PLLP_MISC, PLLP_STORE_MASK 412 pll_enable r1, r0, CLK_RESET_PLLA_BASE, CLK_RESET_PLLA_MISC, PLLA_STORE_MASK
|
/kernel/linux/linux-6.6/drivers/net/can/spi/mcp251xfd/ |
H A D | mcp251xfd-core.c | 369 if (priv->pll_enable) { in mcp251xfd_chip_sleep() 480 if (priv->pll_enable) { in mcp251xfd_chip_clock_init() 1843 priv->pll_enable ? '+' : '-', in mcp251xfd_register_done() 1998 bool pll_enable = false; in mcp251xfd_probe() local 2050 pll_enable = true; in mcp251xfd_probe() 2066 if (pll_enable) in mcp251xfd_probe() 2081 priv->pll_enable = pll_enable; in mcp251xfd_probe() 2121 if (priv->pll_enable) in mcp251xfd_probe()
|
H A D | mcp251xfd.h | 657 bool pll_enable;
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | tas2552.c | 162 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-6.6/sound/soc/codecs/ |
H A D | tas2552.c | 162 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/ |
H A D | clk-stm32h7.c | 706 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()
|
H A D | clk-stm32mp1.c | 758 static int pll_enable(struct clk_hw *hw) in pll_enable() function 860 .enable = pll_enable,
|
/kernel/linux/linux-6.6/drivers/clk/ |
H A D | clk-stm32h7.c | 705 static int pll_enable(struct clk_hw *hw) in pll_enable() function 775 .enable = pll_enable, 870 pll_enable(hwp); in odf_divider_set_rate() 900 pll_enable(hwp); in odf_gate_enable() 923 pll_enable(hwp); in odf_gate_disable()
|
H A D | clk-stm32mp1.c | 774 static int pll_enable(struct clk_hw *hw) in pll_enable() function 886 .enable = pll_enable,
|