| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-webadmin/netdata/netdata/ |
| H A D | netdata.conf | 320 # dim jitter multiplier = 1 339 # dim 0 multiplier = 1 343 # dim 1 multiplier = 1 347 # dim 6 multiplier = 1 351 # dim 8 multiplier = 1 355 # dim 9 multiplier = 1 359 # dim 12 multiplier = 1 363 # dim 14 multiplier = 1 367 # dim 15 multiplier = 1 371 # dim NMI multiplier = 1 [all …]
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | remix.c | 30 double multiplier; member 64 double multiplier = HUGE_VAL; in parse() local 76 multiplier = sep1 == 'v' ? 1 : 0; in parse() 77 PARSE(sep2, "%lf", multiplier, -HUGE_VAL, separators + 4); in parse() 79 multiplier = (sep1 == 'p'? 1 : -1) * dB_to_linear(multiplier); in parse() 87 p->out_specs[i].in_specs[j++].multiplier = multiplier; in parse() 94 if (p->out_specs[i].in_specs[j].multiplier == HUGE_VAL) in parse() 95 …p->out_specs[i].in_specs[j].multiplier = (p->mode == automatic || (p->mode == semi && !mul_spec)) … in parse() 108 …_debug("\t%i %g", p->out_specs[j].in_specs[i].channel_num, p->out_specs[j].in_specs[i].multiplier); in show() 145 double mult = p->out_specs[j].in_specs[i].multiplier; in start() [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | tlv320aic32x4-clk.c | 26 * struct clk_aic32x4_pll_muldiv - Multiplier/divider settings 28 * @r: first multiplier 29 * @j: integer part of second multiplier 30 * @d: decimal part of second multiplier 157 u64 multiplier; in clk_aic32x4_pll_calc_muldiv() local 165 * of the multiplier. This is because we can't do floating point in clk_aic32x4_pll_calc_muldiv() 168 multiplier = (u64) rate * settings->p * 10000; in clk_aic32x4_pll_calc_muldiv() 169 do_div(multiplier, parent_rate); in clk_aic32x4_pll_calc_muldiv() 175 settings->r = ((u32) multiplier / 640000) + 1; in clk_aic32x4_pll_calc_muldiv() 178 do_div(multiplier, settings->r); in clk_aic32x4_pll_calc_muldiv() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/hdmi/ |
| H A D | hdmi_audio.c | 114 uint32_t n, cts, multiplier; in msm_hdmi_audio_update() local 123 multiplier = 4; in msm_hdmi_audio_update() 124 n >>= 2; /* divide N by 4 and use multiplier */ in msm_hdmi_audio_update() 127 multiplier = 2; in msm_hdmi_audio_update() 128 n >>= 1; /* divide N by 2 and use multiplier */ in msm_hdmi_audio_update() 130 multiplier = 1; in msm_hdmi_audio_update() 133 DBG("n=%u, cts=%u, multiplier=%u", n, cts, multiplier); in msm_hdmi_audio_update() 137 acr_pkt_ctrl |= HDMI_ACR_PKT_CTRL_N_MULTIPLIER(multiplier); in msm_hdmi_audio_update()
|
| /OK3568_Linux_fs/kernel/drivers/clk/ |
| H A D | clk-vt8500.c | 351 u32 *multiplier, u32 *prediv) in vt8500_find_pll_bits() argument 358 *multiplier = 0; in vt8500_find_pll_bits() 368 *multiplier = rate / (parent_rate / *prediv); in vt8500_find_pll_bits() 369 tclk = (parent_rate / *prediv) * *multiplier; in vt8500_find_pll_bits() 390 unsigned long parent_rate, u32 *multiplier, u32 *divisor1, in wm8650_find_pll_bits() argument 409 *multiplier = O1 / parent_rate; in wm8650_find_pll_bits() 417 if ((*multiplier < 3) || (*multiplier > 1023)) in wm8650_find_pll_bits() 453 u32 *filter, u32 *multiplier, u32 *divisor1, u32 *divisor2) in wm8750_find_pll_bits() argument 472 *multiplier = mul; in wm8750_find_pll_bits() 480 *multiplier = mul; in wm8750_find_pll_bits() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/clk/keystone/ |
| H A D | pll.c | 27 * @has_pllctrl: If set to non zero, lower 6 bits of multiplier is in pllm 35 * @pllm: PLL register map address for multiplier bits 38 * @pllm_lower_mask: multiplier lower mask 39 * @pllm_upper_mask: multiplier upper mask 40 * @pllm_upper_shift: multiplier upper shift 84 * get bits 0-5 of multiplier from pllctrl PLLM register in clk_pllclk_recalc() 155 * @pllctrl: If true, lower 6 bits of multiplier is in pllm register of 202 i = of_property_match_string(node, "reg-names", "multiplier"); in _of_pll_clk_init()
|
| /OK3568_Linux_fs/kernel/drivers/clk/ti/ |
| H A D | dpll44xx.c | 34 /* Static rate multiplier for OMAP4 REGM4XEN clocks */ 83 * multiplier and divider values calculated. If low-power mode can be 127 /* regm4xen adds a multiplier of 4 to DPLL calculations */ in omap4_dpll_regm4xen_recalc() 164 * target rate without using the 4X multiplier. in omap4_dpll_regm4xen_round_rate() 172 * this time see if using the 4X multiplier can help. Enabling the in omap4_dpll_regm4xen_round_rate() 173 * 4X multiplier is equivalent to dividing the target rate by 4. in omap4_dpll_regm4xen_round_rate()
|
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | powernow-k6.c | 33 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 pr_warn("unknown frequency %u, cannot determine current multiplier\n", in powernow_k6_cpu_init()
|
| H A D | e_powersaver.c | 125 /* Set new multiplier and voltage */ in eps_set_state() 142 /* Print voltage and multiplier */ in eps_set_state() 147 pr_info("Current multiplier = %d\n", current_multiplier); in eps_set_state() 240 /* Print voltage and multiplier */ in eps_cpu_init() 245 pr_info("Current multiplier = %d\n", current_multiplier); in eps_cpu_init() 251 pr_info("Highest multiplier = %d\n", max_multiplier); in eps_cpu_init() 255 pr_info("Lowest multiplier = %d\n", min_multiplier); in eps_cpu_init()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/ |
| H A D | request.json | 48 "multiplier": 1 number 57 "multiplier": 0.01 number 66 "multiplier": 0.01 number 75 "multiplier": 0.01 number
|
| /OK3568_Linux_fs/kernel/tools/power/cpupower/debug/i386/ |
| H A D | centrino-decode.c | 65 unsigned int multiplier; in decode() local 68 multiplier = ((msr >> 8) & 0xFF); in decode() 72 printf("0x%x means multiplier %d @ %d mV\n", msr, multiplier, mv); in decode()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/aty/ |
| H A D | mach64_ct.c | 123 u32 multiplier, divider, ras_multiplier, ras_divider, tmp; in aty_dsp_gt() local 127 multiplier = ((u32)pll->mclk_fb_div) * pll->vclk_post_div_real; in aty_dsp_gt() 145 multiplier = multiplier * par->lcd_width; in aty_dsp_gt() 152 /* If we don't do this, 32 bits for multiplier & divider won't be in aty_dsp_gt() 154 while (((multiplier | divider) & 1) == 0) { in aty_dsp_gt() 155 multiplier = multiplier >> 1; in aty_dsp_gt() 160 tmp = ((multiplier * pll->fifo_size) << vshift) / divider; in aty_dsp_gt() 173 dsp_off = ((multiplier * (pll->fifo_size - 1)) << vshift) / divider - in aty_dsp_gt() 177 dsp_on = ((multiplier * 20 << vshift) + divider) / divider; in aty_dsp_gt() 180 dsp_on = ((multiplier << vshift) + divider) / divider; in aty_dsp_gt() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/ |
| H A D | keystone-pll.txt | 3 Binding for keystone PLLs. The main PLL IP typically has a multiplier, 18 - reg-names : control, multiplier and post-divider. The multiplier and 29 reg-names = "control", "multiplier", "post-divider";
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-core.c | 1016 struct hid_field *multiplier) in hid_calculate_multiplier() argument 1019 __s32 v = *multiplier->value; in hid_calculate_multiplier() 1020 __s32 lmin = multiplier->logical_minimum; in hid_calculate_multiplier() 1021 __s32 lmax = multiplier->logical_maximum; in hid_calculate_multiplier() 1022 __s32 pmin = multiplier->physical_minimum; in hid_calculate_multiplier() 1023 __s32 pmax = multiplier->physical_maximum; in hid_calculate_multiplier() 1027 * reported count by the Effective Resolution Multiplier, designers in hid_calculate_multiplier() 1029 * Resolution Multiplier of zero." in hid_calculate_multiplier() 1039 if (unlikely(multiplier->unit_exponent != 0)) { in hid_calculate_multiplier() 1041 "unsupported Resolution Multiplier unit exponent %d\n", in hid_calculate_multiplier() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/netfilter/ |
| H A D | xt_hashlimit.h | 35 __u32 burst; /* Period multiplier for upper limit. */ 59 __u32 burst; /* Period multiplier for upper limit. */ 72 __u64 burst; /* Period multiplier for upper limit. */ 86 __u64 burst; /* Period multiplier for upper limit. */
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/netfilter/ |
| H A D | xt_hashlimit.h | 35 __u32 burst; /* Period multiplier for upper limit. */ 59 __u32 burst; /* Period multiplier for upper limit. */ 72 __u64 burst; /* Period multiplier for upper limit. */ 86 __u64 burst; /* Period multiplier for upper limit. */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/netfilter/ |
| H A D | xt_hashlimit.h | 35 __u32 burst; /* Period multiplier for upper limit. */ 59 __u32 burst; /* Period multiplier for upper limit. */ 72 __u64 burst; /* Period multiplier for upper limit. */ 86 __u64 burst; /* Period multiplier for upper limit. */
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | u_ether.h | 29 MODULE_PARM_DESC(qmult, "queue length multiplier at high/super speed");\ 219 * gether_set_qmult - initialize an ethernet-over-usb link with a multiplier 221 * @qmult: queue multiplier 223 * This sets the queue length multiplier of this ethernet-over-usb link. 229 * gether_get_qmult - get an ethernet-over-usb link multiplier 232 * This gets the queue length multiplier of this ethernet-over-usb link.
|
| /OK3568_Linux_fs/kernel/arch/mips/ath25/ |
| H A D | ar5312.c | 290 unsigned predivide_select, predivisor, multiplier; in ar5312_cpu_frequency() local 316 * cpu_freq = input_clock * MULT (where MULT is PLL multiplier) in ar5312_cpu_frequency() 322 * So, for example, with a PLL multiplier of 5, we have in ar5312_cpu_frequency() 334 multiplier = (clock_ctl1 & multiplier_mask) >> multiplier_shift; in ar5312_cpu_frequency() 337 multiplier <<= 1; in ar5312_cpu_frequency() 339 return (40000000 / predivisor) * multiplier; in ar5312_cpu_frequency()
|
| /OK3568_Linux_fs/kernel/drivers/clk/at91/ |
| H A D | clk-pll.c | 142 * Calculate minimum divider based on the minimum multiplier, the in clk_pll_get_best_div_mul() 170 * divider/multiplier pair (the one that generates the closest in clk_pll_get_best_div_mul() 179 * Calculate the multiplier associated with the current in clk_pll_get_best_div_mul() 191 * now and elect a new best multiplier/divider pair if the in clk_pll_get_best_div_mul() 203 * Stop searching now and use this multiplier/divider pair. in clk_pll_get_best_div_mul() 209 /* We haven't found any multiplier/divider pair => return -ERANGE */ in clk_pll_get_best_div_mul()
|
| /OK3568_Linux_fs/kernel/drivers/clk/ingenic/ |
| H A D | cgu.h | 20 * @rate_multiplier: the multiplier needed by pll rate calculation 21 * @m_shift: the number of bits to shift the multiplier value by (ie. the 22 * index of the lowest bit of the multiplier value in the PLL's 24 * @m_bits: the size of the multiplier field in bits 25 * @m_offset: the multiplier value which encodes to 0 in the PLL's control
|
| /OK3568_Linux_fs/kernel/drivers/ata/ |
| H A D | ahci_da850.c | 49 * We need to determine the value of the multiplier (MPY) bits. in ahci_da850_calculate_mpy() 50 * In order to include the 12.5 multiplier we need to first divide in ahci_da850_calculate_mpy() 60 * What we have now is (multiplier * 10). in ahci_da850_calculate_mpy() 102 * enable Port Multiplier support, but the drive is connected directly in ahci_da850_softreset() 206 dev_err(dev, "invalid REFCLK multiplier value: 0x%x", mpy); in ahci_da850_probe()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_dcb.c | 25 int min_credit, multiplier; in ixgbe_ieee_credits() local 36 multiplier = (min_credit / min_percent) + 1; in ixgbe_ieee_credits() 40 int val = min(bw[i] * multiplier, MAX_CREDIT_REFILL); in ixgbe_ieee_credits() 98 * a multiplier. It is required that the refill credits must be in ixgbe_dcb_calculate_tc_credits() 100 * multiplier that will allow all bandwidth percentages to be in ixgbe_dcb_calculate_tc_credits() 119 /* Calculate credit refill ratio using multiplier */ in ixgbe_dcb_calculate_tc_credits()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/dma/ |
| H A D | img-mdc-dma.txt | 13 - img,max-burst-multiplier: Must be the maximum supported burst size multiplier. 46 img,max-burst-multiplier = <16>;
|
| /OK3568_Linux_fs/kernel/arch/mips/sibyte/swarm/ |
| H A D | rtc_m41t81.c | 35 #define M41T81REG_WD_BMB0 0x04 /* watchdog multiplier bit 0 */ 36 #define M41T81REG_WD_BMB1 0x08 /* watchdog multiplier bit 1 */ 37 #define M41T81REG_WD_BMB2 0x10 /* watchdog multiplier bit 2 */ 38 #define M41T81REG_WD_BMB3 0x20 /* watchdog multiplier bit 3 */ 39 #define M41T81REG_WD_BMB4 0x40 /* watchdog multiplier bit 4 */
|