Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/clk/
Dclk-stm32f4.c1168 const struct stm32_aux_clk *aux_clk; member
1568 .aux_clk = stm32f429_aux_clk,
1578 .aux_clk = stm32f469_aux_clk,
1588 .aux_clk = stm32f746_aux_clk,
1598 .aux_clk = stm32f769_aux_clk,
1865 const struct stm32_aux_clk *aux_clk; in stm32f4_rcc_init() local
1868 aux_clk = &data->aux_clk[n]; in stm32f4_rcc_init()
1870 hw = stm32_register_aux_clk(aux_clk->name, in stm32f4_rcc_init()
1871 aux_clk->parent_names, aux_clk->num_parents, in stm32f4_rcc_init()
1872 aux_clk->offset_mux, aux_clk->shift, in stm32f4_rcc_init()
[all …]
/Linux-v6.1/drivers/pci/controller/dwc/
Dpcie-histb.c54 struct clk *aux_clk; member
210 clk_disable_unprepare(hipcie->aux_clk); in histb_pcie_host_disable()
259 ret = clk_prepare_enable(hipcie->aux_clk); in histb_pcie_host_enable()
352 hipcie->aux_clk = devm_clk_get(dev, "aux"); in histb_pcie_probe()
353 if (IS_ERR(hipcie->aux_clk)) { in histb_pcie_probe()
355 return PTR_ERR(hipcie->aux_clk); in histb_pcie_probe()
Dpcie-kirin.c136 struct clk *aux_clk; member
160 phy->aux_clk = devm_clk_get(dev, "pcie_aux"); in hi3660_pcie_phy_get_clk()
161 if (IS_ERR(phy->aux_clk)) in hi3660_pcie_phy_get_clk()
162 return PTR_ERR(phy->aux_clk); in hi3660_pcie_phy_get_clk()
267 ret = clk_prepare_enable(phy->aux_clk); in hi3660_pcie_phy_clk_ctrl()
274 clk_disable_unprepare(phy->aux_clk); in hi3660_pcie_phy_clk_ctrl()
Dpcie-qcom.c147 struct clk *aux_clk; member
177 struct clk *aux_clk; member
610 res->aux_clk = devm_clk_get(dev, "aux"); in qcom_pcie_get_resources_2_3_2()
611 if (IS_ERR(res->aux_clk)) in qcom_pcie_get_resources_2_3_2()
612 return PTR_ERR(res->aux_clk); in qcom_pcie_get_resources_2_3_2()
636 clk_disable_unprepare(res->aux_clk); in qcom_pcie_deinit_2_3_2()
654 ret = clk_prepare_enable(res->aux_clk); in qcom_pcie_init_2_3_2()
685 clk_disable_unprepare(res->aux_clk); in qcom_pcie_init_2_3_2()
1026 res->aux_clk = devm_clk_get(dev, "aux"); in qcom_pcie_get_resources_2_3_3()
1027 if (IS_ERR(res->aux_clk)) in qcom_pcie_get_resources_2_3_3()
[all …]
/Linux-v6.1/drivers/phy/hisilicon/
Dphy-hi3670-pcie.c163 struct clk *aux_clk; member
617 ret = clk_prepare_enable(phy->aux_clk); in kirin_pcie_clk_ctrl()
624 clk_disable_unprepare(phy->aux_clk); in kirin_pcie_clk_ctrl()
768 phy->aux_clk = devm_clk_get(dev, "aux"); in hi3670_pcie_phy_get_resources()
769 if (IS_ERR(phy->aux_clk)) in hi3670_pcie_phy_get_resources()
770 return PTR_ERR(phy->aux_clk); in hi3670_pcie_phy_get_resources()