Searched refs:multiplier (Results 1 - 200 of 275) sorted by relevance

12

/linux-4.4.14/include/uapi/linux/netfilter_bridge/
H A Debt_limit.h16 __u32 burst; /* Period multiplier for upper limit. */
/linux-4.4.14/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_audio.c132 uint32_t n, cts, multiplier; hdmi_audio_update() local
141 multiplier = 4; hdmi_audio_update()
142 n >>= 2; /* divide N by 4 and use multiplier */ hdmi_audio_update()
145 multiplier = 2; hdmi_audio_update()
146 n >>= 1; /* divide N by 2 and use multiplier */ hdmi_audio_update()
148 multiplier = 1; hdmi_audio_update()
151 DBG("n=%u, cts=%u, multiplier=%u", n, cts, multiplier); hdmi_audio_update()
155 acr_pkt_ctrl |= HDMI_ACR_PKT_CTRL_N_MULTIPLIER(multiplier); hdmi_audio_update()
/linux-4.4.14/arch/x86/kernel/cpu/
H A Dpowerflags.c16 "100mhzsteps", /* 100 MHz multiplier control */
H A Dcyrix.c210 dir0_lsn = dir0 & 0xf; /* model or clock multiplier */ init_cyrix()
218 * the model, multiplier and stepping. Black magic included, init_cyrix()
/linux-4.4.14/include/uapi/linux/netfilter/
H A Dxt_limit.h15 __u32 burst; /* Period multiplier for upper limit. */
H A Dxt_hashlimit.h30 __u32 burst; /* Period multiplier for upper limit. */
54 __u32 burst; /* Period multiplier for upper limit. */
/linux-4.4.14/tools/power/cpupower/debug/i386/
H A Dcentrino-decode.c66 unsigned int multiplier; decode() local
69 multiplier = ((msr >> 8) & 0xFF); decode()
73 printf("0x%x means multiplier %d @ %d mV\n", msr, multiplier, mv); decode()
/linux-4.4.14/drivers/video/fbdev/via/
H A Dvia_clock.h41 u16 multiplier; member in struct:via_pll_config
65 return ref_freq / pll.divisor * pll.multiplier; get_pll_internal_frequency()
H A Dvia_clock.c38 return (pll.multiplier << 8) cle266_encode_pll()
47 | (pll.multiplier - 2); k800_encode_pll()
54 | pll.multiplier; vx855_encode_pll()
H A Dhw.c1398 cur.multiplier = clk / ((f0 / cur.divisor)>>cur.rshift); get_pll_config()
1401 up.multiplier++; get_pll_config()
1402 down.multiplier--; get_pll_config()
1408 if (cur.multiplier < limits[i].multiplier_min) get_pll_config()
1409 cur.multiplier = limits[i].multiplier_min; get_pll_config()
1410 else if (cur.multiplier > limits[i].multiplier_max) get_pll_config()
1411 cur.multiplier = limits[i].multiplier_max; get_pll_config()
/linux-4.4.14/drivers/clk/keystone/
H A Dpll.c31 * @has_pllctrl: If set to non zero, lower 6 bits of multiplier is in pllm
39 * @pllm: PLL register map address for multiplier bits
42 * @pllm_lower_mask: multiplier lower mask
43 * @pllm_upper_mask: multiplier upper mask
44 * @pllm_upper_shift: multiplier upper shift
88 * get bits 0-5 of multiplier from pllctrl PLLM register clk_pllclk_recalc()
159 * @pllctrl: If true, lower 6 bits of multiplier is in pllm register of
206 i = of_property_match_string(node, "reg-names", "multiplier"); _of_pll_clk_init()
/linux-4.4.14/drivers/cpufreq/
H A Dpowernow-k6.c33 MODULE_PARM_DESC(max_multiplier, "Maximum multiplier (allowed values: 20 30 35 40 45 50 55 60)");
78 * powernow_k6_get_cpu_multiplier - returns the current FSB multiplier
80 * Returns the current setting of the frequency multiplier. Core clock
134 * powernow_k6_target - set the PowerNow! multiplier
135 * @best_i: clock_ratio[best_i] is the target multiplier
137 * Tries to change the PowerNow! multiplier
183 printk(KERN_WARNING "powernow-k6: unknown frequency %u, cannot determine current multiplier\n", khz);
H A De_powersaver.c124 /* Set new multiplier and voltage */ eps_set_state()
141 /* Print voltage and multiplier */ eps_set_state()
147 printk(KERN_INFO "eps: Current multiplier = %d\n", eps_set_state()
243 /* Print voltage and multiplier */ eps_cpu_init()
249 printk(KERN_INFO "eps: Current multiplier = %d\n", current_multiplier); eps_cpu_init()
256 printk(KERN_INFO "eps: Highest multiplier = %d\n", max_multiplier); eps_cpu_init()
261 printk(KERN_INFO "eps: Lowest multiplier = %d\n", min_multiplier); eps_cpu_init()
H A Dcpufreq-nforce2.c38 * multiplier * 10
55 MODULE_PARM_DESC(fid, "CPU multiplier to use (11.5 = 115)");
92 /* Try to calculate multiplier and divider up to 4 times */ nforce2_calc_pll()
329 "cpu_khz not set, can't calculate multiplier!\n"); nforce2_cpu_init()
H A Dlonghaul.c140 /* Enable software clock multiplier */ do_longhaul1()
152 /* Disable software clock multiplier */ do_longhaul1()
240 * @mults_index : bitpattern of the new multiplier.
353 * multiplier and FSB, but will not change bits in Longhaul longhaul_setstate()
402 * We do this by assuming we booted at maximum multiplier, and interpolate
436 printk(KERN_INFO PFX "Invalid (reserved) multiplier!\n"); longhaul_get_ranges()
444 /* Get max multiplier - as we always did. longhaul_get_ranges()
448 /* Get min multiplier */ longhaul_get_ranges()
H A Dcpufreq_governor.c50 * multiplier to give long delays. So apply this multiplier to dbs_check_cpu()
H A Dspeedstep-lib.c87 /* decode the multiplier */ pentium3_get_frequency()
H A Dcpufreq_ondemand.c351 /* Reset down sampling multiplier in case it was active */ for_each_online_cpu()
H A Dgx-suspmod.c147 * we can detect a core multiplier from dir0_lsb
/linux-4.4.14/lib/raid6/
H A Drecov.c30 const u8 *pbmul; /* P multiplier table for B data */ raid6_2data_recov_intx1()
31 const u8 *qmul; /* Q multiplier table (for both) */ raid6_2data_recov_intx1()
73 const u8 *qmul; /* Q multiplier table */ raid6_datap_recov_intx1()
H A Drecov_avx2.c26 const u8 *pbmul; /* P multiplier table for B data */ raid6_2data_recov_avx2()
27 const u8 *qmul; /* Q multiplier table (for both) */ raid6_2data_recov_avx2()
196 const u8 *qmul; /* Q multiplier table */ raid6_datap_recov_avx2()
H A Drecov_ssse3.c26 const u8 *pbmul; /* P multiplier table for B data */ raid6_2data_recov_ssse3()
27 const u8 *qmul; /* Q multiplier table (for both) */ raid6_2data_recov_ssse3()
201 const u8 *qmul; /* Q multiplier table */ raid6_datap_recov_ssse3()
/linux-4.4.14/arch/sh/kernel/cpu/sh4a/
H A Dclock-sh7757.c29 int multiplier; pll_recalc() local
31 multiplier = test_mode_pin(MODE_PIN0) ? 24 : 16; pll_recalc()
33 return clk->parent->rate * multiplier; pll_recalc()
H A Dclock-sh7786.c30 int multiplier; pll_recalc() local
33 * Clock modes 0, 1, and 2 use an x64 multiplier against PLL1, pll_recalc()
36 multiplier = (sh_mv.mv_mode_pins() & 0xf) < 3 ? 64 : 32; pll_recalc()
38 return clk->parent->rate * multiplier; pll_recalc()
H A Dclock-sh7785.c32 int multiplier; pll_recalc() local
34 multiplier = test_mode_pin(MODE_PIN4) ? 36 : 72; pll_recalc()
36 return clk->parent->rate * multiplier; pll_recalc()
H A Dclock-shx3.c31 /* PLL1 has a fixed x72 multiplier. */ pll_recalc()
/linux-4.4.14/arch/arm64/include/asm/
H A Dvdso_datapage.h32 __u32 cs_mult; /* Clocksource multiplier */
/linux-4.4.14/drivers/clk/ti/
H A Ddpll44xx.c37 /* Static rate multiplier for OMAP4 REGM4XEN clocks */
86 * multiplier and divider values calculated. If low-power mode can be
130 /* regm4xen adds a multiplier of 4 to DPLL calculations */ omap4_dpll_regm4xen_recalc()
167 * target rate without using the 4X multiplier. omap4_dpll_regm4xen_round_rate()
175 * this time see if using the 4X multiplier can help. Enabling the omap4_dpll_regm4xen_round_rate()
176 * 4X multiplier is equivalent to dividing the target rate by 4. omap4_dpll_regm4xen_round_rate()
H A Dclkt_dpll.c28 /* DPLL rate rounding: minimum DPLL multiplier, divider values */
124 * _dpll_test_mult - test a DPLL multiplier value
125 * @m: pointer to the DPLL m (multiplier) value under test
131 * This code tests a DPLL multiplier value, ensuring that the
133 * the multiplier value itself is valid for the DPLL. Initially, the
322 /* Compute the scaled DPLL multiplier, based on the divider */ omap2_dpll_round_rate()
H A Ddpll3xxx.c242 * @m: DPLL multiplier to set
267 * @m: DPLL multiplier to set
325 /* Set DPLL multiplier, divider */ omap3_noncore_dpll_program()
355 /* Set 4X multiplier and low-power mode */ omap3_noncore_dpll_program()
H A Dfapll.c178 /* PLL pre-divider is P and multiplier is N */ ti_fapll_recalc_rate()
208 * with the multiplier? ti_fapll_set_div_mult()
/linux-4.4.14/arch/mips/ath25/
H A Dar5312.c292 unsigned predivide_select, predivisor, multiplier; ar5312_cpu_frequency() local
318 * cpu_freq = input_clock * MULT (where MULT is PLL multiplier) ar5312_cpu_frequency()
324 * So, for example, with a PLL multiplier of 5, we have ar5312_cpu_frequency()
336 multiplier = (clock_ctl1 & multiplier_mask) >> multiplier_shift; ar5312_cpu_frequency()
339 multiplier <<= 1; ar5312_cpu_frequency()
341 return (40000000 / predivisor) * multiplier; ar5312_cpu_frequency()
/linux-4.4.14/drivers/video/fbdev/aty/
H A Dmach64_ct.c122 u32 multiplier, divider, ras_multiplier, ras_divider, tmp; aty_dsp_gt() local
126 multiplier = ((u32)pll->mclk_fb_div) * pll->vclk_post_div_real; aty_dsp_gt()
144 multiplier = multiplier * par->lcd_width; aty_dsp_gt()
151 /* If we don't do this, 32 bits for multiplier & divider won't be aty_dsp_gt()
153 while (((multiplier | divider) & 1) == 0) { aty_dsp_gt()
154 multiplier = multiplier >> 1; aty_dsp_gt()
159 tmp = ((multiplier * pll->fifo_size) << vshift) / divider; aty_dsp_gt()
172 dsp_off = ((multiplier * (pll->fifo_size - 1)) << vshift) / divider - aty_dsp_gt()
176 dsp_on = ((multiplier * 20 << vshift) + divider) / divider; aty_dsp_gt()
179 dsp_on = ((multiplier << vshift) + divider) / divider; aty_dsp_gt()
191 dsp_on = dsp_off - (multiplier << vshift) / divider; aty_dsp_gt()
196 dsp_xclks = ((multiplier << (vshift + 5)) + divider) / divider; aty_dsp_gt()
/linux-4.4.14/drivers/clk/
H A Dclk-vt8500.c359 u32 *multiplier, u32 *prediv) vt8500_find_pll_bits()
366 *multiplier = 0; vt8500_find_pll_bits()
376 *multiplier = rate / (parent_rate / *prediv); vt8500_find_pll_bits()
377 tclk = (parent_rate / *prediv) * *multiplier; vt8500_find_pll_bits()
385 u32 *multiplier, u32 *divisor1, u32 *divisor2) wm8650_find_pll_bits()
403 *multiplier = mul; wm8650_find_pll_bits()
420 *multiplier = best_mul; wm8650_find_pll_bits()
453 u32 *filter, u32 *multiplier, u32 *divisor1, u32 *divisor2) wm8750_find_pll_bits()
472 *multiplier = mul; wm8750_find_pll_bits()
491 *multiplier = best_mul; wm8750_find_pll_bits()
497 u32 *multiplier, u32 *divisor1, u32 *divisor2) wm8850_find_pll_bits()
516 *multiplier = mul; wm8850_find_pll_bits()
534 *multiplier = best_mul; wm8850_find_pll_bits()
358 vt8500_find_pll_bits(unsigned long rate, unsigned long parent_rate, u32 *multiplier, u32 *prediv) vt8500_find_pll_bits() argument
384 wm8650_find_pll_bits(unsigned long rate, unsigned long parent_rate, u32 *multiplier, u32 *divisor1, u32 *divisor2) wm8650_find_pll_bits() argument
452 wm8750_find_pll_bits(unsigned long rate, unsigned long parent_rate, u32 *filter, u32 *multiplier, u32 *divisor1, u32 *divisor2) wm8750_find_pll_bits() argument
496 wm8850_find_pll_bits(unsigned long rate, unsigned long parent_rate, u32 *multiplier, u32 *divisor1, u32 *divisor2) wm8850_find_pll_bits() argument
H A Dclk-si514.c64 u32 m_frac; /* 29-bit Fractional part of multiplier M */
65 u8 m_int; /* Integer part of multiplier M, 65..78 */
77 /* Retrieve clock multiplier and dividers from hardware */ si514_get_muldiv()
H A Dclk-si570.c70 * @rfreq: Clock multiplier RFREQ
96 * @rfreq: Fractional multiplier (output)
164 * si570_update_rfreq() - Update clock multiplier
187 * @out_rfreq: RFREG fractional multiplier (output)
192 * Calculate the clock dividers (@out_hs_div, @out_n1) and clock multiplier
H A Dclk-fixed-factor.c17 * DOC: basic fixed multiplier and divider clock that cannot gate
H A Dclk-clps711x.c64 /* Read PLL multiplier value and sanity check */ _clps711x_clk_init()
H A Dclk-stm32f4.c149 * multiplier.
/linux-4.4.14/arch/mips/sibyte/swarm/
H A Drtc_m41t81.c40 #define M41T81REG_WD_BMB0 0x04 /* watchdog multiplier bit 0 */
41 #define M41T81REG_WD_BMB1 0x08 /* watchdog multiplier bit 1 */
42 #define M41T81REG_WD_BMB2 0x10 /* watchdog multiplier bit 2 */
43 #define M41T81REG_WD_BMB3 0x20 /* watchdog multiplier bit 3 */
44 #define M41T81REG_WD_BMB4 0x40 /* watchdog multiplier bit 4 */
/linux-4.4.14/drivers/clk/shmobile/
H A Dclk-r8a73a4.c93 /* PLL0/1 are configurable multiplier clocks. Register them as r8a73a4_cpg_register_clock()
94 * fixed factor clocks for now as there's no generic multiplier r8a73a4_cpg_register_clock()
96 * the multiplier value. r8a73a4_cpg_register_clock()
H A Dclk-r8a7740.c96 /* PLLC0/1 are configurable multiplier clocks. Register them as r8a7740_cpg_register_clock()
97 * fixed factor clocks for now as there's no generic multiplier r8a7740_cpg_register_clock()
99 * the multiplier value. r8a7740_cpg_register_clock()
H A Dclk-rcar-gen2.c315 /* PLL0 is a configurable multiplier clock. Register it as a rcar_gen2_cpg_register_clock()
316 * fixed factor clock for now as there's no generic multiplier rcar_gen2_cpg_register_clock()
318 * the multiplier value. rcar_gen2_cpg_register_clock()
/linux-4.4.14/drivers/usb/gadget/function/
H A Du_ether.h33 MODULE_PARM_DESC(qmult, "queue length multiplier at high/super speed");\
223 * gether_set_qmult - initialize an ethernet-over-usb link with a multiplier
225 * @qmult: queue multiplier
227 * This sets the queue length multiplier of this ethernet-over-usb link.
233 * gether_get_qmult - get an ethernet-over-usb link multiplier
236 * This gets the queue length multiplier of this ethernet-over-usb link.
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb.c47 int min_credit, multiplier; ixgbe_ieee_credits() local
58 multiplier = (min_credit / min_percent) + 1; ixgbe_ieee_credits()
62 int val = min(bw[i] * multiplier, MAX_CREDIT_REFILL); ixgbe_ieee_credits()
118 * a multiplier. It is required that the refill credits must be ixgbe_dcb_calculate_tc_credits()
120 * multiplier that will allow all bandwidth percentages to be ixgbe_dcb_calculate_tc_credits()
139 /* Calculate credit refill ratio using multiplier */ ixgbe_dcb_calculate_tc_credits()
/linux-4.4.14/include/video/
H A Dw100fb.h98 uint8_t N_int; /* VCO multiplier */
99 uint8_t N_fac; /* VCO multiplier fractional part */
/linux-4.4.14/drivers/misc/vmw_vmci/
H A Dvmci_handle_array.h23 #define VMCI_ARR_CAP_MULT 2 /* Array capacity multiplier */
/linux-4.4.14/drivers/media/dvb-frontends/
H A Dtda10071.h37 * @pll_multiplier: PLL multiplier.
H A Daf9033.h40 * ADC multiplier
/linux-4.4.14/drivers/media/i2c/
H A Daptina-pll.c54 /* Compute the multiplier M and combined N*P1 divisor. */ aptina_pll_calculate()
64 * - minimum/maximum multiplier aptina_pll_calculate()
65 * - minimum/maximum multiplier output clock frequency assuming the aptina_pll_calculate()
86 * multiplier factor MF exists that fulfills the following conditions: aptina_pll_calculate()
H A Dsmiapp-pll.c149 * Heuristically guess the PLL tree for a given common multiplier and
153 * @mul is the PLL multiplier and @div is the common divisor
155 * multiplier will be a multiple of @mul.
172 * are the minimum and maximum multiplier for mul. __smiapp_pll_calculate()
186 /* Don't go above max pll multiplier. */ __smiapp_pll_calculate()
H A Dmt9m032.c638 /* round because of multiplier used for values >= 63 */ mt9m032_try_ctrl()
/linux-4.4.14/arch/tile/include/asm/
H A Dvdso.h34 __u32 mult; /* Cycle to nanosecond multiplier */
/linux-4.4.14/drivers/clk/ingenic/
H A Dcgu.h28 * @m_shift: the number of bits to shift the multiplier value by (ie. the
29 * index of the lowest bit of the multiplier value in the PLL's
31 * @m_bits: the size of the multiplier field in bits
32 * @m_offset: the multiplier value which encodes to 0 in the PLL's control
/linux-4.4.14/include/linux/
H A Damifd.h36 unsigned int sect_mult; /* sectors and gap multiplier (HD = 2) */
H A Dclocksource.h55 * @mult: cycle to nanosecond multiplier
121 * multiplier, given the clocksource shift value
146 * frequency to a timsource multiplier, given the
169 * @mult: cycle to nanosecond multiplier
H A Dcnt32_to_63.h90 * multiplier on the returned value which can get rid of the top bit
91 * implicitly by making the multiplier even, therefore saving on a runtime
H A Dprofile.h47 int setup_profiling_timer(unsigned int multiplier);
H A Dclk-provider.h469 * struct clk_fixed_factor - fixed multiplier and divider clock
472 * @mult: multiplier
475 * Clock with a fixed multiplier and divider. The output frequency is the
524 * struct clk_multiplier - adjustable multiplier clock
527 * @reg: register containing the multiplier
528 * @shift: shift to the multiplier bit field
529 * @width: width of the multiplier bit field
532 * Clock with an adjustable multiplier affecting its output frequency.
536 * CLK_MULTIPLIER_ZERO_BYPASS - By default, the multiplier is the value read
539 * set, then a null multiplier will be considered as a bypass,
H A Dtimecounter.h36 * @mult: cycle to nanosecond multiplier
H A Dtimekeeper_internal.h19 * @mult: (NTP adjusted) multiplier for scaled math conversion
H A Dclockchips.h78 * @mult: nanosecond to cycles multiplier
H A Dlibata.h189 ATA_DEV_PMP = 5, /* SATA port multiplier */
190 ATA_DEV_PMP_UNSUP = 6, /* SATA port multiplier (unsupported) */
782 int pmp; /* port multiplier port # */
H A Dcpufreq.h403 * @mult: multiplier
/linux-4.4.14/arch/arm/include/asm/
H A Dvdso_datapage.h41 u32 cs_mult; /* clocksource multiplier */
/linux-4.4.14/drivers/clk/at91/
H A Dclk-pll.c180 * Calculate minimum divider based on the minimum multiplier, the clk_pll_get_best_div_mul()
208 * divider/multiplier pair (the one that generates the closest clk_pll_get_best_div_mul()
217 * Calculate the multiplier associated with the current clk_pll_get_best_div_mul()
229 * now and elect a new best multiplier/divider pair if the clk_pll_get_best_div_mul()
241 * Stop searching now and use this multiplier/divider pair. clk_pll_get_best_div_mul()
247 /* We haven't found any multiplier/divider pair => return -ERANGE */ clk_pll_get_best_div_mul()
H A Dclk-utmi.c84 /* UTMI clk is a fixed clk multiplier */ clk_utmi_recalc_rate()
/linux-4.4.14/arch/m32r/kernel/
H A Dsmpboot.c571 * by writing a multiplier value into /proc/profile.
573 int setup_profiling_timer(unsigned int multiplier) setup_profiling_timer() argument
582 if ( (!multiplier) || (calibration_result / multiplier < 500)) setup_profiling_timer()
586 * Set the new multiplier for each CPU. CPUs don't start using the setup_profiling_timer()
592 per_cpu(prof_multiplier, i) = multiplier; setup_profiling_timer()
H A Dsmp.c638 * happen only every 'profiling multiplier' ticks. The default
639 * multiplier is 1 and it can be changed by writing the new
640 * multiplier value into /proc/profile.
664 * useful with a profiling multiplier != 1 smp_local_timer_interrupt()
671 * The multiplier may have changed since the last time we got smp_local_timer_interrupt()
/linux-4.4.14/drivers/atm/
H A Deni.h94 int tx_mult; /* buffer size multiplier (percent) */
102 int rx_mult; /* buffer size multiplier (percent) */
H A Dlanai.c1483 struct lanai_buffer *buf, int max_sdu, int multiplier, lanai_get_sized_buffer()
1490 size = (max_sdu + 16) * multiplier + 16; lanai_get_sized_buffer()
1514 int max_sdu, multiplier; lanai_setup_tx_vci() local
1518 multiplier = AAL0_TX_MULTIPLIER; lanai_setup_tx_vci()
1522 multiplier = AAL5_TX_MULTIPLIER; lanai_setup_tx_vci()
1525 multiplier, "TX"); lanai_setup_tx_vci()
1482 lanai_get_sized_buffer(struct lanai_dev *lanai, struct lanai_buffer *buf, int max_sdu, int multiplier, const char *name) lanai_get_sized_buffer() argument
/linux-4.4.14/drivers/clk/sunxi/
H A Dclk-a10-pll2.c90 /* Setup the multiplier part of the PLL2 */ sun4i_pll2_setup()
110 pr_err("Couldn't register the base multiplier clock\n"); sun4i_pll2_setup()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/timer/
H A Dnv41.c61 nvkm_debug(subdev, "input multiplier: %d\n", m); nv41_timer_init()
/linux-4.4.14/drivers/ata/
H A Dahci_da850.c32 * The multiplier needed for 1.5GHz PLL output.
H A Dahci.h154 PORT_IRQ_BAD_PMP = (1 << 23), /* incorrect port multiplier */
210 PORT_DEVSLP_DM_OFFSET = 25, /* DITO multiplier offset */
211 PORT_DEVSLP_DM_MASK = (0xf << 25), /* DITO multiplier mask */
H A Dpata_amd.c34 * @clock: clock multiplier (number of times 33MHz for this part)
H A Dpata_octeon_cf.c88 static void octeon_cf_set_boot_reg_cfg(int cs, unsigned int multiplier) octeon_cf_set_boot_reg_cfg() argument
93 switch (multiplier) { octeon_cf_set_boot_reg_cfg()
H A Dsata_sil24.c160 PORT_CS_PMP_EN = (1 << 13), /* port multiplier enable */
550 /* clear port multiplier enable and resume bits */ sil24_config_port()
H A Dlibata-transport.c18 * If there is SATA port multiplier [PMP], 15 additional ata_link object are
/linux-4.4.14/arch/s390/kernel/
H A Dentry.h61 int setup_profiling_timer(unsigned int multiplier);
H A Dsmp.c946 * by writing a multiplier value into /proc/profile.
950 int setup_profiling_timer(unsigned int multiplier) setup_profiling_timer() argument
/linux-4.4.14/sound/usb/
H A Dclock.c176 struct uac_clock_multiplier_descriptor *multiplier; __uac_clock_find_source() local
252 multiplier = snd_usb_find_clock_multiplier(chip->ctrl_intf, entity_id); __uac_clock_find_source()
253 if (multiplier) __uac_clock_find_source()
254 return __uac_clock_find_source(chip, multiplier->bCSourceID, __uac_clock_find_source()
/linux-4.4.14/drivers/tty/vt/
H A Dselection.c164 int i, ps, pe, multiplier; set_selection() local
297 multiplier = use_unicode ? 3 : 1; /* chars can take up to 3 bytes */ set_selection()
298 bp = kmalloc(((sel_end-sel_start)/2+1)*multiplier, GFP_KERNEL); set_selection()
/linux-4.4.14/drivers/gpu/drm/gma500/
H A Dpsb_intel_drv.h74 int multiplier) psb_intel_mode_set_pixel_multiplier()
76 mode->clock *= multiplier; psb_intel_mode_set_pixel_multiplier()
77 mode->private_flags |= multiplier; psb_intel_mode_set_pixel_multiplier()
73 psb_intel_mode_set_pixel_multiplier(struct drm_display_mode *mode, int multiplier) psb_intel_mode_set_pixel_multiplier() argument
H A Dpsb_intel_reg.h287 * SDVO multiplier for 945G/GM. Not used on 965.
298 /* Pipe A SDVO/UDI clock multiplier/divider register for G965. */
300 /* Pipe B SDVO/UDI clock multiplier/divider register for G965. */
313 * SDVO/UDI pixel multiplier.
323 * set to 130Mhz, and the SDVO multiplier set to 2x in this register and
327 * a maximum multiplier of 5 for SDVO.
332 * SDVO/UDI pixel multiplier for VGA, same as DPLL_MD_UDI_MULTIPLIER_MASK.
423 * 915G/GM SDVO pixel multiplier.
425 * Programmed value is multiplier - 1, up to 5x.
H A Dcdv_intel_crt.c104 * Disable separate mode multiplier used when cloning SDVO to CRT cdv_intel_crt_mode_set()
H A Dpsb_intel_sdvo.c954 int multiplier; psb_intel_sdvo_mode_fixup() local
978 /* Make the CRTC code factor in the SDVO pixel multiplier. The psb_intel_sdvo_mode_fixup()
979 * SDVO device will factor out the multiplier during mode_set. psb_intel_sdvo_mode_fixup()
981 multiplier = psb_intel_sdvo_get_pixel_multiplier(adjusted_mode); psb_intel_sdvo_mode_fixup()
982 psb_intel_mode_set_pixel_multiplier(adjusted_mode, multiplier); psb_intel_sdvo_mode_fixup()
H A Dgma_display.c721 * depending on the multiplier, connector, etc., gma_pll_is_valid()
/linux-4.4.14/sound/firewire/fireworks/
H A Dfireworks_pcm.c32 /* multiplier mode 0 */
36 /* multiplier mode 1 */
39 /* multiplier mode 2 */
/linux-4.4.14/kernel/
H A Dprofile.c503 * Writing a 'profiling multiplier' value into it also re-sets the profiling
510 extern int setup_profiling_timer(unsigned int multiplier); write_profile()
513 unsigned int multiplier; write_profile() local
515 if (copy_from_user(&multiplier, buf, sizeof(int))) write_profile()
518 if (setup_profiling_timer(multiplier)) write_profile()
H A Dkcmp.c25 * permute its bits even more (the odd multiplier guarantees that the product
/linux-4.4.14/drivers/cpuidle/governors/
H A Dmenu.c100 * This rule-of-thumb is implemented using a performance-multiplier:
101 * If the exit latency times the performance multiplier is longer than
104 * this multiplier is, the longer we need to be idle to pick a deep C
108 * Two factors are used in determing this multiplier:
169 * Return a multiplier for the exit latency that is intended
172 * to be, the higher this multiplier, and thus the higher
321 * Performance multiplier defines a minimum predicted idle menu_select()
/linux-4.4.14/drivers/scsi/be2iscsi/
H A Dbe_cmds.c789 u32 multiplier; eq_delay_to_mult() local
792 multiplier = 0; eq_delay_to_mult()
796 multiplier = 1023; eq_delay_to_mult()
798 multiplier = (MAX_INTR_RATE - interrupt_rate) * round; eq_delay_to_mult()
799 multiplier /= interrupt_rate; eq_delay_to_mult()
800 multiplier = (multiplier + round / 2) / round; eq_delay_to_mult()
801 multiplier = min(multiplier, (u32) 1023); eq_delay_to_mult()
804 return multiplier; eq_delay_to_mult()
/linux-4.4.14/drivers/macintosh/
H A Dwindfarm_mpu.h29 u8 input_mul_bus_div; /* 0x0d - Clock input multiplier/bus divider */
/linux-4.4.14/drivers/hwmon/
H A Dibmpex.c72 int multiplier; member in struct:ibmpex_sensor_data
285 int mult = data->sensors[attr->index].multiplier; ibmpex_show_sensor()
404 data->sensors[i].multiplier = ibmpex_find_sensors()
413 data->sensors[i].multiplier = 1000; ibmpex_find_sensors()
H A Ddell-smm-hwmon.c995 * Set fan multiplier and maximal fan speed from dmi config i8k_probe()
1012 * Autodetect fan multiplier based on nominal rpm i8k_probe()
1013 * If fan reports rpm value too high then set multiplier to 1 i8k_probe()
1024 /* Fan multiplier was specified in module param or in dmi */ i8k_probe()
H A Dg762.c123 * Extract fan gear mode multiplier value (0, 2 or 4) from given
170 * 00: multiplier = 1
171 * 01: multiplier = 2
172 * 10: multiplier = 4
H A Ds3c-hwmon.c326 "channel %d multiplier too large\n", s3c_hwmon_probe()
H A Dabituguru3.c137 int multiplier; member in struct:abituguru3_sensor_info
858 value = (value * sensor->multiplier) / sensor->divisor + show_value()
/linux-4.4.14/drivers/clk/nxp/
H A Dclk-lpc18xx-cgu.c293 /* Compute PLL0 multiplier from decoded version */ lpc18xx_pll0_mdec2msel()
307 /* Compute PLL0 decoded multiplier from binary version */ lpc18xx_pll0_msel2mdec()
323 /* Compute PLL0 bandwidth SELI reg from multiplier */ lpc18xx_pll0_msel2seli()
340 /* Compute PLL0 bandwidth SELP reg from multiplier */ lpc18xx_pll0_msel2selp()
/linux-4.4.14/arch/blackfin/mach-bf561/
H A Dsmp.c46 int __init setup_profiling_timer(unsigned int multiplier) /* not supported */ setup_profiling_timer() argument
/linux-4.4.14/kernel/time/
H A Djiffies.c42 /* Since jiffies uses a simple NSEC_PER_JIFFY multiplier
H A Dtime.c536 * Note that due to the small error in the multiplier here, this
590 * different multiplier for usec instead of nsec). But this has a
H A Dtimekeeping.c1505 * Apply a multiplier adjustment to the timekeeper
1532 * The basic idea here is that we're increasing the multiplier timekeeping_apply_adjustment()
1586 * Calculate the multiplier adjustment needed to match the frequency
1625 * Adjust the timekeeper's multiplier to the correct frequency
/linux-4.4.14/sound/pci/ctxfi/
H A Dxfi.c30 MODULE_PARM_DESC(multiple, "Rate multiplier (default=2)");
/linux-4.4.14/drivers/staging/speakup/
H A Dvarhandlers.c221 if (var_data->u.n.multiplier != 0) spk_set_num_var()
222 val *= var_data->u.n.multiplier; spk_set_num_var()
H A Dspk_types.h116 short offset, multiplier; /* for fiddling rates etc. */ member in struct:num_var_t
/linux-4.4.14/drivers/staging/rdma/hfi1/
H A Dmad.h201 __be16 entry; /* shift:2, multiplier:14 */
205 u16 entry; /* shift:2, multiplier:14 */
/linux-4.4.14/drivers/video/fbdev/kyro/
H A DSTG4000InitDevice.c63 #define STG4K3_PLL_MIN_R 2 /* Minimum multiplier */
149 /* estimate required feedback multiplier */ ProgramClock()
/linux-4.4.14/drivers/media/pci/cobalt/
H A Dcobalt-cpld.c135 struct multiplier { struct
143 static const struct multiplier multipliers[] = {
/linux-4.4.14/drivers/infiniband/hw/qib/
H A Dqib_mad.h262 __be16 entry; /* shift:2, multiplier:14 */
266 u16 entry; /* shift:2, multiplier:14 */
/linux-4.4.14/arch/blackfin/mach-common/
H A Ddpmc_modes.S116 W[P0] = R0.l; /* Set Min CLKIN to VCO multiplier */
177 w[p0] = R5; /* Restore VCO multiplier */
/linux-4.4.14/arch/mn10300/include/asm/
H A Dpio-regs.h99 #define P1MD_3_FRQS0 0x00c0 /* CPU clock multiplier setting input 0 mode */
104 #define P1MD_4_FRQS1 0x0300 /* CPU clock multiplier setting input 1 mode */
/linux-4.4.14/sound/soc/codecs/
H A Dtlv320aic26.c107 /* compute J portion of multiplier */ aic26_hw_params()
109 /* compute fractional DDDD component of multiplier */ aic26_hw_params()
/linux-4.4.14/drivers/watchdog/
H A Dsbc8360.c80 * MOV AX,000nH (set multiplier n, from 1-4)
220 /* Set timeout multiplier */ sbc8360_activate()
/linux-4.4.14/arch/powerpc/sysdev/qe_lib/
H A Dqe.c192 /* Program the BRG to the given sampling rate and multiplier
196 * @multiplier: corresponds to the value programmed in GUMR_L[RDCR] or
198 * then 'multiplier' should be 8.
200 int qe_setbrg(enum qe_clock brg, unsigned int rate, unsigned int multiplier) qe_setbrg() argument
208 divisor = qe_get_brg_clk() / (rate * multiplier); qe_setbrg()
/linux-4.4.14/arch/nios2/kernel/
H A Dinsnemu.S370 * several times. The "multiplier" specifies the number of copies of the
422 mov r11, r5 /* save original multiplier for mulxsu and mulxss */
433 * r11 = original multiplier
448 * lsb = multiplier & 1;
504 * r11 = original multiplier
H A Dentry.S353 multiplier */
/linux-4.4.14/arch/arm/mach-davinci/
H A Dclock.c310 /* If pre-PLL, source clock is before the multiplier and divider(s) */ clk_sysclk_recalc()
354 /* If pre-PLL, source clock is before the multiplier and divider(s) */ davinci_set_sysclk_rate()
482 * @pllm: The multiplier value. Passing 0 leads to multiply-by-one.
/linux-4.4.14/drivers/scsi/aic94xx/
H A Daic94xx_sas.h189 * multiplier require a 4-bit port number value. There is one DDB
190 * entry of this type for each SATA port multiplier (sister DDB).
192 * DDB of the SATA port multiplier port (i.e. the SATA target
200 /* This struct asd_ddb_sata_pm_port, describes the SATA port multiplier
/linux-4.4.14/include/uapi/sound/
H A Dasound_fm.h49 unsigned char harmonic; /* 4 bits: harmonic and multiplier */
/linux-4.4.14/arch/mips/include/asm/
H A Dvdso.h65 * @cs_mult: Clocksource multiplier value.
H A Dstackframe.h66 * The Octeon multiplier state is affected by general
244 /* Restore the Octeon multiplier state */
/linux-4.4.14/arch/hexagon/kernel/
H A Dsmp.c255 int setup_profiling_timer(unsigned int multiplier) setup_profiling_timer() argument
/linux-4.4.14/arch/xtensa/kernel/
H A Dsmp.c433 int setup_profiling_timer(unsigned int multiplier) setup_profiling_timer() argument
435 pr_debug("setup_profiling_timer %d\n", multiplier); setup_profiling_timer()
/linux-4.4.14/drivers/clk/pxa/
H A Dclk-pxa3xx.c40 /* crystal frequency to HSIO bus frequency multiplier (HSS) */
43 /* crystal frequency to static memory controller multiplier (SMCFS) */
/linux-4.4.14/include/linux/clk/
H A Dti.h36 * @max_multiplier: maximum valid non-bypass multiplier value (actual)
49 * @m4xen_mask: mask of the DPLL M4X multiplier bitfield in @control_reg
/linux-4.4.14/drivers/staging/comedi/drivers/
H A Ds626.h484 #define S626_CLKMULT_4X 0 /* 4x clock multiplier. */
485 #define S626_CLKMULT_2X 1 /* 2x clock multiplier. */
486 #define S626_CLKMULT_1X 2 /* 1x clock multiplier. */
487 #define S626_CLKMULT_SPECIAL 3 /* Special clock multiplier value. */
511 #define S626_CRABIT_CLKMULT_A 7 /* A clock multiplier. */
591 #define S626_CRBBIT_CLKMULT_B 3 /* B clock multiplier. */
H A Ds626.c795 /* Indicate multiplier is 1x. */ s626_get_mode_b()
802 /* Indicate multiplier is 1x. */ s626_get_mode_b()
809 /* Clock multiplier is passed through. */ s626_get_mode_b()
878 /* Force multiplier to x1 if not legal, else pass through. */ s626_set_mode_a()
1156 * Return/set the clock multiplier.
1980 /* Clock multiplier is 1x. */ s626_timer_load()
2346 /* Clock multiplier is 1x. */ s626_enc_insn_config()
2429 /* Clock multiplier is 1x. */ s626_counters_init()
H A Dserial2002.c77 * MIN/MAX 12:10 - the units multiplier for the scale
/linux-4.4.14/arch/powerpc/platforms/512x/
H A Dclock-commonclk.c297 /* get the SPMF and translate it into the "sys pll" multiplier */ get_spmf_mult()
332 * get the CPMF value and translate it into a multiplier factor
335 * multiplier ratio is fractional
411 * - fetches the system PLL multiplier and divider values as well as the
440 * IPS rate), or backtrack from IPS and multiplier values that mpc512x_clk_setup_ref_clock()
717 * since they can be seen as a fixed multiplier and an mpc512x_clk_setup_clock_tree()
/linux-4.4.14/arch/m68k/ifpsp060/src/
H A Dilsp.S491 # 0x4(sp) = multiplier #
519 mov.l 0x8(%a6),%d0 # store multiplier in d0
630 mov.l 0x8(%a6),%d0 # store multiplier in d0
637 tst.l %d0 # is multiplier negative?
639 neg.l %d0 # make multiplier positive
641 ori.b &0x1,%d5 # save multiplier sgn
H A Disp.S2519 # multiplier operand in the data register file.
2523 mov.l (EXC_DREGS,%a6,%d0.w*4), %d3 # fetch multiplier
2525 # multiplier is in %d3. now, extract Dl and Dh fields and fetch the
2539 tst.l %d3 # test multiplier
2542 # multiplier is in %d3 and multiplicand is in %d4.
2549 tst.l %d3 # is multiplier negative?
2551 neg.l %d3 # make multiplier positive
2552 ori.b &0x1, EXC_TEMP(%a6) # save multiplier sgn
2661 # multiplier operand is in memory at the effective address.
2676 mov.l %d0, %d3 # store multiplier in %d3
/linux-4.4.14/drivers/net/ethernet/cisco/enic/
H A Dvnic_devcmd.h341 * intr_timer_cycles = intr_timer_usec * multiplier / divisor
346 * intr_timer_usec = intr_timer_cycles * divisor / multiplier
349 * out: (u32)a0 = multiplier
/linux-4.4.14/arch/mips/kernel/
H A Docteon_switch.S435 /* Save the multiplier state OCTEON II and earlier*/
455 /* Save the multiplier state OCTEON III */
508 /* Restore the multiplier state */
H A Dsmp.c266 int setup_profiling_timer(unsigned int multiplier) setup_profiling_timer() argument
/linux-4.4.14/sound/firewire/
H A Damdtp-stream.c227 unsigned int multiplier = 1; amdtp_stream_get_max_payload() local
230 multiplier = 5; amdtp_stream_get_max_payload()
232 return 8 + s->syt_interval * s->data_block_quadlets * 4 * multiplier; amdtp_stream_get_max_payload()
/linux-4.4.14/lib/mpi/
H A Dmpih-mul.c56 * must be distinct from the multiplier and the multiplicand.
436 * must be distinct from the multiplier and the multiplicand.
/linux-4.4.14/include/linux/mmc/
H A Dcard.h75 unsigned int sec_trim_mult; /* Secure trim multiplier */
76 unsigned int sec_erase_mult; /* Secure erase multiplier */
/linux-4.4.14/drivers/tty/serial/
H A Dmax310x.c543 /* Try multiplier 6 */ max310x_set_ref_clk()
550 /* Try multiplier 48 */ max310x_set_ref_clk()
557 /* Try multiplier 96 */ max310x_set_ref_clk()
564 /* Try multiplier 144 */ max310x_set_ref_clk()
/linux-4.4.14/drivers/scsi/
H A Dsd.h17 * Flush timeout is a multiplier over the standard device timeout which is
H A Dncr53c8xx.c1692 u_char multiplier; /* Clock multiplier (1,2,4) */ member in struct:ncb
3781 * Get the clock multiplier factor. ncr_prepare_setting()
3784 np->multiplier = 4; ncr_prepare_setting()
3786 np->multiplier = 2; ncr_prepare_setting()
3788 np->multiplier = 1; ncr_prepare_setting()
3795 ncr_getclock(np, np->multiplier); ncr_prepare_setting()
7822 if (np->multiplier < 2) { ncr_selectclock()
7828 printk ("%s: enabling clock multiplier\n", ncr_name(np)); ncr_selectclock()
7830 OUTB(nc_stest1, DBLEN); /* Enable clock multiplier */ ncr_selectclock()
7831 if (np->multiplier > 2) { /* Poll bit 5 of stest4 for quadrupler */ ncr_selectclock()
7841 OUTB(nc_stest1, (DBLEN|DBLSEL));/* Select clock multiplier */ ncr_selectclock()
7906 np->multiplier = 1; ncr_getclock()
7910 ** True with 875 or 895 with clock multiplier selected ncr_getclock()
7914 printk ("%s: clock multiplier found\n", ncr_name(np)); ncr_getclock()
7915 np->multiplier = mult; ncr_getclock()
7919 ** If multiplier not found or scntl3 not 7,5,3, ncr_getclock()
7923 if (np->multiplier != mult || (scntl3 & 7) < 3 || !(scntl3 & 1)) { ncr_getclock()
7943 printk ("%s: clock multiplier assumed\n", ncr_name(np)); ncr_getclock()
7944 np->multiplier = mult; ncr_getclock()
7951 f1 /= np->multiplier; ncr_getclock()
7957 f1 *= np->multiplier; ncr_getclock()
H A Dsym53c416.c56 #define TOM 0x05 /* Time out multiplier (WRITE) */
/linux-4.4.14/drivers/staging/clocking-wizard/
H A Dclk-xlnx-clock-wizard.c204 /* register multiplier */ clk_wzrd_probe()
/linux-4.4.14/drivers/mmc/host/
H A Datmel-mci-regs.h75 # define ATMCI_CSTOMUL(x) ((x) << 4) /* CST multiplier */
/linux-4.4.14/drivers/gpu/drm/sti/
H A Dsti_hdmi_tx3g0c55phy.c221 * multiplier, hence only 24bit color. sti_hdmi_tx3g0c55phy_start()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
H A Den_clock.c250 /* calculate max possible multiplier in order to fit in 64bit */ freq_to_shift()
/linux-4.4.14/arch/tile/kernel/
H A Dtime.c225 int setup_profiling_timer(unsigned int multiplier) setup_profiling_timer() argument
/linux-4.4.14/drivers/clk/bcm/
H A Dclk-iproc-armpll.c187 * ndiv = ARM PLL multiplier
H A Dclk-iproc-pll.c257 * If PDIV = 0, then it becomes a multiplier (x2) pll_set_rate()
/linux-4.4.14/drivers/clk/imx/
H A Dclk-pllv3.c38 * is actually a multiplier, and always sits at bit 0.
/linux-4.4.14/arch/arc/kernel/
H A Dsmp.c193 int setup_profiling_timer(unsigned int multiplier) setup_profiling_timer() argument
/linux-4.4.14/fs/ntfs/
H A Dvolume.h55 u8 mft_zone_multiplier; /* Initial mft zone multiplier. */
/linux-4.4.14/arch/sh/kernel/
H A Dsmp.c326 int setup_profiling_timer(unsigned int multiplier) setup_profiling_timer() argument
/linux-4.4.14/arch/sparc/kernel/
H A Dsmp_32.c178 int setup_profiling_timer(unsigned int multiplier) setup_profiling_timer() argument
H A Dentry.S1171 mov %i0, %o0 ! round multiplier up so large ns ok
1185 sethi %hi(0x10c7), %o1 ! round multiplier up so large us ok
/linux-4.4.14/arch/mips/pnx833x/common/
H A Dinterrupts.c305 /* Functional clock is enabled, so get clock multiplier */ plat_time_init()
/linux-4.4.14/arch/mn10300/kernel/
H A Dsmp.c957 * @multiplier - The frequency multiplier to use
959 * The frequency of the profiling timer can be changed by writing a multiplier
962 int setup_profiling_timer(unsigned int multiplier) setup_profiling_timer() argument
/linux-4.4.14/arch/ia64/kernel/
H A Dsmp.c339 setup_profiling_timer (unsigned int multiplier) setup_profiling_timer() argument
/linux-4.4.14/sound/oss/
H A Dopl3_hw.h92 #define MULTIPLE_MASK 0x0f /* Frequency multiplier */
H A Dsequencer.c1587 int negative, semitones, cents, multiplier = 1; compute_finetune() local
1619 multiplier *= 4; compute_finetune()
1626 amount = (int) (semitone_tuning[semitones] * multiplier * cent_tuning[cents]) / 10000; compute_finetune()
/linux-4.4.14/sound/pci/lola/
H A Dlola_clock.c40 /* multiplier / devisor */ lola_sample_rate_convert()
/linux-4.4.14/sound/soc/intel/skylake/
H A Dskl-topology.c211 int multiplier = 1; skl_tplg_update_buffer_size() local
214 multiplier = 5; skl_tplg_update_buffer_size()
219 multiplier; skl_tplg_update_buffer_size()
224 multiplier; skl_tplg_update_buffer_size()
/linux-4.4.14/drivers/media/usb/uvc/
H A Duvc_driver.c262 uint32_t multiplier; uvc_fraction_to_interval() local
269 /* Divide both the denominator and the multiplier by two until uvc_fraction_to_interval()
270 * numerator * multiplier doesn't overflow. If anyone knows a better uvc_fraction_to_interval()
273 multiplier = 10000000; uvc_fraction_to_interval()
274 while (numerator > ((uint32_t)-1)/multiplier) { uvc_fraction_to_interval()
275 multiplier /= 2; uvc_fraction_to_interval()
279 return denominator ? numerator * multiplier / denominator : 0; uvc_fraction_to_interval()
/linux-4.4.14/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c248 * If multiplier not present or not selected, leave here. sym_selectclock()
250 if (np->multiplier <= 1) { sym_selectclock()
256 printf ("%s: enabling clock multiplier\n", sym_name(np)); sym_selectclock()
258 OUTB(np, nc_stest1, DBLEN); /* Enable clock multiplier */ sym_selectclock()
276 OUTB(np, nc_stest1, (DBLEN|DBLSEL));/* Select clock multiplier */ sym_selectclock()
395 np->multiplier = 1; sym_getclock()
398 * True with 875/895/896/895A with clock multiplier selected sym_getclock()
402 printf ("%s: clock multiplier found\n", sym_name(np)); sym_getclock()
403 np->multiplier = mult; sym_getclock()
407 * If multiplier not found or scntl3 not 7,5,3, sym_getclock()
411 if (np->multiplier != mult || (scntl3 & 7) < 3 || !(scntl3 & 1)) { sym_getclock()
424 printf ("%s: clock multiplier assumed\n", sym_getclock()
426 np->multiplier = mult; sym_getclock()
433 f1 /= np->multiplier; sym_getclock()
439 f1 *= np->multiplier; sym_getclock()
703 * Get the clock multiplier factor. sym_prepare_setting()
706 np->multiplier = 4; sym_prepare_setting()
708 np->multiplier = 2; sym_prepare_setting()
710 np->multiplier = 1; sym_prepare_setting()
717 sym_getclock(np, np->multiplier); sym_prepare_setting()
H A Dsym_hipd.h933 u_char multiplier; /* Clock multiplier (1,2,4) */ member in struct:sym_hcb
/linux-4.4.14/drivers/media/usb/em28xx/
H A Dem28xx.h186 /* bulk transfers: transfer buffer size = packet size * packet multiplier
687 int packet_multiplier; /* multiplier for wMaxPacketSize, used for
/linux-4.4.14/drivers/crypto/
H A Dhifn_795x.c300 #define HIFN_PLL_ND_SHIFT 11 /* Clock multiplier shift */
301 #define HIFN_PLL_ND_MULT_2 0x00000000 /* PLL clock multiplier 2 */
302 #define HIFN_PLL_ND_MULT_4 0x00000800 /* PLL clock multiplier 4 */
303 #define HIFN_PLL_ND_MULT_6 0x00001000 /* PLL clock multiplier 6 */
304 #define HIFN_PLL_ND_MULT_8 0x00001800 /* PLL clock multiplier 8 */
305 #define HIFN_PLL_ND_MULT_10 0x00002000 /* PLL clock multiplier 10 */
306 #define HIFN_PLL_ND_MULT_12 0x00002800 /* PLL clock multiplier 12 */
960 * to calculate the optimal multiplier. For PCI we assume 66MHz, since that
/linux-4.4.14/arch/x86/include/asm/uv/
H A Duv_bau.h63 /* [19:16] SOFT_ACK timeout period 19: 1 is urgency 7 17:16 1 is multiplier */
86 /* [45:40] BAU - BAU transaction timeout select - a multiplier */
/linux-4.4.14/arch/m68k/fpsp040/
H A Ddecbin.S321 | Calculate the mantissa multiplier to compensate for the striping of
369 | Calculate the mantissa multiplier to compensate for the appending of
/linux-4.4.14/drivers/media/usb/stk1160/
H A Dstk1160-core.c175 /* high bandwidth multiplier, as encoded in highspeed endpoint descriptors */
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
H A Dich8lan.h113 #define NVM_SIZE_MULTIPLIER 4096 /*multiplier for NVMS field */
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
H A Dbe_hw.h138 /* Rearm to interrupt (R2I) delay multiplier encoding represents 3 different
/linux-4.4.14/arch/c6x/platforms/
H A Dpll.c226 /* If pre-PLL, source clock is before the multiplier and divider(s) */ clk_sysclk_recalc()
/linux-4.4.14/include/sound/
H A Dopl3.h118 #define OPL3_MULTIPLE_MASK 0x0f /* Frequency multiplier */
/linux-4.4.14/arch/mips/include/asm/octeon/
H A Docteon.h302 /* Octeon multiplier save/restore routines from octeon_switch.S */
/linux-4.4.14/arch/parisc/kernel/
H A Dsmp.c423 setup_profiling_timer(unsigned int multiplier) setup_profiling_timer() argument
/linux-4.4.14/sound/firewire/tascam/
H A Dtascam-stream.c103 /* Check multiplier. */ snd_tscm_stream_get_rate()
/linux-4.4.14/drivers/media/tuners/
H A Dmt2063.c1421 * @num : Fractional portion of the multiplier
1450 * @Div: OUTPUT: Whole number portion of the multiplier
1451 * @FracN: OUTPUT: Fractional portion of the multiplier
1483 * @Div: OUTPUT: Whole number portion of the multiplier
1484 * @FracN: OUTPUT: Fractional portion of the multiplier
/linux-4.4.14/drivers/gpu/drm/i915/
H A Dintel_sdvo.c1164 /* Make the CRTC code factor in the SDVO pixel multiplier. The intel_sdvo_compute_config()
1165 * SDVO device will factor out the multiplier during mode_set. intel_sdvo_compute_config()
1185 /* Clock computation needs to happen after pixel multiplier. */ intel_sdvo_compute_config()
1266 WARN(1, "unknown pixel multiplier specified\n"); intel_sdvo_pre_enable()
1393 * pixel multiplier readout is tricky: Only on i915g/gm it is stored in intel_sdvo_get_config()
1414 /* Cross check the port pixel multiplier with the sdvo encoder state. */ intel_sdvo_get_config()
1440 "SDVO pixel multiplier mismatch, port: %i, encoder: %i\n", intel_sdvo_get_config()
/linux-4.4.14/drivers/video/fbdev/
H A Dcyber2000fb.c707 * Find the multiplier for this divisor cyber2000fb_decode_clock()
713 * Is the multiplier within the correct range? cyber2000fb_decode_clock()
719 * Calculate the actual clock period from this multiplier cyber2000fb_decode_clock()
/linux-4.4.14/drivers/net/arcnet/
H A Darcdevice.h247 clockm, /* COM20020 clock multiplier flag */
/linux-4.4.14/drivers/net/wireless/mwifiex/
H A Dcfp.c128 /* NSS2 note: the value in the table is 2 multiplier of the actual rate */
/linux-4.4.14/arch/tile/include/uapi/arch/
H A Dsim_def.h428 /** Control the multiplier. */
/linux-4.4.14/crypto/async_tx/
H A Dasync_raid6_recov.c104 const u8 *qmul; /* Q multiplier table */ async_mult()
/linux-4.4.14/drivers/char/mwave/
H A D3780i.h191 unsigned short M_Multiplier:6; /* RW: (M) PLL feedback clock multiplier */
/linux-4.4.14/arch/alpha/kernel/
H A Dsmp.c503 setup_profiling_timer(unsigned int multiplier) setup_profiling_timer() argument
/linux-4.4.14/arch/metag/kernel/
H A Dsmp.c591 int setup_profiling_timer(unsigned int multiplier) setup_profiling_timer() argument
/linux-4.4.14/arch/arm/mach-s3c24xx/
H A Dmach-h1940.c346 /* TODO Check backup volt multiplier */
/linux-4.4.14/sound/drivers/opl3/
H A Dopl3_synth.c491 /* Set harmonic or frequency multiplier */ snd_opl3_set_voice()
/linux-4.4.14/drivers/staging/iio/light/
H A Dtsl2583.c190 * above the ratio we just calculated. The ch0 and ch1 multiplier constants in
307 * User-specified gain provides a multiplier. taos_get_lux()
/linux-4.4.14/drivers/media/usb/gspca/
H A Dspca500.c463 /* set x multiplier */ spca500_setmode()
466 /* set y multiplier */ spca500_setmode()
/linux-4.4.14/drivers/net/wireless/b43/
H A Dphy_n.h308 #define B43_NPHY_SIGMA_N_MULT B43_PHY_N(0x0B3) /* Sigma N multiplier */
361 #define B43_NPHY_C1_TXBBMULT B43_PHY_N(0x0DE) /* Core 1 TX BB multiplier */
362 #define B43_NPHY_C2_TXBBMULT B43_PHY_N(0x0DF) /* Core 2 TX BB multiplier */
/linux-4.4.14/drivers/scsi/lpfc/
H A Dlpfc_vport.c250 * devloss_tmo is 10 giving this loop a 3x multiplier minimally. lpfc_discovery_wait()
/linux-4.4.14/drivers/isdn/i4l/
H A Disdn_ttyfax.c473 /* BADMUL=value - dummy 0=disable errorchk disabled (threshold multiplier) */ isdn_tty_cmd_FCLASS2()
/linux-4.4.14/drivers/phy/
H A Dphy-exynos5-usbdrd.c246 * from clock core. Further sets multiplier values and spread spectrum
/linux-4.4.14/drivers/net/wireless/ath/ath5k/
H A Dqcu.c589 * ack_tx_time = 42.5 * clock multiplier ath5k_hw_set_ifs_intervals()
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/
H A Dcn66xx_device.c141 /* Bits 29:24 of MIO_RST_BOOT holds the ref. clock multiplier lio_cn6xxx_coprocessor_clock()
/linux-4.4.14/drivers/dma/
H A Dimg-mdc-dma.c899 "img,max-burst-multiplier", mdc_dma_probe()
/linux-4.4.14/arch/powerpc/include/asm/
H A Dqe.h161 int qe_setbrg(enum qe_clock brg, unsigned int rate, unsigned int multiplier);

Completed in 6791 milliseconds

12