Searched refs:clk_ctrl (Results 1 – 11 of 11) sorted by relevance
| /linux/arch/mips/ath79/ |
| H A D | clock.c | 238 u32 pll, out_div, ref_div, nint, nfrac, frac, clk_ctrl, postdiv; in ar934x_clocks_init() local 307 clk_ctrl = __raw_readl(pll_base + AR934X_PLL_CPU_DDR_CLK_CTRL_REG); in ar934x_clocks_init() 309 postdiv = (clk_ctrl >> AR934X_PLL_CPU_DDR_CLK_CTRL_CPU_POST_DIV_SHIFT) & in ar934x_clocks_init() 312 if (clk_ctrl & AR934X_PLL_CPU_DDR_CLK_CTRL_CPU_PLL_BYPASS) in ar934x_clocks_init() 314 else if (clk_ctrl & AR934X_PLL_CPU_DDR_CLK_CTRL_CPUCLK_FROM_CPUPLL) in ar934x_clocks_init() 319 postdiv = (clk_ctrl >> AR934X_PLL_CPU_DDR_CLK_CTRL_DDR_POST_DIV_SHIFT) & in ar934x_clocks_init() 322 if (clk_ctrl & AR934X_PLL_CPU_DDR_CLK_CTRL_DDR_PLL_BYPASS) in ar934x_clocks_init() 324 else if (clk_ctrl & AR934X_PLL_CPU_DDR_CLK_CTRL_DDRCLK_FROM_DDRPLL) in ar934x_clocks_init() 329 postdiv = (clk_ctrl >> AR934X_PLL_CPU_DDR_CLK_CTRL_AHB_POST_DIV_SHIFT) & in ar934x_clocks_init() 332 if (clk_ctrl & AR934X_PLL_CPU_DDR_CLK_CTRL_AHB_PLL_BYPASS) in ar934x_clocks_init() [all …]
|
| /linux/include/linux/platform_data/ |
| H A D | net-cw1200.h | 19 int (*clk_ctrl)(const struct cw1200_platform_data_spi *pdata, member 34 int (*clk_ctrl)(const struct cw1200_platform_data_sdio *pdata, member
|
| /linux/drivers/net/wireless/st/cw1200/ |
| H A D | cw1200_sdio.c | 194 if (pdata->clk_ctrl) in cw1200_sdio_off() 195 pdata->clk_ctrl(pdata, false); in cw1200_sdio_off() 228 if (pdata->clk_ctrl) { in cw1200_sdio_on() 229 if (pdata->clk_ctrl(pdata, true)) { in cw1200_sdio_on()
|
| H A D | cw1200_spi.c | 290 if (pdata->clk_ctrl) in cw1200_spi_off() 291 pdata->clk_ctrl(pdata, false); in cw1200_spi_off() 313 if (pdata->clk_ctrl) { in cw1200_spi_on() 314 if (pdata->clk_ctrl(pdata, true)) { in cw1200_spi_on()
|
| /linux/drivers/clk/zynq/ |
| H A D | clkc.c | 176 const char *clk_name1, void __iomem *clk_ctrl, in zynq_clk_register_periph_clk() argument 192 CLK_SET_RATE_NO_REPARENT, clk_ctrl, 4, 2, 0, lock); in zynq_clk_register_periph_clk() 194 clk_register_divider(NULL, div_name, mux_name, 0, clk_ctrl, 8, 6, in zynq_clk_register_periph_clk() 198 CLK_SET_RATE_PARENT, clk_ctrl, 0, 0, lock); in zynq_clk_register_periph_clk() 201 CLK_SET_RATE_PARENT, clk_ctrl, 1, 0, lock); in zynq_clk_register_periph_clk()
|
| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_hw_top.h | 108 enum dpu_clk_ctrl_type clk_ctrl, bool enable);
|
| H A D | dpu_hw_catalog.h | 410 enum dpu_clk_ctrl_type clk_ctrl; member 526 enum dpu_clk_ctrl_type clk_ctrl; member
|
| H A D | dpu_encoder_phys_wb.c | 48 *forced_on = mdp->ops.setup_clk_force_ctrl(mdp, wb->caps->clk_ctrl, enable); in _dpu_encoder_phys_wb_clk_force_ctrl()
|
| H A D | dpu_plane.c | 346 *forced_on = mdp->ops.setup_clk_force_ctrl(mdp, sspp->cap->clk_ctrl, enable); in _dpu_plane_sspp_clk_force_ctrl()
|
| /linux/drivers/clk/bcm/ |
| H A D | clk-iproc.h | 207 const struct iproc_clk_ctrl *clk_ctrl,
|
| H A D | clk-iproc-pll.c | 719 const struct iproc_clk_ctrl *clk_ctrl, in iproc_pll_clk_setup() argument 731 if (WARN_ON(!pll_ctrl) || WARN_ON(!clk_ctrl)) in iproc_pll_clk_setup() 815 iclk->ctrl = &clk_ctrl[i]; in iproc_pll_clk_setup()
|