Home
last modified time | relevance | path

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

123456

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Ddw_mmc-rockchip.c149 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 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 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 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 Dtmp401.rst65 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 Dxgene-hwmon.rst19 - SoC on-die temperature in milli-degree C
30 - SoC on-die temperature (milli-degree C)
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 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 Dtc74.rst17 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 Dcs.hpp41 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 Dradian_access.hpp95 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 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)
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest/
H A Duserfaultfd.patch240 + 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 Dmax17042_battery.txt19 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 Dxcam_defs.h106 #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 Dstrategy_transform.hpp437 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 Dspi-samsung.txt66 - 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 Dqgeocodingmanagerengine_nokia.cpp303 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 Drmap.c94 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()

123456