Searched defs:div (Results 1 - 200 of 415) sorted by relevance

123

/linux-4.4.14/include/linux/platform_data/
H A Dhwmon-s3c.h28 unsigned int div; member in struct:s3c_hwmon_chcfg
/linux-4.4.14/drivers/media/dvb-frontends/
H A Dtdhd1.h49 u32 div; alps_tdhd1_204a_tuner_set_params() local
H A Dbsbe1.h77 u32 div; alps_bsbe1_tuner_set_params() local
H A Dbsru6.h108 u32 div; alps_bsru6_tuner_set_params() local
H A Dtda826x.c79 u32 div; tda826x_set_params() local
H A Dtua6100.c74 u32 div; tua6100_set_params() local
H A Dmt352.c319 u16 div; mt352_get_parameters() local
H A Dzl10036.c187 u32 div, foffset; zl10036_set_frequency() local
H A Dzl10039.c196 u32 div; zl10039_set_params() local
H A Ddvb-pll.c568 u32 div; dvb_pll_configure() local
H A Dtda10071.c566 u8 mode, rolloff, pilot, inversion, div; tda10071_set_frontend() local
/linux-4.4.14/drivers/clk/ti/
H A Dfixed-factor.c41 u32 div, mult; of_ti_fixed_factor_clk_setup() local
H A Dcomposite.c127 struct clk_hw *div; ti_clk_register_composite() local
H A Ddivider.c88 static unsigned int _get_val(struct clk_divider *divider, u8 div) _get_val() argument
103 unsigned int div, val; ti_clk_divider_recalc_rate() local
136 static bool _is_valid_div(struct clk_divider *divider, unsigned int div) _is_valid_div() argument
206 int div; ti_clk_divider_round_rate() local
216 unsigned int div, value; ti_clk_divider_set_rate() local
254 struct clk_divider *div; _register_divider() local
301 int div; _get_div_table_from_setup() local
355 struct clk_divider *div; ti_clk_build_component_div() local
384 struct ti_clk_divider *div; ti_clk_register_divider() local
480 u32 div; _get_divider_width() local
593 struct clk_divider *div; of_ti_composite_divider_clk_setup() local
77 _get_table_val(const struct clk_div_table *table, unsigned int div) _get_table_val() argument
125 _is_valid_table_div(const struct clk_div_table *table, unsigned int div) _is_valid_table_div() argument
/linux-4.4.14/drivers/clk/sunxi/
H A Dclk-sun8i-mbus.c32 u8 div; sun8i_a23_get_mbus_factors() local
H A Dclk-sun9i-core.c117 u32 div; sun9i_a80_get_gt_factors() local
268 u32 div; sun9i_a80_get_apb1_factors() local
H A Dclk-sun6i-ar100.c42 int div = (val >> SUN6I_AR100_DIV_SHIFT) & SUN6I_AR100_DIV_MASK; ar100_recalc_rate() local
60 unsigned long div; ar100_determine_rate() local
141 unsigned long div = parent_rate / rate; ar100_set_rate() local
H A Dclk-mod0.c34 u8 div, calcm, calcp; sun4i_a10_get_mod0_factors() local
/linux-4.4.14/arch/mn10300/include/asm/
H A Ddiv64.h79 unsigned __muldiv64u(unsigned val, unsigned mult, unsigned div) __muldiv64u() argument
100 signed __muldiv64s(signed val, signed mult, signed div) __muldiv64s() argument
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_afmt.c54 unsigned long div, mul; amdgpu_afmt_calc_cts() local
/linux-4.4.14/drivers/mmc/host/
H A Dsdhci-cns3xxx.c29 int div = 1; sdhci_cns3xxx_set_clock() local
H A Dsdhci-of-arasan.c42 u32 div; sdhci_arasan_get_timeout_clock() local
H A Dtoshsd.c87 int div = 1; __toshsd_set_ios() local
H A Ddw_mmc-exynos.c255 u8 div; dw_mci_exynos_adjust_clock() local
321 u32 div = 0; dw_mci_exynos_parse_dt() local
H A Dsdhci-of-esdhc.c409 int div = 1; esdhc_of_set_clock() local
/linux-4.4.14/drivers/media/i2c/
H A Daptina-pll.c38 unsigned int div; aptina_pll_calculate() local
H A Dsmiapp-pll.c403 uint32_t mul, div; smiapp_pll_calculate() local
159 __smiapp_pll_calculate( struct device *dev, const struct smiapp_pll_limits *limits, const struct smiapp_pll_branch_limits *op_limits, struct smiapp_pll *pll, struct smiapp_pll_branch *op_pll, uint32_t mul, uint32_t div, uint32_t lane_op_clock_ratio) __smiapp_pll_calculate() argument
/linux-4.4.14/drivers/gpu/drm/armada/
H A Darmada_510.c64 uint32_t rate, ref, div; armada510_crtc_compute_clock() local
/linux-4.4.14/arch/x86/realmode/rm/
H A Dwakemain.c17 u16 div = 1193181/hz; beep() local
/linux-4.4.14/drivers/clk/
H A Dclk-moxart.c61 unsigned int div, val; moxart_of_apb_clk_init() local
H A Dclk-fixed-factor.c114 u32 div, mult; of_fixed_factor_clk_setup() local
73 clk_register_fixed_factor(struct device *dev, const char *name, const char *parent_name, unsigned long flags, unsigned int mult, unsigned int div) clk_register_fixed_factor() argument
H A Dclk-divider.c125 unsigned int div; divider_recalc_rate() local
163 static bool _is_valid_div(const struct clk_div_table *table, unsigned int div, _is_valid_div() argument
173 static int _round_up_table(const struct clk_div_table *table, int div) _round_up_table() argument
191 static int _round_down_table(const struct clk_div_table *table, int div) _round_down_table() argument
213 int div = DIV_ROUND_UP_ULL((u64)parent_rate, rate); _div_round_up() local
266 static int _next_div(const struct clk_div_table *table, int div, _next_div() argument
341 int div; divider_round_rate() local
372 unsigned int div, value; divider_get_val() local
437 struct clk_divider *div; _register_divider() local
529 struct clk_divider *div; clk_unregister_divider() local
94 _get_table_val(const struct clk_div_table *table, unsigned int div) _get_table_val() argument
105 _get_val(const struct clk_div_table *table, unsigned int div, unsigned long flags, u8 width) _get_val() argument
152 _is_valid_table_div(const struct clk_div_table *table, unsigned int div) _is_valid_table_div() argument
H A Dclk-axm5516.c94 u32 ctrl, div; axxia_divclk_recalc_rate() local
H A Dclk-highbank.c209 u32 div = (readl(hbclk->reg) & HB_A9_PCLK_DIV) ? 8 : 4; clk_cpu_periphclk_recalc_rate() local
221 u32 div = (readl(hbclk->reg) & HB_A9_BCLK_DIV_MASK) >> HB_A9_BCLK_DIV_SHIFT; clk_cpu_a9bclk_recalc_rate() local
234 u32 div; clk_periclk_recalc_rate() local
246 u32 div; clk_periclk_round_rate() local
259 u32 div; clk_periclk_set_rate() local
/linux-4.4.14/drivers/clk/qcom/
H A Dclk-regmap-divider.c40 u32 div; div_set_rate() local
55 u32 div; div_recalc_rate() local
H A Dclk-rcg2.c515 unsigned long parent_rate, div; clk_byte_determine_rate() local
538 unsigned long div; clk_byte_set_rate() local
571 unsigned long parent_rate, div; clk_byte2_determine_rate() local
595 unsigned long div; clk_byte2_set_rate() local
/linux-4.4.14/arch/powerpc/boot/
H A Dcuboot-52xx.c27 int div; platform_fixups() local
H A Dmpc8xx.c27 int mfi, mfn, mfd, pdf, div; mpc885_get_clock() local
H A Dcuboot-acadia.c49 unsigned long div; /* total divisor udiv * bdiv */ get_clocks() local
/linux-4.4.14/arch/arm/mach-rpc/include/mach/
H A Dacornfb.h85 u_int div; acornfb_vidc20_find_rates() local
/linux-4.4.14/arch/arm/mach-shmobile/
H A Dtimer.c21 shmobile_setup_delay_hz(unsigned int max_cpu_core_hz, unsigned int mult, unsigned int div) shmobile_setup_delay_hz() argument
/linux-4.4.14/drivers/media/pci/mantis/
H A Dmantis_vp1033.c93 u32 div; lgtdqcs001f_tuner_set() local
H A Dmantis_vp2033.c81 u32 div = (p->frequency + CU1216_IF + TUNER_MUL / 2) / TUNER_MUL; tda1002x_cu1216_tuner_set() local
H A Dmantis_vp2040.c63 u32 div = (p->frequency + CU1216_IF + TUNER_MUL / 2) / TUNER_MUL; tda1002x_cu1216_tuner_set() local
/linux-4.4.14/drivers/clk/at91/
H A Dclk-h32mx.c55 unsigned long div; clk_sama5d4_h32mx_round_rate() local
H A Dclk-plldiv.c42 unsigned long div; clk_plldiv_round_rate() local
H A Dclk-smd.c49 unsigned long div; at91sam9x5_clk_smd_round_rate() local
97 unsigned long div = parent_rate / rate; at91sam9x5_clk_smd_set_rate() local
H A Dclk-generated.c110 u32 div; clk_generated_determine_rate() local
179 u32 div; clk_generated_set_rate() local
H A Dclk-master.c88 u8 div; clk_master_recalc_rate() local
H A Dclk-peripheral.c47 u32 div; member in struct:clk_sam9x5_peripheral
H A Dclk-programmable.c145 unsigned long div = parent_rate / rate; clk_programmable_set_rate() local
H A Dclk-usb.c70 int div; at91sam9x5_clk_usb_determine_rate() local
139 unsigned long div; at91sam9x5_clk_usb_set_rate() local
317 unsigned long div; at91rm9200_clk_usb_set_rate() local
/linux-4.4.14/drivers/clk/mxs/
H A Dclk.h60 mxs_clk_fixed_factor(const char *name, const char *parent_name, unsigned int mult, unsigned int div) mxs_clk_fixed_factor() argument
H A Dclk-div.c44 struct clk_div *div = to_clk_div(hw); clk_div_recalc_rate() local
52 struct clk_div *div = to_clk_div(hw); clk_div_round_rate() local
60 struct clk_div *div = to_clk_div(hw); clk_div_set_rate() local
79 struct clk_div *div; mxs_clk_div() local
H A Dclk-frac.c43 u32 div; clk_frac_recalc_rate() local
58 u32 div; clk_frac_round_rate() local
84 u32 div, val; clk_frac_set_rate() local
/linux-4.4.14/drivers/clk/pistachio/
H A Dclk.c94 pistachio_clk_register_div(struct pistachio_clk_provider *p, struct pistachio_div *div, unsigned int num) pistachio_clk_register_div() argument
H A Dclk.h84 unsigned int div; member in struct:pistachio_fixed_factor
/linux-4.4.14/drivers/clk/shmobile/
H A Dclk-r8a7778.c39 unsigned int div[4]; member in struct:__anon3789
H A Dclk-div6.c34 unsigned int div; member in struct:div6_clock
83 unsigned int div = (clk_readl(clock->reg) & CPG_DIV6_DIV_MASK) + 1; cpg_div6_clock_recalc_rate() local
91 unsigned int div; cpg_div6_clock_calc_div() local
103 unsigned int div = cpg_div6_clock_calc_div(rate, *parent_rate); cpg_div6_clock_round_rate() local
112 unsigned int div = cpg_div6_clock_calc_div(rate, parent_rate); cpg_div6_clock_set_rate() local
H A Dclk-r8a73a4.c70 unsigned int div = 1; r8a73a4_cpg_register_clock() local
H A Dclk-r8a7740.c72 unsigned int div = 1; r8a7740_cpg_register_clock() local
H A Dclk-r8a7779.c100 unsigned int div = 1; r8a7779_cpg_register_clock() local
H A Dclk-rcar-gen2.c213 struct clk_divider *div; cpg_adsp_clk_register() local
309 unsigned int div = 1; rcar_gen2_cpg_register_clock() local
H A Dclk-sh73a0.c84 unsigned int div = 1; sh73a0_cpg_register_clock() local
/linux-4.4.14/sound/soc/samsung/
H A Djive_wm8750.c43 struct s3c_i2sv2_rate_calc div; jive_hw_params() local
H A Dh1940_uda1380.c78 int div; h1940_hw_params() local
H A Drx1950_uda1380.c158 int div; rx1950_hw_params() local
H A Ds3c24xx_uda134x.c136 unsigned int div; s3c24xx_uda134x_hw_params() local
H A Ds3c24xx-i2s.c322 s3c24xx_i2s_set_clkdiv(struct snd_soc_dai *cpu_dai, int div_id, int div) s3c24xx_i2s_set_clkdiv() argument
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/volt/
H A Dgk104.c42 u32 div, duty; gk104_volt_get() local
55 u32 div, duty; gk104_volt_set() local
/linux-4.4.14/drivers/gpu/drm/nouveau/
H A Dnouveau_backlight.c102 u32 div = 1025; nv50_get_intensity() local
117 u32 div = 1025; nv50_set_intensity() local
138 u32 div, val; nva3_get_intensity() local
156 u32 div, val; nva3_set_intensity() local
/linux-4.4.14/drivers/clk/imx/
H A Dclk-cpu.c19 struct clk *div; member in struct:clk_cpu
78 imx_clk_cpu(const char *name, const char *parent_name, struct clk *div, struct clk *mux, struct clk *pll, struct clk *step) imx_clk_cpu() argument
H A Dclk-fixup-div.c63 struct clk_divider *div = to_clk_div(hw); clk_fixup_div_set_rate() local
H A Dclk-busy.c33 struct clk_divider div; member in struct:clk_busy_divider
41 struct clk_divider *div = container_of(hw, struct clk_divider, hw); to_clk_busy_divider() local
H A Dclk.h139 imx_clk_fixed_factor(const char *name, const char *parent, unsigned int mult, unsigned int div) imx_clk_fixed_factor() argument
H A Dclk-pllv3.c104 u32 div = (readl_relaxed(pll->base) >> pll->div_shift) & pll->div_mask; clk_pllv3_recalc_rate() local
122 u32 val, div; clk_pllv3_set_rate() local
151 u32 div = readl_relaxed(pll->base) & pll->div_mask; clk_pllv3_sys_recalc_rate() local
162 u32 div; clk_pllv3_sys_round_rate() local
179 u32 val, div; clk_pllv3_sys_set_rate() local
207 u32 div = readl_relaxed(pll->base) & pll->div_mask; clk_pllv3_av_recalc_rate() local
218 u32 div; clk_pllv3_av_round_rate() local
242 u32 val, div; clk_pllv3_av_set_rate() local
/linux-4.4.14/drivers/clk/meson/
H A Dclkc.c55 struct clk_divider *div = NULL; meson_clk_register_composite() local
135 unsigned int mult, div; meson_clk_register_fixed_factor() local
H A Dclk-cpu.c77 unsigned int div, sel, N = 0; meson_clk_cpu_set_rate() local
105 unsigned int div = 1; meson_clk_cpu_recalc_rate() local
H A Dclkc.h66 unsigned int div; member in struct:fixed_fact_conf
/linux-4.4.14/drivers/clk/mvebu/
H A Darmada-370.c115 a370_get_clk_ratio( void __iomem *sar, int id, int *mult, int *div) a370_get_clk_ratio() argument
H A Darmada-375.c116 armada_375_get_clk_ratio( void __iomem *sar, int id, int *mult, int *div) armada_375_get_clk_ratio() argument
H A Darmada-38x.c99 armada_38x_get_clk_ratio( void __iomem *sar, int id, int *mult, int *div) armada_38x_get_clk_ratio() argument
H A Darmada-39x.c93 armada_39x_get_clk_ratio( void __iomem *sar, int id, int *mult, int *div) armada_39x_get_clk_ratio() argument
H A Ddove.c126 dove_get_clk_ratio( void __iomem *sar, int id, int *mult, int *div) dove_get_clk_ratio() argument
H A Darmada-xp.c125 axp_get_clk_ratio( void __iomem *sar, int id, int *mult, int *div) axp_get_clk_ratio() argument
H A Dorion.c59 mv88f5182_get_clk_ratio(void __iomem *sar, int id, int *mult, int *div) mv88f5182_get_clk_ratio() argument
116 mv88f5281_get_clk_ratio(void __iomem *sar, int id, int *mult, int *div) mv88f5281_get_clk_ratio() argument
182 mv88f6183_get_clk_ratio(void __iomem *sar, int id, int *mult, int *div) mv88f6183_get_clk_ratio() argument
H A Dclk-corediv.c128 u32 reg, div; clk_corediv_recalc_rate() local
139 u32 div; clk_corediv_round_rate() local
157 u32 reg, div; clk_corediv_set_rate() local
H A Dclk-cpu.c54 u32 reg, div; clk_cpu_recalc_rate() local
65 u32 div; clk_cpu_round_rate() local
81 u32 reg, div; clk_cpu_off_set_rate() local
H A Dcommon.c160 int mult, div; mvebu_coreclk_setup() local
H A Dkirkwood.c128 kirkwood_get_clk_ratio( void __iomem *sar, int id, int *mult, int *div) kirkwood_get_clk_ratio() argument
168 mv88f6180_get_clk_ratio( void __iomem *sar, int id, int *mult, int *div) mv88f6180_get_clk_ratio() argument
/linux-4.4.14/drivers/clk/socfpga/
H A Dclk-gate-a10.c36 u32 div = 1, val; socfpga_gate_clk_recalc_rate() local
H A Dclk-periph-a10.c35 u32 div; clk_periclk_recalc_rate() local
H A Dclk-periph.c31 u32 div, val; clk_periclk_recalc_rate() local
H A Dclk-gate.c102 u32 div = 1, val; socfpga_clk_recalc_rate() local
/linux-4.4.14/drivers/clk/spear/
H A Dclk-frac-synth.c73 unsigned int div = 1, val; clk_frac_recalc_rate() local
H A Dclk-gpt-synth.c60 unsigned int div = 1, val; clk_gpt_recalc_rate() local
H A Dclk.h60 u32 div; member in struct:frac_rate_tbl
/linux-4.4.14/arch/arm/mach-omap2/
H A Dclkt2xxx_dpllcore.c115 u32 cur_rate, low, mult, div, valid_rate, done_rate; omap2_reprogram_dpllcore() local
H A Dgpmc-onenand.c169 int div, gpmc_clk_ns; omap2_onenand_calc_sync_timings() local
/linux-4.4.14/sound/drivers/pcsp/
H A Dpcsp.c46 int err, div, min_div, order; snd_pcsp_create() local
/linux-4.4.14/sound/soc/blackfin/
H A Dbf6xx-sport.h56 u32 div; member in struct:sport_params
/linux-4.4.14/drivers/pwm/
H A Dpwm-mxs.c54 int ret, div = 0; mxs_pwm_config() local
H A Dpwm-atmel-tcb.c35 unsigned div; /* PWM clock divider */ member in struct:atmel_tcb_pwm_device
H A Dpwm-bcm-kona.c115 u64 val, div, rate; kona_pwmc_config() local
H A Dpwm-img.c91 u32 val, div, duty, timebase; img_pwm_config() local
H A Dpwm-mtk-disp.c72 u64 div, rate; mtk_disp_pwm_config() local
H A Dpwm-rcar.c75 unsigned int div; rcar_pwm_get_clock_division() local
108 static int rcar_pwm_set_counter(struct rcar_pwm_chip *rp, int div, int duty_ns, rcar_pwm_set_counter() argument
153 int div, ret; rcar_pwm_config() local
91 rcar_pwm_set_clock_control(struct rcar_pwm_chip *rp, unsigned int div) rcar_pwm_set_clock_control() argument
H A Dpwm-rockchip.c106 u64 clk_rate, div; rockchip_pwm_config() local
H A Dpwm-spear.c81 u64 val, div, clk_rate; spear_pwm_config() local
H A Dpwm-atmel.c112 unsigned long long div; atmel_pwm_config() local
H A Dpwm-sun4i.c104 u64 clk_rate, div = 0; sun4i_pwm_config() local
/linux-4.4.14/drivers/gpu/drm/tegra/
H A Drgb.c181 unsigned int div; tegra_rgb_encoder_atomic_check() local
/linux-4.4.14/drivers/media/tuners/
H A Dqt1010.c62 u32 freq, div, mod1, mod2; qt1010_set_params() local
H A Dmxl301rf.c183 u32 tmp, div; mxl301rf_set_params() local
H A Dtda18271-common.c568 u32 div; tda18271_calc_main_pll() local
591 u32 div; tda18271_calc_cal_pll() local
H A Dtda18271-maps.c1067 tda18271_lookup_pll_map(struct dvb_frontend *fe, enum tda18271_map_type map_type, u32 *freq, u8 *post_div, u8 *div) tda18271_lookup_pll_map() argument
H A Dtea5767.c136 unsigned int div, frq; tea5767_status_dump() local
194 unsigned div; set_radio_freq() local
353 unsigned div, rc; tea5767_standby() local
H A Dtea5761.c128 unsigned int div, frq; tea5761_status_dump() local
146 unsigned div; __set_radio_freq() local
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Ddce6_afmt.c304 unsigned int div = (RREG32(DENTIST_DISPCLK_CNTL) & dce6_dp_audio_set_dto() local
H A Devergreen_hdmi.c293 unsigned int div = (RREG32(DCE41_DENTIST_DISPCLK_CNTL) & dce4_dp_audio_set_dto() local
H A Dradeon_audio.c556 unsigned long div, mul; radeon_audio_calc_cts() local
779 unsigned int radeon_audio_decode_dfs_div(unsigned int div) radeon_audio_decode_dfs_div() argument
/linux-4.4.14/drivers/mfd/
H A Dmcp-core.c63 void mcp_set_telecom_divisor(struct mcp *mcp, unsigned int div) mcp_set_telecom_divisor() argument
80 void mcp_set_audio_divisor(struct mcp *mcp, unsigned int div) mcp_set_audio_divisor() argument
H A Drtsx_usb.c388 static u8 revise_ssc_depth(u8 ssc_depth, u8 div) revise_ssc_depth() argument
404 u8 n, clk_divider, mcu_cnt, div; rtsx_usb_switch_clock() local
/linux-4.4.14/drivers/net/wireless/iwlegacy/
H A D3945-debug.c418 struct iwl39_stats_div *div, *accum_div, *delta_div, *max_div; il3945_ucode_general_stats_read() local
H A D4965-debug.c648 struct stats_div *div, *accum_div, *delta_div, *max_div; il4965_ucode_general_stats_read() local
/linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_crtc.c66 int div; atmel_hlcdc_crtc_mode_set_nofb() local
/linux-4.4.14/drivers/cpufreq/
H A Ds3c2440-cpufreq.c204 int div; run_freq_for() local
H A Dcpufreq-nforce2.c69 unsigned char mul, div; nforce2_calc_fsb() local
89 unsigned char mul = 0, div = 0; nforce2_calc_pll() local
/linux-4.4.14/drivers/gpu/drm/fsl-dcu/
H A Dfsl_dcu_drm_crtc.c87 unsigned int hbp, hfp, hsw, vbp, vfp, vsw, div, index; fsl_dcu_drm_crtc_mode_set_nofb() local
/linux-4.4.14/arch/unicore32/kernel/
H A Dclock.c102 unsigned long div; member in struct:__anon2966
/linux-4.4.14/drivers/clk/bcm/
H A Dclk-iproc-asiu.c32 struct iproc_asiu_div div; member in struct:iproc_asiu_clk
114 unsigned int div; iproc_asiu_clk_round_rate() local
134 unsigned int div, div_h, div_l; iproc_asiu_clk_set_rate() local
185 iproc_asiu_setup(struct device_node *node, const struct iproc_asiu_div *div, const struct iproc_asiu_gate *gate, unsigned int num_clks) iproc_asiu_setup() argument
H A Dclk-kona-setup.c55 struct bcm_clk_div *div; clk_requires_trigger() local
83 struct bcm_clk_div *div; peri_clk_data_offsets_valid() local
335 static bool div_valid(struct bcm_clk_div *div, const char *field_name, div_valid() argument
371 struct bcm_clk_div *div; kona_dividers_valid() local
407 struct bcm_clk_div *div; peri_clk_data_valid() local
/linux-4.4.14/drivers/clk/berlin/
H A Dberlin2-div.c77 struct berlin2_div *div = to_berlin2_div(hw); berlin2_div_is_enabled() local
95 struct berlin2_div *div = to_berlin2_div(hw); berlin2_div_enable() local
114 struct berlin2_div *div = to_berlin2_div(hw); berlin2_div_disable() local
131 struct berlin2_div *div = to_berlin2_div(hw); berlin2_div_set_parent() local
162 struct berlin2_div *div = to_berlin2_div(hw); berlin2_div_get_parent() local
189 struct berlin2_div *div = to_berlin2_div(hw); berlin2_div_recalc_rate() local
246 struct berlin2_div *div; berlin2_div_register() local
/linux-4.4.14/drivers/clk/hisilicon/
H A Dclk.h51 unsigned long div; member in struct:hisi_fixed_factor_clock
H A Dclkdivider-hi6220.c106 struct hi6220_clk_divider *div; hi6220_register_clkdiv() local
H A Dclk-hi3620.c339 u32 sam, drv, div, val; mmc_clk_set_timing() local
/linux-4.4.14/drivers/clk/mediatek/
H A Dclk-mtk.c144 struct clk_divider *div = NULL; mtk_clk_register_composite() local
H A Dclk-mtk.h51 int div; member in struct:mtk_fixed_factor
156 u32 div; member in struct:mtk_pll_div_table
/linux-4.4.14/drivers/clk/nxp/
H A Dclk-lpc18xx-ccu.c211 struct clk_divider *div = NULL; lpc18xx_ccu_register_branch_gate_div() local
/linux-4.4.14/drivers/clk/tegra/
H A Dclk-divider.c71 int div, mul; clk_frac_div_recalc_rate() local
91 int div, mul; clk_frac_div_round_rate() local
110 int div; clk_frac_div_set_rate() local
H A Dclk-periph.c149 bool div = !(periph->gate.flags & TEGRA_PERIPH_NO_DIV); _tegra_clk_register_periph() local
H A Dclk-emc.c98 u32 val, div; emc_recalc_rate() local
204 u8 div; emc_set_timing() local
/linux-4.4.14/arch/m68k/math-emu/
H A Dmulti_arith.h181 fp_dividemant(union fp_mant128 *dest, struct fp_ext *src, struct fp_ext *div) fp_dividemant() argument
/linux-4.4.14/arch/m68k/atari/
H A Ddebug.c219 int clksrc, clkmode, div, reg3, reg5; atari_init_scc_port() local
269 int div; atari_init_midi_port() local
/linux-4.4.14/arch/m68k/fpsp040/
H A Ddecbin.S484 div: label
/linux-4.4.14/sound/oss/
H A Dpas2_mixer.c77 mixer_output(int right_vol, int left_vol, int div, int bits, mixer_output() argument
/linux-4.4.14/sound/soc/codecs/
H A Drl6231.c74 int div[] = {2, 3, 4, 6, 8, 12}; rl6231_calc_dmic_clk() local
/linux-4.4.14/include/linux/
H A Dktime.h170 static inline s64 ktime_divns(const ktime_t kt, s64 div) ktime_divns() argument
/linux-4.4.14/drivers/thermal/
H A Darmada_thermal.c162 unsigned long m, b, div; armada_get_temp() local
/linux-4.4.14/drivers/tty/serial/8250/
H A D8250_mid.c150 unsigned long mul, div; mid8250_set_termios() local
/linux-4.4.14/drivers/staging/comedi/drivers/
H A Dcomedi_8254.c368 unsigned int div = d1 * d2; comedi_8254_cascade_ns_to_timer() local
/linux-4.4.14/drivers/hwmon/
H A Dg760a.c65 static inline unsigned int rpm_from_cnt(u8 val, u32 clk, u16 div) rpm_from_cnt() argument
/linux-4.4.14/drivers/media/pci/ttpci/
H A Dbudget-patch.c274 u32 div = (p->frequency + 479500) / 125; alps_bsrv2_tuner_set_params() local
313 u32 div; grundig_29504_451_tuner_set_params() local
H A Dav7110_v4l.c163 u32 div; ves1820_set_tv_freq() local
193 u32 div; stv0297_set_tv_freq() local
H A Dbudget.c216 u32 div = (c->frequency + 479500) / 125; alps_bsrv2_tuner_set_params() local
255 u32 div; alps_tdbe2_tuner_set_params() local
284 u32 div; grundig_29504_401_tuner_set_params() local
341 u32 div; grundig_29504_451_tuner_set_params() local
365 u32 div; s5h1420_tuner_set_params() local
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dgf100.c204 u32 div = min((ref * 2) / freq, (u32)65); calc_div() local
H A Dgk104.c225 u32 div = min((ref * 2) / freq, (u32)65); calc_div() local
H A Dmcp77.c185 calc_P(u32 src, u32 target, int *div) calc_P() argument
H A Dnv50.c344 calc_div(u32 src, u32 target, int *div) calc_div() argument
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Dlink.c509 unsigned int div = common->clockrate * 1000; ath_update_survey_stats() local
/linux-4.4.14/drivers/net/ethernet/cisco/enic/
H A Dvnic_dev.h87 u32 div; member in struct:vnic_intr_coal_timer_info
/linux-4.4.14/drivers/gpu/drm/ast/
H A Dast_main.c217 uint32_t denum, num, div, ref_pll; ast_get_dram_info() local
/linux-4.4.14/drivers/bcma/
H A Ddriver_chipcommon_pmu.c341 u32 tmp, div, ndiv, p1, p2, fc; bcma_pmu_pll_clock() local
/linux-4.4.14/drivers/gpu/drm/i915/
H A Di915_sysfs.c42 u64 units = 128ULL, div = 100000ULL; calc_residency() local
/linux-4.4.14/drivers/clk/ingenic/
H A Dcgu.c319 u32 div_reg, div; ingenic_clk_recalc_rate() local
339 unsigned div; ingenic_clk_calc_div() local
379 unsigned div, i; ingenic_clk_set_rate() local
H A Dcgu.h101 unsigned div; member in struct:ingenic_cgu_fixdiv_info
159 struct ingenic_cgu_div_info div; member in struct:ingenic_cgu_clk_info::__anon3756::__anon3757
/linux-4.4.14/drivers/clk/mmp/
H A Dclk-mix.c83 static unsigned int _get_div_val(struct mmp_clk_mix *mix, unsigned int div) _get_div_val() argument
213 unsigned int div; mmp_clk_mix_determine_rate() local
279 unsigned int div; mmp_clk_mix_set_rate_and_parent() local
326 unsigned int div; mmp_clk_mix_recalc_rate() local
H A Dclk.h158 unsigned long div; member in struct:mmp_param_fixed_factor_clk
/linux-4.4.14/drivers/clk/rockchip/
H A Dclk.c52 struct clk_divider *div = NULL; rockchip_clk_register_branch() local
120 struct clk_fractional_divider *div = NULL; rockchip_clk_register_frac_branch() local
/linux-4.4.14/drivers/clk/samsung/
H A Dclk-cpu.c132 static void exynos_set_safe_div(void __iomem *base, unsigned long div, exynos_set_safe_div() argument
225 unsigned long div = 0, div_mask = DIV_MASK; exynos_cpuclk_post_rate_change() local
H A Dclk.h93 unsigned long div; member in struct:samsung_fixed_factor_clock
/linux-4.4.14/drivers/clk/st/
H A Dclk-flexgen.c107 unsigned long div; flexgen_round_rate() local
142 unsigned long div = 0; flexgen_set_rate() local
/linux-4.4.14/arch/cris/arch-v32/kernel/
H A Dtime.c335 reg_timer_rw_tmr0_div div = (freqs->new * 500) / HZ; cris_time_freq_notifier() local
/linux-4.4.14/arch/s390/kernel/
H A Dvtime.c66 u64 delta, fac, mult, div; update_mt_scaling() local
133 u64 div = __this_cpu_read(mt_scaling_div); do_account_vtime() local
199 u64 div = __this_cpu_read(mt_scaling_div); vtime_account_irq_enter() local
/linux-4.4.14/arch/sh/kernel/cpu/sh4a/
H A Dclock-sh7722.c80 unsigned long div = 1; pll_recalc() local
H A Dclock-sh7723.c81 unsigned long div = 1; pll_recalc() local
H A Dclock-sh7724.c62 unsigned long div = 1; fll_recalc() local
/linux-4.4.14/arch/mips/ath79/
H A Dclock.c63 u32 div; ar71xx_clocks_init() local
98 u32 div; ar724x_clocks_init() local
134 u32 div; ar913x_clocks_init() local
/linux-4.4.14/arch/m68k/coldfire/
H A Dm53xx.c539 int clock_limp(int div) clock_limp() argument
/linux-4.4.14/arch/arm/mach-s3c24xx/
H A Diotiming-s3c2410.c108 unsigned int div = to_div(cyc, hclk_tns); calc_0124() local
156 unsigned int div = to_div(cyc, hclk_tns); calc_tacc() local
/linux-4.4.14/sound/soc/fsl/
H A Dimx-ssi.c191 imx_ssi_set_dai_clkdiv(struct snd_soc_dai *cpu_dai, int div_id, int div) imx_ssi_set_dai_clkdiv() argument
/linux-4.4.14/sound/soc/sh/
H A Dssi.c225 static int ssi_set_clkdiv(struct snd_soc_dai *dai, int did, int div) ssi_set_clkdiv() argument
/linux-4.4.14/sound/soc/atmel/
H A Datmel_ssc_dai.c404 atmel_ssc_set_dai_clkdiv(struct snd_soc_dai *cpu_dai, int div_id, int div) atmel_ssc_set_dai_clkdiv() argument
/linux-4.4.14/drivers/watchdog/
H A Dimgpdc_wdt.c184 u64 div; pdc_wdt_probe() local
/linux-4.4.14/drivers/staging/rts5208/
H A Drtsx_card.c640 u8 mcu_cnt, div, max_div, ssc_depth, ssc_depth_mask; switch_ssc_clock() local
667 dev_dbg(rtsx_dev(chip), "N = %d, div = %d\n", N, div); switch_ssc_clock() local
715 u8 sel, div, mcu_cnt; switch_normal_clock() local
/linux-4.4.14/drivers/spi/
H A Dspi-au1550.c114 u32 div, brg; au1550_spi_baudcfg() local
H A Dspi-s3c24xx.c125 unsigned int div; s3c24xx_spi_update_state() local
H A Dspi-sun4i.c172 unsigned int mclk_rate, div, timeout; sun4i_spi_transfer_one() local
/linux-4.4.14/drivers/ssb/
H A Ddriver_chipcommon.c608 u32 baud_base, div; ssb_chipco_serial_init() local
/linux-4.4.14/drivers/video/fbdev/
H A Dnuc900fb.c74 unsigned long long div; nuc900fb_calc_pixclk() local
H A Dsh_mipi_dsi.c135 u32 tmp, top, bottom, delay, div; sh_mipi_setup() local
/linux-4.4.14/drivers/gpu/drm/rcar-du/
H A Drcar_du_crtc.c115 u32 div; rcar_du_crtc_set_display_timing() local
/linux-4.4.14/drivers/gpu/drm/tilcdc/
H A Dtilcdc_crtc.c576 unsigned int lcd_clk, div; tilcdc_crtc_update_clk() local
/linux-4.4.14/drivers/media/platform/s3c-camif/
H A Dcamif-regs.c235 unsigned int div, rem; camif_get_dma_burst() local
/linux-4.4.14/drivers/net/ethernet/ti/
H A Ddavinci_mdio.c107 u32 mdio_in, div, mdio_out_khz, access_time; __davinci_mdio_reset() local
/linux-4.4.14/drivers/net/wireless/ath/ath5k/
H A Dmac80211-ops.c656 unsigned int div = common->clockrate * 1000; ath5k_get_survey() local
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-ipq806x.c108 int div; get_clk_div_sgmii() local
134 int div; get_clk_div_rgmii() local
160 int div; ipq806x_gmac_set_speed() local
/linux-4.4.14/drivers/crypto/qat/qat_common/
H A Dadf_transport.c56 uint32_t div = data >> shift; adf_modulo() local
/linux-4.4.14/arch/c6x/include/asm/
H A Dclock.h93 u32 div; member in struct:clk
/linux-4.4.14/fs/jffs2/
H A Dcompr_rubin.c88 static void init_rubin(struct rubin_state *rs, int div, int *bits) init_rubin() argument
151 static void init_decode(struct rubin_state *rs, int div, int *bits) init_decode() argument

Completed in 6843 milliseconds

123