Home
last modified time | relevance | path

Searched refs:degree (Results 1 – 25 of 144) sorted by relevance

123456

/openbmc/linux/Documentation/hwmon/
H A Damc6821.rst70 0 degree C to 124 degree C in steps of
71 4 degree C. Read it out after writing to get
80 temp2_auto_point1_temp rw Must be between 0 degree C and 63 degree C and
87 0 degree C to 124 degree C in steps
88 of 4 degree C.
H A Dnct7904.rst38 temp1_input Local temperature (1/1000 degree,
39 0.125 degree resolution)
41 temp[2-9]_input CPU temperatures (1/1000 degree,
42 0.125 degree resolution)
H A Dtmp102.rst23 sensor is accurate to 0.5 degree over the range of -25 to +85 C, and to 1.0
24 degree from -40 to +125 C. Resolution of the sensor is 0.0625 degree. The
H A Dsy7636a-hwmon.rst20 - SoC on-die temperature in milli-degree C
26 - SoC on-die temperature (milli-degree C)
H A Dsht21.rst40 0.2 degree Celsius) compared with the SHT21 (2.0% relative humidity,
41 0.3 degree Celsius).
63 humidity and 66 ms for temperature. To keep self heating below 0.1 degree
H A Dds1621.rst67 degree Celsius to +125 in 0.5 increments. You may convert this into a
83 1.0 degree Celsius to avoid Tout "bouncing", though!
125 - DS1621: +/- 0.5 degree Celsius (from 0 to +70 degrees)
126 - DS1625: +/- 0.5 degree Celsius (from 0 to +70 degrees)
127 - DS1631: +/- 0.5 degree Celsius (from 0 to +70 degrees)
128 - DS1721: +/- 1.0 degree Celsius (from -10 to +85 degrees)
129 - DS1731: +/- 1.0 degree Celsius (from -10 to +85 degrees)
H A Dxgene-hwmon.rst19 - SoC on-die temperature in milli-degree C
30 - SoC on-die temperature (milli-degree C)
H A Dtmp401.rst59 Celsius. Resolution of the remote sensor is 0.0625 degree. Local
60 sensor resolution can be set to 0.5, 0.25, 0.125 or 0.0625 degree (not
62 degree).
H A Dadm1031.rst37 degree for the local temperature, 0.125 degree for the remote temperatures.
H A Dds620.rst24 into non-volatile on-chip registers). Temperature range is -55 degree Celsius
25 to +125. Between 0 and 70 degree Celsius, accuracy is 0.5 Kelvin. The value
H A Dtmp108.rst27 degree from -40 to +125 C. Resolution of the sensor is 0.0625 degree. The
H A Dtc74.rst17 The tc74 has an 8-bit sensor, with 1 degree centigrade resolution
H A Dtmp513.rst35 -40 to + 125 degrees with a resolution of 0.0625 degree C.
40 0 to 127.5 degrees with a resolution of 0.5 degree.
H A Dmax6642.rst27 is 0.25 degree for the local temperature and for the remote temperature.
H A Dmax1619.rst27 is 1.0 degree for the local temperature and for the remote temperature.
/openbmc/u-boot/doc/device-tree-bindings/exynos/
H A Dtmu.txt6 - samsung,min-temp : Minimum temperature value (25 degree celsius)
8 - samsung,max-temp : Maximum temperature value (125 degree celsius)
10 - samsung,start-warning : Temperature at which TMU starts giving warning (degree celsius)
11 - samsung,start-tripping : Temperature at which TMU shuts down the system (degree celsius)
13 in case TMU fails to power off (degree celsius)
/openbmc/linux/Documentation/devicetree/bindings/spi/
H A Dsamsung,spi-peripheral-props.yaml26 - 1: 90 degree phase shift sampling.
27 - 2: 180 degree phase shift sampling.
28 - 3: 270 degree phase shift sampling.
/openbmc/linux/Documentation/driver-api/thermal/
H A Dexynos_thermal.rst40 Trimming info for 25 degree Celsius (stored at TRIMINFO register)
41 Temperature code measured at 25 degree Celsius which is unchanged
43 Trimming info for 85 degree Celsius (stored at TRIMINFO register)
44 Temperature code measured at 85 degree Celsius which is unchanged
/openbmc/linux/Documentation/devicetree/bindings/power/supply/
H A Dbattery.yaml91 - description: the temperature in degree Celsius
94 A table providing the temperature in degree Celsius
101 An array containing the temperature in degree Celsius,
163 /* table for -10 degree Celsius */
165 /* table for 0 degree Celsius */
167 /* table for 10 degree Celsius */
H A Dmaxim,max17042.yaml41 Temperature threshold to report battery as cold (in tenths of degree Celsius).
47 Temperature threshold to report battery as over heated (in tenths of degree Celsius).
H A Dcharger-manager.yaml92 description: critical cold temperature of battery for charging in deci-degree celsius
100 description: critical hot temperature of battery for charging in deci-degree celsius
104 description: temperature difference to allow recharging in deci-degree celsius
/openbmc/linux/drivers/mtd/nand/raw/atmel/
H A Dpmecc.c223 unsigned int poly, degree, table_size; in atmel_pmecc_create_gf_tables() local
227 degree = PMECC_GF_DIMENSION_13; in atmel_pmecc_create_gf_tables()
231 degree = PMECC_GF_DIMENSION_14; in atmel_pmecc_create_gf_tables()
245 ret = atmel_pmecc_build_gf_tables(degree, poly, gf_tables); in atmel_pmecc_create_gf_tables()
448 int degree = get_sectorsize(user) == 512 ? 13 : 14; in atmel_pmecc_substitute() local
449 int cw_len = BIT(degree) - 1; in atmel_pmecc_substitute()
468 for (j = 0; j < degree; j++) { in atmel_pmecc_substitute()
494 int degree = get_sectorsize(user) == 512 ? 13 : 14; in atmel_pmecc_get_sigma() local
495 int cw_len = BIT(degree) - 1; in atmel_pmecc_get_sigma()
644 int degree = sector_size == 512 ? 13 : 14; in atmel_pmecc_err_location() local
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest/
H A Duserfaultfd.patch242 + int degree = random_poly_info.degrees[type];
247 + buf->rand_deg = degree;
250 + buf->end_ptr = &state[degree];
281 + int degree;
298 + buf->rand_deg = degree = random_poly_info.degrees[type];
306 + buf->fptr = &new_state[(rear + separation) % degree];
310 + buf->end_ptr = &new_state[degree];
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Drt1011.txt26 u32. The temperature was measured while doing the calibration. Units: Celsius degree
/openbmc/linux/Documentation/devicetree/bindings/net/dsa/
H A Dnxp,sja1105.yaml104 the phase between 1640 ps (73.8 degree shift at 1Gbps) and 2260 ps
105 (101.7 degree shift) in increments of 0.9 degrees (20 ps).

123456