Searched refs:pll_enable (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/phy/ti/ |
| D | phy-am654-serdes.c | 89 static const struct reg_field pll_enable = REG_FIELD(WIZ_PLL_CTRL, 29, 31); variable 101 struct regmap_field *pll_enable; member 118 ret = regmap_field_write(phy->pll_enable, PLL_ENABLE_STATE); in serdes_am654_enable_pll() 131 ret = regmap_field_write(phy->pll_enable, PLL_DISABLE_STATE); in serdes_am654_disable_pll() 539 am654_phy->pll_enable = devm_regmap_field_alloc(dev, regmap, in serdes_am654_regfield_init() 540 pll_enable); in serdes_am654_regfield_init() 541 if (IS_ERR(am654_phy->pll_enable)) { in serdes_am654_regfield_init() 543 return PTR_ERR(am654_phy->pll_enable); in serdes_am654_regfield_init()
|
| /Linux-v5.4/arch/arm/mach-tegra/ |
| D | sleep-tegra30.S | 87 .macro pll_enable, rd, r_car_base, pll_base, pll_misc macro 346 pll_enable r1, r0, CLK_RESET_PLLM_BASE, 0 347 pll_enable r1, r0, CLK_RESET_PLLC_BASE, 0 348 pll_enable r1, r0, CLK_RESET_PLLX_BASE, 0 359 pll_enable r1, r0, CLK_RESET_PLLM_BASE, CLK_RESET_PLLM_MISC 360 pll_enable r1, r0, CLK_RESET_PLLC_BASE, CLK_RESET_PLLC_MISC 361 pll_enable r1, r0, CLK_RESET_PLLX_BASE, CLK_RESET_PLLX_MISC 364 pll_enable r1, r0, CLK_RESET_PLLP_BASE, CLK_RESET_PLLP_MISC 365 pll_enable r1, r0, CLK_RESET_PLLA_BASE, CLK_RESET_PLLA_MISC
|
| D | sleep-tegra20.S | 49 .macro pll_enable, rd, r_car_base, pll_base macro 350 pll_enable r1, r0, CLK_RESET_PLLM_BASE 351 pll_enable r1, r0, CLK_RESET_PLLP_BASE 352 pll_enable r1, r0, CLK_RESET_PLLC_BASE
|
| /Linux-v5.4/sound/soc/codecs/ |
| D | tas2552.c | 162 u8 pll_enable; in tas2552_setup_pll() local 172 pll_enable = snd_soc_component_read32(component, TAS2552_CFG_2) & TAS2552_PLL_ENABLE; in tas2552_setup_pll() 230 pll_enable); in tas2552_setup_pll()
|
| /Linux-v5.4/drivers/clk/ |
| 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()
|
| D | clk-stm32mp1.c | 758 static int pll_enable(struct clk_hw *hw) in pll_enable() function 860 .enable = pll_enable,
|