| /linux/Documentation/devicetree/bindings/serial/ |
| H A D | nvidia,tegra20-hsuart.yaml | 76 TX deviation of connected device can be captured over scope (or noted from its spec) for 80 As an example, consider there is deviation observed in TX for baud rates as listed below. 0 81 to 9600 has 1% deviation 9600 to 115200 2% deviation. This slight deviation is expected and 83 should be set equal to or above deviation observed for avoiding frame errors. Property
|
| /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() 687 /* initial condition to say: "infinite deviation" */ in clk_fs660c32_dig_get_params() 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() 706 /* Try to find best deviation */ in clk_fs660c32_dig_get_params() 707 for (m = 1; (m < 31) && deviation; m++) 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/usb/gadget/function/ |
| H A D | u_audio.h | 16 * Same maximum frequency deviation on the slower side as in 17 * sound/usb/endpoint.c. Value is expressed in per-mil deviation. 22 * Maximum frequency deviation on the faster side, default value for UAC1/2. 23 * Value is expressed in per-mil deviation.
|
| /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 117 u32 norm_tpc_deviation; /* deviation/max_tpc_per_gpc */ in gv100_gr_scg_estimate_perf() 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/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() 449 * Deviation value stored is an offset from 10 mili Ohms, bit 7 is 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/net/sunrpc/ |
| H A D | timer.c | 58 * NB: When computing the smoothed RTT and standard deviation, 98 * the mean and mean deviation of RTT for the appropriate type of RPC
|
| /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/tools/testing/selftests/dma/ |
| H A D | dma_map_benchmark.c | 122 printf("average map latency(us):%.1f standard deviation:%.1f\n", in main() 124 printf("average unmap latency(us):%.1f standard deviation:%.1f\n", in main()
|
| /linux/drivers/cpuidle/governors/ |
| H A D | menu.c | 112 * intervals, and checking if the standard deviation of that set 166 * The typical interval is obtained when standard deviation is in get_typical_interval() 168 * deviation is small compared to the average interval (avg > in get_typical_interval() 172 * the standard deviation is greater than 715 s (which is in get_typical_interval() 186 * calculate the average and standard deviation again. Once we get in get_typical_interval()
|
| /linux/kernel/trace/ |
| H A D | trace_benchmark.c | 97 * Apply Welford's method to calculate standard deviation: in trace_do_benchmark() 113 * stddev is the square of standard deviation but in trace_do_benchmark()
|
| /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/include/linux/ |
| H A D | map_benchmark.h | 20 __u64 map_stddev; /* standard deviation of map latency */
|
| /linux/include/linux/sunrpc/ |
| H A D | timer.h | 18 unsigned long sdrtt[5]; /* smoothed medium deviation of RTT */
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | intel_step.h | 15 * It is expected to have 4 number steps per letter. Deviation from
|
| /linux/include/linux/platform_data/ |
| H A D | hsmmc-omap.h | 45 /* Register offset deviation */
|
| H A D | mmc-omap.h | 35 /* Register offset 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/net/wireless/ath/ |
| H A D | dfs_pattern_detector.h | 24 /* tolerated deviation of radar time stamp in usecs on both sides
|
| /linux/arch/powerpc/kvm/ |
| H A D | book3s_hv_interrupts.S | 62 * Because of a hardware deviation in P8,
|
| H A D | timing.c | 93 /* update statistics for average and standard deviation */ in kvmppc_update_timing_stats()
|
| /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() 953 dev_info(pdev, "write deviation %d\n", in osc_deviation() 954 deviation); in osc_deviation() 959 dev_info(pdev, "read deviation %d\n", in osc_deviation()
|
| /linux/arch/mips/loongson2ef/common/cs5536/ |
| H A D | cs5536_mfgpt.c | 77 /* The oneshot mode have very high deviation, don't use it! */
|
| /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/samples/bpf/ |
| H A D | cpustat_user.c | 147 * big deviation for pstate statistics.
|