/openbmc/phosphor-fan-presence/docs/monitor/ |
H A D | deviation.md | 1 # deviation chapter 9 ## Upper Deviation 11 If 'upper_deviation' is specified, it will be used for the deviation above the 12 target instead of 'deviation'. 18 Deviation is represented as a percentage, so only 0 to 100 are valid values. 29 "deviation": 15,
|
H A D | sensors.md | 11 - Minimum = ([target] _(100 - [`deviation`](deviation.md)) / 100)_ `factor` + 13 - Maximum = ([target] _(100 + [`deviation`](deviation.md)) / 100)_ `factor` + 51 "deviation": 15,
|
/openbmc/phosphor-fan-presence/monitor/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier4U/ |
H A D | config.json | 7 "deviation": 18, number 25 "deviation": 18, number 43 "deviation": 18, number 61 "deviation": 18, number 79 "deviation": 18, number 97 "deviation": 18, number
|
/openbmc/phosphor-fan-presence/monitor/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier2U/ |
H A D | config.json | 9 "deviation": 18, number 34 "deviation": 18, number 59 "deviation": 18, number 84 "deviation": 18, number 109 "deviation": 18, number 134 "deviation": 18, number
|
/openbmc/phosphor-fan-presence/monitor/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.BlueRidge2U/ |
H A D | config.json | 9 "deviation": 18, number 34 "deviation": 18, number 59 "deviation": 18, number 84 "deviation": 18, number 109 "deviation": 18, number 134 "deviation": 18, number
|
/openbmc/phosphor-fan-presence/monitor/example/ |
H A D | monitor.yaml | 12 # * timebased - use a percentage based deviation 16 # within the allowed deviation] 18 # [Time (in secs) actual speed can be outside of deviation of 20 # deviation: 62 # After a speed reading of a sensor is outside of the allowed deviation of 78 # deviation: 15 105 # deviation: 15
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/swift/ |
H A D | monitor.yaml | 5 deviation: 15 14 deviation: 15 23 deviation: 15 32 deviation: 15
|
/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/fans/phosphor-fan/ |
H A D | monitor.json | 6 "deviation": 25, number 32 "deviation": 25, number 58 "deviation": 25, number 84 "deviation": 25, number 110 "deviation": 25, number 136 "deviation": 25, number
|
/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/fans/phosphor-fan/mtjade/ |
H A D | monitor.json | 6 "deviation": 25, number 32 "deviation": 25, number 58 "deviation": 25, number 84 "deviation": 25, number 110 "deviation": 25, number 136 "deviation": 25, number
|
/openbmc/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 expcted and 83 should be set equal to or above deviation observed for avoiding frame errors. Property
|
/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/fans/phosphor-fan/ |
H A D | monitor.json | 6 "deviation": 25, number 24 "deviation": 25, number 42 "deviation": 25, number 60 "deviation": 25, number
|
/openbmc/phosphor-fan-presence/monitor/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier1S4U/ |
H A D | config.json | 7 "deviation": 18, number 25 "deviation": 18, number 43 "deviation": 18, number 61 "deviation": 18, number
|
/openbmc/phosphor-fan-presence/monitor/config_files/witherspoon/ |
H A D | config.json | 7 "deviation": 15, number 25 "deviation": 15, number 57 "deviation": 15, number 75 "deviation": 15, number
|
/openbmc/phosphor-fan-presence/monitor/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Everest/ |
H A D | config.json | 7 "deviation": 15, number 30 "deviation": 15, number 53 "deviation": 15, number 76 "deviation": 15, number
|
/openbmc/phosphor-fan-presence/monitor/ |
H A D | gen-fan-monitor-defs.py | 57 ${fan_data['deviation']}, 58 ${fan_data.get('upper_deviation', fan_data['deviation'])}, 162 if (fan["deviation"] < 0) or (fan["deviation"] > 100): 163 sys.exit("Invalid deviation value " + str(fan["deviation"]))
|
H A D | json_parser.cpp | 201 if (!fan.contains("inventory") || !fan.contains("deviation") || in getFanDefs() 208 "{inventory, deviation, sensors}")); in getFanDefs() 212 // Valid deviation range is 0 - 100% in getFanDefs() 213 auto deviation = fan["deviation"].get<size_t>(); in getFanDefs() local 214 if (100 < deviation) in getFanDefs() 217 "Invalid deviation of {} found, must be between 0 and 100", in getFanDefs() 218 deviation); in getFanDefs() 224 // Upper deviation defaults to the deviation value and in getFanDefs() 226 size_t upperDeviation = deviation; in getFanDefs() 382 .deviation = deviation, in getFanDefs()
|
/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan-monitor-config/ |
H A D | monitor.yaml | 4 deviation: 15 15 deviation: 15 26 deviation: 15
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | ext-ctrls-fm-tx.rst | 11 parameters for audio compression, pilot tone generation, audio deviation 26 Configures RDS signal frequency deviation level in Hz. The range and 101 Enables or disables the audio deviation limiter feature. The limiter 106 Sets the audio deviation limiter feature release time. Unit is in 110 Configures audio frequency deviation level in Hz. The range and step 139 Configures pilot tone frequency deviation level. Unit is in Hz. The
|
/openbmc/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.
|
/openbmc/linux/drivers/clk/st/ |
H A D | clkgen-fsyn.c | 646 static int clk_fs660c32_get_pe(int m, int si, unsigned long *deviation, in clk_fs660c32_get_pe() argument 672 if (new_deviation < *deviation) { in clk_fs660c32_get_pe() 677 *deviation = new_deviation; in clk_fs660c32_get_pe() 688 /* initial condition to say: "infinite deviation" */ in clk_fs660c32_dig_get_params() 689 unsigned long deviation = ~0; in clk_fs660c32_dig_get_params() local 695 for (si = 0; (si <= 8) && deviation; si++) { in clk_fs660c32_dig_get_params() 698 r1 = clk_fs660c32_get_pe(0, si, &deviation, in clk_fs660c32_dig_get_params() 700 r2 = clk_fs660c32_get_pe(31, si, &deviation, in clk_fs660c32_dig_get_params() 707 /* Try to find best deviation */ in clk_fs660c32_dig_get_params() 708 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() 481 unsigned long deviation = ~0; in clk_pll4600c28_get_params() local 489 for (i = 1; i <= 7 && deviation; i++) { in clk_pll4600c28_get_params() 501 for (; n >= 8 && deviation; n--) { in clk_pll4600c28_get_params() 507 if (!new_deviation || new_deviation < deviation) { in clk_pll4600c28_get_params() 510 deviation = new_deviation; in clk_pll4600c28_get_params() [all …]
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | si4713.rst | 104 - pilot_deviation - Configures pilot tone frequency deviation level. 116 * Limiter setups audio deviation limiter feature. Once a over deviation occurs, 118 prevent over deviation. 121 - limiter_deviation - Configures audio frequency deviation level.
|
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/tnr/tnr3/ |
H A D | ia_css_tnr3_types.h | 55 1]; /** Standard deviation for Y at points Y0, Y1, Y2, Y3 */ 57 1]; /** Standard deviation for U at points U0, U1, U2, U3 */ 59 1]; /** Standard deviation for V at points V0, V1, V2, V3 */
|
/openbmc/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()
|
/openbmc/phosphor-fan-presence/monitor/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Bonnell/ |
H A D | config.json | 7 "deviation": 22, number 33 "deviation": 22, number
|