| /linux/drivers/clk/st/ |
| H A D | clkgen-fsyn.c | 645 static int clk_fs660c32_get_pe(int m, int si, unsigned long *deviation, in clk_fs660c32_get_pe() argument 671 if (new_deviation < *deviation) { in clk_fs660c32_get_pe() 676 *deviation = new_deviation; in clk_fs660c32_get_pe() 688 unsigned long deviation = ~0; in clk_fs660c32_dig_get_params() local 694 for (si = 0; (si <= 8) && deviation; si++) { in clk_fs660c32_dig_get_params() 697 r1 = clk_fs660c32_get_pe(0, si, &deviation, in clk_fs660c32_dig_get_params() 699 r2 = clk_fs660c32_get_pe(31, si, &deviation, in clk_fs660c32_dig_get_params() 707 for (m = 1; (m < 31) && deviation; m++) in clk_fs660c32_dig_get_params() 708 clk_fs660c32_get_pe(m, si, &deviation, in clk_fs660c32_dig_get_params() 713 if (deviation == ~0) /* No solution found */ in clk_fs660c32_dig_get_params() [all …]
|
| H A D | clkgen-pll.c | 319 unsigned long deviation = ~0; in clk_pll3200c32_get_params() local 335 for (i = 1; i <= 7 && deviation; i++) { in clk_pll3200c32_get_params() 348 if (!new_deviation || new_deviation < deviation) { in clk_pll3200c32_get_params() 351 deviation = new_deviation; in clk_pll3200c32_get_params() 355 if (deviation == ~0) /* No solution found */ in clk_pll3200c32_get_params() 484 unsigned long deviation = ~0; in clk_pll4600c28_get_params() local 492 for (i = 1; i <= 7 && deviation; i++) { in clk_pll4600c28_get_params() 504 for (; n >= 8 && deviation; n--) { in clk_pll4600c28_get_params() 510 if (!new_deviation || new_deviation < deviation) { in clk_pll4600c28_get_params() 513 deviation = new_deviation; in clk_pll4600c28_get_params() [all …]
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
| H A D | gv100.c | 116 u32 deviation; /* absolute diff between TPC# and average_tpcs, averaged across GPCs */ in gv100_gr_scg_estimate_perf() local 192 deviation = 0; in gv100_gr_scg_estimate_perf() 199 deviation += diff; in gv100_gr_scg_estimate_perf() 202 deviation /= gr->gpc_nr; in gv100_gr_scg_estimate_perf() 204 norm_tpc_deviation = deviation / max_tpc_gpc; in gv100_gr_scg_estimate_perf()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-fm-tx.rst | 12 parameters for audio compression, pilot tone generation, audio deviation 27 Configures RDS signal frequency deviation level in Hz. The range and 102 Enables or disables the audio deviation limiter feature. The limiter 107 Sets the audio deviation limiter feature release time. Unit is in 111 Configures audio frequency deviation level in Hz. The range and step 140 Configures pilot tone frequency deviation level. Unit is in Hz. The
|
| H A D | ext-ctrls-codec-stateless.rst | 4088 range and quantization step of the standard deviation of film grain.
|
| /linux/drivers/iio/adc/ |
| H A D | qcom-spmi-iadc.c | 432 u8 deviation; in iadc_rsense_read() local 444 ret = iadc_read(iadc, IADC_NOMINAL_RSENSE, &deviation); in iadc_rsense_read() 452 sign = (deviation & IADC_NOMINAL_RSENSE_SIGN_MASK) ? -1 : 1; in iadc_rsense_read() 454 deviation &= ~IADC_NOMINAL_RSENSE_SIGN_MASK; in iadc_rsense_read() 458 int_sense += sign * deviation * IADC_INT_RSENSE_DEVIATION; in iadc_rsense_read()
|
| /linux/arch/alpha/kernel/ |
| H A D | time.c | 311 const unsigned int deviation = 10000000; in validate_cc_value() local 327 if (cc < cpu_hz[index].min - deviation in validate_cc_value() 328 || cc > cpu_hz[index].max + deviation) in validate_cc_value()
|
| /linux/Documentation/admin-guide/media/ |
| H A D | si476x.rst | 147 0x21 dev Frequency deviation 150 0x26 pilotdev Pilot deviation in units of 100 Hz 153 0x29 strongdev Frequency deviation
|
| /linux/lib/zstd/compress/ |
| H A D | zstd_preSplit.c | 119 U64 deviation = fpDistance(ref, newfp, hashLog); in compareFingerprints() local 121 return deviation >= threshold; in compareFingerprints()
|
| /linux/drivers/media/pci/ngene/ |
| H A D | ngene-cards.c | 944 static s16 osc_deviation(void *priv, s16 deviation, int flag) in osc_deviation() argument 952 data = (u16) deviation; in osc_deviation() 954 deviation); in osc_deviation()
|
| /linux/Documentation/misc-devices/ |
| H A D | oxsemi-tornado.rst | 43 the requested rate (r), the actual rate yielded (a) and its deviation
|
| /linux/Documentation/block/ |
| H A D | bfq-iosched.rst | 243 - B-WF2Q+ guarantees a tight deviation with respect to an ideal, 255 deviation with respect to an ideal service is proportional to 257 BFQ can keep this deviation tight, not only because of the
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | drxd_hard.c | 2628 s32 deviation = (devA / (1000000L)); in DRXD_init() local 2636 deviation += (devB / 2); in DRXD_init() 2641 deviation); in DRXD_init()
|
| /linux/drivers/tty/serial/ |
| H A D | samsung_tty.c | 1385 int calc_deviation, deviation = (1 << 30) - 1; in s3c24xx_serial_getclk() local 1428 if (calc_deviation < deviation) { in s3c24xx_serial_getclk() 1438 deviation = calc_deviation; in s3c24xx_serial_getclk()
|
| H A D | sh-sci.c | 2832 int deviation = DIV_ROUND_CLOSEST(min_err * last_stop * in sci_set_termios() local 2836 if (abs(deviation) >= 2) { in sci_set_termios() 2841 int shift = clamp(deviation / 2, -8, 7); in sci_set_termios()
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-diff.txt | 99 Report a histogram and the standard deviation for cycles data.
|
| /linux/Documentation/trace/ |
| H A D | tracepoint-analysis.rst | 148 to know what the standard deviation is. By and large, this is left to the
|
| /linux/drivers/media/dvb-frontends/drx39xyj/ |
| H A D | drx_driver.h | 1684 enum drx_cfg_aud_deviation deviation; member
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | slab.rst | 269 value. If there is any deviation then it is due to a write after
|
| /linux/Documentation/driver-api/cxl/linux/ |
| H A D | cxl-driver.rst | 238 address range that is a subset of its upstream port decoder. Any deviation
|
| /linux/Documentation/filesystems/nfs/ |
| H A D | nfsd-maintainer-entry-profile.rst | 78 On the rare occasion when a deviation from standard-mandated
|