Searched refs:aux_clk (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/drivers/clk/ |
D | clk-stm32f4.c | 1093 const struct stm32_aux_clk *aux_clk; member 1322 .aux_clk = stm32f429_aux_clk, 1332 .aux_clk = stm32f469_aux_clk, 1342 .aux_clk = stm32f746_aux_clk, 1594 const struct stm32_aux_clk *aux_clk; in stm32f4_rcc_init() local 1597 aux_clk = &data->aux_clk[n]; in stm32f4_rcc_init() 1599 hw = stm32_register_aux_clk(aux_clk->name, in stm32f4_rcc_init() 1600 aux_clk->parent_names, aux_clk->num_parents, in stm32f4_rcc_init() 1601 aux_clk->offset_mux, aux_clk->shift, in stm32f4_rcc_init() 1602 aux_clk->mask, aux_clk->offset_gate, in stm32f4_rcc_init() [all …]
|
/linux-4.19.296/drivers/pci/controller/dwc/ |
D | pcie-qcom.c | 126 struct clk *aux_clk; member 135 struct clk *aux_clk; member 157 struct clk *aux_clk; member 562 res->aux_clk = devm_clk_get(dev, "aux"); in qcom_pcie_get_resources_2_3_2() 563 if (IS_ERR(res->aux_clk)) in qcom_pcie_get_resources_2_3_2() 564 return PTR_ERR(res->aux_clk); in qcom_pcie_get_resources_2_3_2() 589 clk_disable_unprepare(res->aux_clk); in qcom_pcie_deinit_2_3_2() 615 ret = clk_prepare_enable(res->aux_clk); in qcom_pcie_init_2_3_2() 667 clk_disable_unprepare(res->aux_clk); in qcom_pcie_init_2_3_2() 697 res->aux_clk = devm_clk_get(dev, "aux"); in qcom_pcie_get_resources_2_4_0() [all …]
|
D | pcie-histb.c | 54 struct clk *aux_clk; member 217 clk_disable_unprepare(hipcie->aux_clk); in histb_pcie_host_disable() 266 ret = clk_prepare_enable(hipcie->aux_clk); in histb_pcie_host_enable() 361 hipcie->aux_clk = devm_clk_get(dev, "aux"); in histb_pcie_probe() 362 if (IS_ERR(hipcie->aux_clk)) { in histb_pcie_probe() 364 return PTR_ERR(hipcie->aux_clk); in histb_pcie_probe()
|