/Linux-v5.15/drivers/clk/qcom/ |
D | clk-spmi-pmic-div.c | 24 struct clkdiv { struct 33 static inline struct clkdiv *to_clkdiv(struct clk_hw *hw) in to_clkdiv() argument 35 return container_of(hw, struct clkdiv, hw); in to_clkdiv() 51 static bool is_spmi_pmic_clkdiv_enabled(struct clkdiv *clkdiv) in is_spmi_pmic_clkdiv_enabled() argument 55 regmap_read(clkdiv->regmap, clkdiv->base + REG_EN_CTL, &val); in is_spmi_pmic_clkdiv_enabled() 61 __spmi_pmic_clkdiv_set_enable_state(struct clkdiv *clkdiv, bool enable, in __spmi_pmic_clkdiv_set_enable_state() argument 65 unsigned int ns = clkdiv->cxo_period_ns; in __spmi_pmic_clkdiv_set_enable_state() 68 ret = regmap_update_bits(clkdiv->regmap, clkdiv->base + REG_EN_CTL, in __spmi_pmic_clkdiv_set_enable_state() 81 static int spmi_pmic_clkdiv_set_enable_state(struct clkdiv *clkdiv, bool enable) in spmi_pmic_clkdiv_set_enable_state() argument 85 regmap_read(clkdiv->regmap, clkdiv->base + REG_DIV_CTL1, &div_factor); in spmi_pmic_clkdiv_set_enable_state() [all …]
|
/Linux-v5.15/drivers/cpufreq/ |
D | s3c2412-cpufreq.c | 126 unsigned long clkdiv; in s3c2412_cpufreq_setdivs() local 129 olddiv = clkdiv = s3c24xx_read_clkdivn(); in s3c2412_cpufreq_setdivs() 133 clkdiv &= ~S3C2412_CLKDIVN_ARMDIVN; in s3c2412_cpufreq_setdivs() 134 clkdiv &= ~S3C2412_CLKDIVN_HDIVN_MASK; in s3c2412_cpufreq_setdivs() 135 clkdiv &= ~S3C2412_CLKDIVN_PDIVN; in s3c2412_cpufreq_setdivs() 138 clkdiv |= S3C2412_CLKDIVN_ARMDIVN; in s3c2412_cpufreq_setdivs() 140 clkdiv |= ((cfg->divs.h_divisor / cfg->divs.arm_divisor) - 1); in s3c2412_cpufreq_setdivs() 143 clkdiv |= S3C2412_CLKDIVN_PDIVN; in s3c2412_cpufreq_setdivs() 145 s3c_freq_dbg("%s: div %08lx => %08lx\n", __func__, olddiv, clkdiv); in s3c2412_cpufreq_setdivs() 146 s3c24xx_write_clkdivn(clkdiv); in s3c2412_cpufreq_setdivs()
|
D | s3c2440-cpufreq.c | 154 unsigned long clkdiv, camdiv; in s3c2440_cpufreq_setdivs() local 159 clkdiv = s3c24xx_read_clkdivn(); in s3c2440_cpufreq_setdivs() 162 clkdiv &= ~(S3C2440_CLKDIVN_HDIVN_MASK | S3C2440_CLKDIVN_PDIVN); in s3c2440_cpufreq_setdivs() 167 clkdiv |= S3C2440_CLKDIVN_HDIVN_1; in s3c2440_cpufreq_setdivs() 171 clkdiv |= S3C2440_CLKDIVN_HDIVN_2; in s3c2440_cpufreq_setdivs() 177 clkdiv |= S3C2440_CLKDIVN_HDIVN_3_6; in s3c2440_cpufreq_setdivs() 183 clkdiv |= S3C2440_CLKDIVN_HDIVN_4_8; in s3c2440_cpufreq_setdivs() 191 clkdiv |= S3C2440_CLKDIVN_PDIVN; in s3c2440_cpufreq_setdivs() 201 s3c24xx_write_clkdivn(clkdiv); in s3c2440_cpufreq_setdivs()
|
D | s3c2410-cpufreq.c | 32 u32 clkdiv = 0; in s3c2410_cpufreq_setdivs() local 35 clkdiv |= S3C2410_CLKDIVN_HDIVN; in s3c2410_cpufreq_setdivs() 38 clkdiv |= S3C2410_CLKDIVN_PDIVN; in s3c2410_cpufreq_setdivs() 40 s3c24xx_write_clkdivn(clkdiv); in s3c2410_cpufreq_setdivs()
|
/Linux-v5.15/drivers/spi/ |
D | spi-cavium.h | 46 uint64_t clkdiv:13; member 78 uint64_t clkdiv:13; 85 uint64_t clkdiv:13; member 111 uint64_t clkdiv:13; 118 uint64_t clkdiv:13; member 142 uint64_t clkdiv:13; 150 uint64_t clkdiv:13; member 180 uint64_t clkdiv:13; 187 uint64_t clkdiv:13; member 217 uint64_t clkdiv:13;
|
D | spi-cavium.c | 36 unsigned int clkdiv; in octeon_spi_do_transfer() local 48 clkdiv = p->sys_freq / (2 * xfer->speed_hz); in octeon_spi_do_transfer() 52 mpi_cfg.s.clkdiv = clkdiv; in octeon_spi_do_transfer()
|
/Linux-v5.15/Documentation/devicetree/bindings/clock/ |
D | qcom,spmi-clkdiv.txt | 1 Qualcomm Technologies, Inc. SPMI PMIC clock divider (clkdiv) 3 clkdiv configures the clock frequency of a set of outputs on the PMIC. 14 Definition: must be "qcom,spmi-clkdiv". 46 compatible = "qcom,spmi-clkdiv";
|
/Linux-v5.15/drivers/hwtracing/intel_th/ |
D | pti.c | 27 unsigned int clkdiv; member 113 return scnprintf(buf, PAGE_SIZE, "%d\n", 1u << pti->clkdiv); in clock_divider_show() 131 pti->clkdiv = val; in clock_divider_store() 159 ctl |= pti->clkdiv << __ffs(PTI_CLKDIV); in intel_th_pti_activate() 183 pti->clkdiv = (ctl & PTI_CLKDIV) >> __ffs(PTI_CLKDIV); in read_hw_config() 188 if (!pti->clkdiv) in read_hw_config() 189 pti->clkdiv = 1; in read_hw_config()
|
/Linux-v5.15/drivers/w1/masters/ |
D | mxc_w1.c | 95 unsigned int clkdiv; in mxc_w1_probe() local 116 clkdiv = DIV_ROUND_CLOSEST(clkrate, 1000000); in mxc_w1_probe() 117 clkrate /= clkdiv; in mxc_w1_probe() 132 writeb(clkdiv - 1, mdev->regs + MXC_W1_TIME_DIVIDER); in mxc_w1_probe()
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | emev2.dtsi | 72 compatible = "renesas,emev2-smu-clkdiv"; 84 compatible = "renesas,emev2-smu-clkdiv"; 103 compatible = "renesas,emev2-smu-clkdiv"; 109 compatible = "renesas,emev2-smu-clkdiv"; 115 compatible = "renesas,emev2-smu-clkdiv"; 121 compatible = "renesas,emev2-smu-clkdiv";
|
/Linux-v5.15/sound/soc/adi/ |
D | axi-spdif.c | 80 unsigned int clkdiv, stat; in axi_spdif_hw_params() local 97 clkdiv = DIV_ROUND_CLOSEST(clk_get_rate(spdif->clk_ref), in axi_spdif_hw_params() 99 clkdiv <<= AXI_SPDIF_CTRL_CLKDIV_OFFSET; in axi_spdif_hw_params() 103 AXI_SPDIF_CTRL_CLKDIV_MASK, clkdiv); in axi_spdif_hw_params()
|
/Linux-v5.15/arch/arm/mach-s3c/ |
D | cpufreq-utils-s3c24xx.c | 81 void s3c24xx_write_clkdivn(u32 clkdiv) in s3c24xx_write_clkdivn() argument 83 __raw_writel(clkdiv, S3C2410_CLKDIVN); in s3c24xx_write_clkdivn()
|
/Linux-v5.15/sound/soc/codecs/ |
D | adau1701.c | 300 static int adau1701_reset(struct snd_soc_component *component, unsigned int clkdiv, in adau1701_reset() argument 308 if (clkdiv != ADAU1707_CLKDIV_UNSET && in adau1701_reset() 311 switch (clkdiv) { in adau1701_reset() 332 adau1701->pll_clkdiv = clkdiv; in adau1701_reset() 347 if (clkdiv != ADAU1707_CLKDIV_UNSET) { in adau1701_reset() 439 unsigned int clkdiv = adau1701->sysclk / params_rate(params); in adau1701_hw_params() local 448 if (clkdiv != adau1701->pll_clkdiv) { in adau1701_hw_params() 449 ret = adau1701_reset(component, clkdiv, params_rate(params)); in adau1701_hw_params()
|
/Linux-v5.15/drivers/iio/adc/ |
D | lpc18xx_adc.c | 122 unsigned int clkdiv; in lpc18xx_adc_probe() local 146 clkdiv = DIV_ROUND_UP(rate, LPC18XX_ADC_CLK_TARGET); in lpc18xx_adc_probe() 172 adc->cr_reg = (clkdiv << LPC18XX_ADC_CR_CLKDIV_SHIFT) | in lpc18xx_adc_probe()
|
/Linux-v5.15/drivers/pwm/ |
D | pwm-mediatek.c | 121 u32 clkdiv = 0, cnt_period, cnt_duty, reg_width = PWMDWIDTH, in pwm_mediatek_config() local 142 clkdiv++; in pwm_mediatek_config() 147 if (clkdiv > PWM_CLK_DIV_MAX) { in pwm_mediatek_config() 163 pwm_mediatek_writel(pc, pwm->hwpwm, PWMCON, BIT(15) | clkdiv); in pwm_mediatek_config()
|
D | pwm-tiehrpwm.c | 153 unsigned int clkdiv, hspclkdiv; in set_prescale_div() local 155 for (clkdiv = 0; clkdiv <= CLKDIV_MAX; clkdiv++) { in set_prescale_div() 168 *prescale_div = (1 << clkdiv) * in set_prescale_div() 171 *tb_clk_div = (clkdiv << TBCTL_CLKDIV_SHIFT) | in set_prescale_div()
|
/Linux-v5.15/sound/soc/intel/skylake/ |
D | skl-nhlt.c | 299 u32 clkdiv, div_ratio; in skl_get_mclk() local 310 clkdiv = i2s_config->mclk.mdivr & in skl_get_mclk() 315 clkdiv = i2s_config_ext->mclk.mdivr[0] & in skl_get_mclk() 322 if (clkdiv != SKL_MCLK_DIV_RATIO_MASK) in skl_get_mclk() 324 div_ratio = clkdiv + 2; in skl_get_mclk()
|
/Linux-v5.15/drivers/gpu/drm/exynos/ |
D | exynos7_drm_decon.c | 144 u32 clkdiv; in decon_calc_clkdiv() local 147 clkdiv = DIV_ROUND_UP(clk_get_rate(ctx->vclk), ideal_clk); in decon_calc_clkdiv() 149 return (clkdiv < 0x100) ? clkdiv : 0xff; in decon_calc_clkdiv() 156 u32 val, clkdiv; in decon_commit() local 205 clkdiv = decon_calc_clkdiv(ctx, mode); in decon_commit() 206 if (clkdiv > 1) { in decon_commit() 207 val = VCLKCON1_CLKVAL_NUM_VCLK(clkdiv - 1); in decon_commit()
|
D | exynos_drm_fimd.c | 189 u32 clkdiv; member 403 u32 clkdiv; in fimd_atomic_check() local 429 clkdiv = DIV_ROUND_CLOSEST(lcd_rate, ideal_clk); in fimd_atomic_check() 430 if (clkdiv >= 0x200) { in fimd_atomic_check() 436 ctx->clkdiv = (clkdiv < 0x100) ? clkdiv : 0xff; in fimd_atomic_check() 571 if (ctx->clkdiv > 1) in fimd_commit() 572 val |= VIDCON0_CLKVAL_F(ctx->clkdiv - 1) | VIDCON0_CLKDIR; in fimd_commit()
|
/Linux-v5.15/drivers/gpu/drm/tilcdc/ |
D | tilcdc_crtc.c | 207 unsigned int clkdiv; in tilcdc_crtc_set_clk() local 210 clkdiv = 2; /* first try using a standard divider of 2 */ in tilcdc_crtc_set_clk() 215 ret = clk_set_rate(priv->clk, pclk_rate * clkdiv); in tilcdc_crtc_set_clk() 217 real_pclk_rate = clk_rate / clkdiv; in tilcdc_crtc_set_clk() 233 clkdiv = DIV_ROUND_CLOSEST(clk_rate, pclk_rate); in tilcdc_crtc_set_clk() 242 real_pclk_rate = clk_rate / clkdiv; in tilcdc_crtc_set_clk() 254 tilcdc_crtc->lcd_fck_rate, crtc->mode.clock, clkdiv); in tilcdc_crtc_set_clk() 257 tilcdc_write(dev, LCDC_CTRL_REG, LCDC_CLK_DIVISOR(clkdiv) | in tilcdc_crtc_set_clk()
|
/Linux-v5.15/drivers/video/fbdev/ |
D | s3c2410fb.c | 374 int clkdiv; in s3c2410fb_activate_var() local 376 clkdiv = DIV_ROUND_UP(s3c2410fb_calc_pixclk(fbi, var->pixclock), 2); in s3c2410fb_activate_var() 384 --clkdiv; in s3c2410fb_activate_var() 385 if (clkdiv < 0) in s3c2410fb_activate_var() 386 clkdiv = 0; in s3c2410fb_activate_var() 389 if (clkdiv < 2) in s3c2410fb_activate_var() 390 clkdiv = 2; in s3c2410fb_activate_var() 393 fbi->regs.lcdcon1 |= S3C2410_LCDCON1_CLKVAL(clkdiv); in s3c2410fb_activate_var()
|
/Linux-v5.15/arch/powerpc/platforms/52xx/ |
D | mpc52xx_common.c | 174 int mpc52xx_set_psc_clkdiv(int psc_id, int clkdiv) in mpc52xx_set_psc_clkdiv() argument 185 mclken_div = 0x8000 | (clkdiv & 0x1FF); in mpc52xx_set_psc_clkdiv()
|
/Linux-v5.15/drivers/mmc/host/ |
D | sh_mmcif.c | 484 unsigned int clkdiv; in sh_mmcif_clock_control() local 496 clkdiv = 0; in sh_mmcif_clock_control() 515 clkdiv = i; in sh_mmcif_clock_control() 521 (best_freq / (1 << (clkdiv + 1))), clk, in sh_mmcif_clock_control() 522 best_freq, clkdiv); in sh_mmcif_clock_control() 525 clkdiv = clkdiv << 16; in sh_mmcif_clock_control() 527 clkdiv = CLK_SUP_PCLK; in sh_mmcif_clock_control() 529 clkdiv = (fls(DIV_ROUND_UP(current_clk, clk) - 1) - 1) << 16; in sh_mmcif_clock_control() 532 sh_mmcif_bitset(host, MMCIF_CE_CLK_CTRL, CLK_CLEAR & clkdiv); in sh_mmcif_clock_control()
|
/Linux-v5.15/drivers/media/dvb-frontends/ |
D | stv6111.c | 375 u32 clkdiv = 0; in init_state() local 395 if (clkdiv <= 3) in init_state() 396 state->reg[0x00] |= (clkdiv & 0x03); in init_state()
|
/Linux-v5.15/drivers/i2c/busses/ |
D | i2c-ibm_iic.h | 33 u8 clkdiv; member
|