Searched full:aux_clk (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/pci/controller/dwc/ |
| H A D | pcie-histb.c | 54 struct clk *aux_clk; member 207 clk_disable_unprepare(hipcie->aux_clk); in histb_pcie_host_disable() 256 ret = clk_prepare_enable(hipcie->aux_clk); in histb_pcie_host_enable() 348 hipcie->aux_clk = devm_clk_get(dev, "aux"); in histb_pcie_probe() 349 if (IS_ERR(hipcie->aux_clk)) { in histb_pcie_probe() 351 return PTR_ERR(hipcie->aux_clk); in histb_pcie_probe()
|
| H A D | pcie-kirin.c | 133 struct clk *aux_clk; member 157 phy->aux_clk = devm_clk_get(dev, "pcie_aux"); in hi3660_pcie_phy_get_clk() 158 if (IS_ERR(phy->aux_clk)) in hi3660_pcie_phy_get_clk() 159 return PTR_ERR(phy->aux_clk); in hi3660_pcie_phy_get_clk() 263 ret = clk_prepare_enable(phy->aux_clk); in hi3660_pcie_phy_clk_ctrl() 270 clk_disable_unprepare(phy->aux_clk); in hi3660_pcie_phy_clk_ctrl()
|
| /linux/drivers/clk/ |
| H A D | clk-stm32f4.c | 1312 const struct stm32_aux_clk *aux_clk; member 1712 .aux_clk = stm32f429_aux_clk, 1722 .aux_clk = stm32f469_aux_clk, 1732 .aux_clk = stm32f746_aux_clk, 1742 .aux_clk = stm32f769_aux_clk, 2009 const struct stm32_aux_clk *aux_clk; in stm32f4_rcc_init() local 2012 aux_clk = &data->aux_clk[n]; in stm32f4_rcc_init() 2014 hw = stm32_register_aux_clk(aux_clk->name, in stm32f4_rcc_init() 2015 aux_clk->parent_names, aux_clk->num_parents, in stm32f4_rcc_init() 2016 aux_clk->offset_mux, aux_clk->shift, in stm32f4_rcc_init() [all …]
|
| /linux/drivers/media/pci/cx23885/ |
| H A D | netup-init.c | 95 /* set 27MHz on AUX_CLK */
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | stv0367_regs.h | 83 /* AUX_CLK */ 2688 /* AUX_CLK */
|