Searched refs:degree (Results 1 – 25 of 86) sorted by relevance
1234
| /Linux-v5.4/Documentation/hwmon/ |
| D | amc6821.rst | 70 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.
|
| D | nct7904.rst | 38 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)
|
| D | tmp102.rst | 23 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
|
| D | sht21.rst | 40 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
|
| D | ds1621.rst | 67 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)
|
| D | xgene-hwmon.rst | 19 - SoC on-die temperature in milli-degree C 30 - SoC on-die temperature (milli-degree C)
|
| D | tmp401.rst | 65 Celsius. Resolution of the remote sensor is 0.0625 degree. Local 66 sensor resolution can be set to 0.5, 0.25, 0.125 or 0.0625 degree (not 68 degree).
|
| D | adm1031.rst | 37 degree for the local temperature, 0.125 degree for the remote temperatures.
|
| D | ds620.rst | 24 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
|
| D | tmp108.rst | 27 degree from -40 to +125 C. Resolution of the sensor is 0.0625 degree. The
|
| D | tc74.rst | 17 The tc74 has an 8-bit sensor, with 1 degree centigrade resolution
|
| D | max6642.rst | 27 is 0.25 degree for the local temperature and for the remote temperature.
|
| D | max1619.rst | 27 is 1.0 degree for the local temperature and for the remote temperature.
|
| D | lm63.rst | 64 degree for the local temperature, 0.125 degree for the remote temperature.
|
| D | w83773g.rst | 30 Resolution for both the local and remote channels is 0.125 degree C.
|
| D | twl4030-madc-hwmon.rst | 48 degree Celsius. The Battery charging current channel represents
|
| D | w83793.rst | 49 24mV for voltage7/8. Temp1-4 have a 0.25 degree Celsius resolution, 50 temp5-6 have a 1 degree Celsiis resolution.
|
| /Linux-v5.4/Documentation/driver-api/thermal/ |
| D | exynos_thermal.rst | 40 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
|
| D | x86_pkg_temperature_thermal.rst | 43 are in milli-degree Celsius. Refer to "Documentation/driver-api/thermal/sysfs-api.rst" for
|
| /Linux-v5.4/drivers/mtd/nand/raw/atmel/ |
| D | pmecc.c | 223 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 …]
|
| /Linux-v5.4/Documentation/devicetree/bindings/power/supply/ |
| D | max17042_battery.txt | 15 as cold (in tenths of degree Celsius). 17 as over heated (in tenths of degree Celsius).
|
| /Linux-v5.4/Documentation/devicetree/bindings/spi/ |
| D | spi-samsung.txt | 66 - 1: 90 degree phase shift sampling. 67 - 2: 180 degree phase shift sampling. 68 - 3: 270 degree phase shift sampling.
|
| /Linux-v5.4/mm/ |
| D | rmap.c | 86 anon_vma->degree = 1; /* Reference for first vma */ in anon_vma_alloc() 204 anon_vma->degree++; in __anon_vma_prepare() 291 anon_vma->degree < 2) in anon_vma_clone() 295 dst->anon_vma->degree++; in anon_vma_clone() 365 anon_vma->parent->degree++; in anon_vma_fork() 397 anon_vma->parent->degree--; in unlink_anon_vmas() 405 vma->anon_vma->degree--; in unlink_anon_vmas() 416 VM_WARN_ON(anon_vma->degree); in unlink_anon_vmas()
|
| /Linux-v5.4/Documentation/devicetree/bindings/ |
| D | property-units.txt | 38 -celsius : degree Celsius
|
| /Linux-v5.4/Documentation/devicetree/bindings/iio/temperature/ |
| D | mlx90632.txt | 8 of measurement below 1 degree Celsius in object temperature range for
|
1234