| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | dw_mmc-rockchip.c | 149 u32 degrees[4] = {0, 90, 180, 270}, degree; in dw_mci_v2_execute_tuning() local 156 degree = degrees[i]; in dw_mci_v2_execute_tuning() 169 degree = degrees[i] + priv->last_degree + 90; in dw_mci_v2_execute_tuning() 170 degree = degree % 360; in dw_mci_v2_execute_tuning() 171 clk_set_phase(priv->sample_clk, degree); in dw_mci_v2_execute_tuning() 178 … dev_info(host->dev, "V2 tuned phase to %d error, try the best phase\n", degree); in dw_mci_v2_execute_tuning() 179 degree = (degree + 180) % 360; in dw_mci_v2_execute_tuning() 180 clk_set_phase(priv->sample_clk, degree); in dw_mci_v2_execute_tuning() 193 dev_info(host->dev, "Successfully tuned phase to %d\n", degree); in dw_mci_v2_execute_tuning() 194 priv->last_degree = degree; in dw_mci_v2_execute_tuning()
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A 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.
|
| H A 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)
|
| H A 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
|
| H A 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)
|
| H A 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
|
| H A 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).
|
| H A D | xgene-hwmon.rst | 19 - SoC on-die temperature in milli-degree C 30 - SoC on-die temperature (milli-degree C)
|
| H A D | adm1031.rst | 37 degree for the local temperature, 0.125 degree for the remote temperatures.
|
| H A 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
|
| H A D | tmp108.rst | 27 degree from -40 to +125 C. Resolution of the sensor is 0.0625 degree. The
|
| H A D | tmp513.rst | 35 -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 D | tc74.rst | 17 The tc74 has an 8-bit sensor, with 1 degree centigrade resolution
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/core/ |
| H A D | cs.hpp | 41 struct degree {}; struct 68 struct coordinate_system_units<geometry::degree> 70 typedef geometry::degree units; 261 struct is_radian< CoordinateSystem<degree> > : boost::false_type
|
| H A D | radian_access.hpp | 95 struct radian_access<0, Geometry, CoordinateSystem<degree> > 105 struct radian_access<1, Geometry, CoordinateSystem<degree> > 161 struct radian_access_box_segment<Index, 0, Geometry, CoordinateSystem<degree> > 172 struct radian_access_box_segment<Index, 1, Geometry, CoordinateSystem<degree> >
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/exynos/ |
| H A D | tmu.txt | 6 - 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)
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/thermal/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/atmel/ |
| H A 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 …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest/ |
| H A D | userfaultfd.patch | 240 + int degree = random_poly_info.degrees[type]; 245 + buf->rand_deg = degree; 248 + buf->end_ptr = &state[degree]; 279 + int degree; 296 + buf->rand_deg = degree = random_poly_info.degrees[type]; 304 + buf->fptr = &new_state[(rear + separation) % degree]; 308 + buf->end_ptr = &new_state[degree];
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/ |
| H A D | max17042_battery.txt | 19 as cold (in tenths of degree Celsius). 21 as over heated (in tenths of degree Celsius).
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/xcore/base/ |
| H A D | xcam_defs.h | 106 #define degree2radian(degree) ((degree) * PI / 180.0f) argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/ |
| H A D | strategy_transform.hpp | 437 struct default_strategy<CoordSysTag, CoordSysTag, CoordSys<degree>, CoordSys<radian>, 2, 2, P1, P2> 444 struct default_strategy<CoordSysTag, CoordSysTag, CoordSys<radian>, CoordSys<degree>, 2, 2, P1, P2> 452 struct default_strategy<CoordSysTag, CoordSysTag, CoordSys<degree>, CoordSys<radian>, 3, 3, P1, P2> 459 struct default_strategy<CoordSysTag, CoordSysTag, CoordSys<radian>, CoordSys<degree>, 3, 3, P1, P2>
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/spi/ |
| H A 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.
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/ |
| H A D | qgeocodingmanagerengine_nokia.cpp | 303 QString QGeoCodingManagerEngineNokia::trimDouble(double degree, int decimalDigits) in trimDouble() argument 305 QString sDegree = QString::number(degree, 'g', decimalDigits); in trimDouble() 312 return QString::number(degree, 'g', decimalDigits + index); in trimDouble()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | rmap.c | 94 anon_vma->degree = 1; /* Reference for first vma */ in anon_vma_alloc() 212 anon_vma->degree++; in __anon_vma_prepare() 305 anon_vma != src->anon_vma && anon_vma->degree < 2) in anon_vma_clone() 309 dst->anon_vma->degree++; in anon_vma_clone() 379 anon_vma->parent->degree++; in anon_vma_fork() 411 anon_vma->parent->degree--; in unlink_anon_vmas() 419 vma->anon_vma->degree--; in unlink_anon_vmas() 430 VM_WARN_ON(anon_vma->degree); in unlink_anon_vmas()
|