Home
last modified time | relevance | path

Searched refs:pll_ref_clk (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/phy/cadence/
H A Dcdns-dphy.c90 struct clk *pll_ref_clk; member
100 unsigned long pll_ref_hz = clk_get_rate(dphy->pll_ref_clk); in cdns_dsi_get_dphy_pll_cfg()
287 clk_prepare_enable(dphy->pll_ref_clk); in cdns_dphy_power_on()
300 clk_disable_unprepare(dphy->pll_ref_clk); in cdns_dphy_power_off()
338 dphy->pll_ref_clk = devm_clk_get(&pdev->dev, "pll_ref"); in cdns_dphy_probe()
339 if (IS_ERR(dphy->pll_ref_clk)) in cdns_dphy_probe()
340 return PTR_ERR(dphy->pll_ref_clk); in cdns_dphy_probe()
/kernel/linux/linux-6.6/drivers/phy/cadence/
H A Dcdns-dphy.c108 struct clk *pll_ref_clk; member
124 unsigned long pll_ref_hz = clk_get_rate(dphy->pll_ref_clk); in cdns_dsi_get_dphy_pll_cfg()
384 clk_prepare_enable(dphy->pll_ref_clk); in cdns_dphy_power_on()
397 clk_disable_unprepare(dphy->pll_ref_clk); in cdns_dphy_power_off()
433 dphy->pll_ref_clk = devm_clk_get(&pdev->dev, "pll_ref"); in cdns_dphy_probe()
434 if (IS_ERR(dphy->pll_ref_clk)) in cdns_dphy_probe()
435 return PTR_ERR(dphy->pll_ref_clk); in cdns_dphy_probe()
/kernel/linux/linux-5.10/drivers/phy/xilinx/
H A Dphy-zynqmp.c173 * @pll_ref_clk: value to be written to register for corresponding ref clk rate
179 u8 pll_ref_clk; member
347 PLL_FREQ_MASK, ssc->pll_ref_clk); in xpsgtr_configure_pll()
/kernel/linux/linux-6.6/drivers/phy/xilinx/
H A Dphy-zynqmp.c173 * @pll_ref_clk: value to be written to register for corresponding ref clk rate
179 u8 pll_ref_clk; member
349 PLL_FREQ_MASK, ssc->pll_ref_clk); in xpsgtr_configure_pll()
/kernel/linux/linux-6.6/drivers/pinctrl/qcom/
H A Dpinctrl-sdx75.c874 MSM_PIN_FUNCTION(pll_ref_clk),
969 [37] = PINGROUP(37, qlink0_l_en, _, pll_ref_clk, prng_rosc, vsense_trigger_mirnat, _, _, _, _, _),

Completed in 7 milliseconds