Home
last modified time | relevance | path

Searched full:deg (Results 1 – 25 of 86) sorted by relevance

1234

/kernel/linux/linux-4.19/lib/
Dbch.c104 unsigned int deg; /* polynomial degree */ member
285 static inline int deg(unsigned int poly) in deg() function
368 i = deg(poly); in compute_syndromes()
383 memcpy(dst, src, GF_POLY_SZ(src->deg)); in gf_poly_copy()
400 pelp->deg = 0; in compute_error_locator_polynomial()
402 elp->deg = 0; in compute_error_locator_polynomial()
406 for (i = 0; (i < t) && (elp->deg <= t); i++) { in compute_error_locator_polynomial()
412 for (j = 0; j <= pelp->deg; j++) { in compute_error_locator_polynomial()
419 tmp = pelp->deg+k; in compute_error_locator_polynomial()
420 if (tmp > elp->deg) { in compute_error_locator_polynomial()
[all …]
/kernel/linux/linux-5.10/lib/
Dbch.c104 unsigned int deg; /* polynomial degree */ member
342 static inline int deg(unsigned int poly) in deg() function
425 i = deg(poly); in compute_syndromes()
440 memcpy(dst, src, GF_POLY_SZ(src->deg)); in gf_poly_copy()
457 pelp->deg = 0; in compute_error_locator_polynomial()
459 elp->deg = 0; in compute_error_locator_polynomial()
463 for (i = 0; (i < t) && (elp->deg <= t); i++) { in compute_error_locator_polynomial()
469 for (j = 0; j <= pelp->deg; j++) { in compute_error_locator_polynomial()
476 tmp = pelp->deg+k; in compute_error_locator_polynomial()
477 if (tmp > elp->deg) { in compute_error_locator_polynomial()
[all …]
/kernel/linux/linux-4.19/include/linux/power/
Dsmb347-charger.h58 * granularity is 5 deg C.
60 * granularity is 5 deg C.
62 * granularity is 5 deg C.
64 * granularity is 5 deg C.
87 * hot limit to be %53 deg C, @hard_hot_temp_limit should be set to %50.
/kernel/linux/linux-4.19/include/linux/input/
Dadxl34x.h321 * resolution of 3.6deg. The deadzone angle represents the total
325 #define ADXL_DEADZONE_ANGLE_0p0 0 /* !!!0.0 [deg] */
326 #define ADXL_DEADZONE_ANGLE_3p6 1 /* 3.6 [deg] */
327 #define ADXL_DEADZONE_ANGLE_7p2 2 /* 7.2 [deg] */
328 #define ADXL_DEADZONE_ANGLE_10p8 3 /* 10.8 [deg] */
329 #define ADXL_DEADZONE_ANGLE_14p4 4 /* 14.4 [deg] */
330 #define ADXL_DEADZONE_ANGLE_18p0 5 /* 18.0 [deg] */
331 #define ADXL_DEADZONE_ANGLE_21p6 6 /* 21.6 [deg] */
332 #define ADXL_DEADZONE_ANGLE_25p2 7 /* 25.2 [deg] */
/kernel/linux/linux-5.10/include/linux/input/
Dadxl34x.h320 * resolution of 3.6deg. The deadzone angle represents the total
324 #define ADXL_DEADZONE_ANGLE_0p0 0 /* !!!0.0 [deg] */
325 #define ADXL_DEADZONE_ANGLE_3p6 1 /* 3.6 [deg] */
326 #define ADXL_DEADZONE_ANGLE_7p2 2 /* 7.2 [deg] */
327 #define ADXL_DEADZONE_ANGLE_10p8 3 /* 10.8 [deg] */
328 #define ADXL_DEADZONE_ANGLE_14p4 4 /* 14.4 [deg] */
329 #define ADXL_DEADZONE_ANGLE_18p0 5 /* 18.0 [deg] */
330 #define ADXL_DEADZONE_ANGLE_21p6 6 /* 21.6 [deg] */
331 #define ADXL_DEADZONE_ANGLE_25p2 7 /* 25.2 [deg] */
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/regulator/
Dmps,mpq7920.yaml65 corresponding values 0deg, 90deg, 180deg, 270deg
/kernel/linux/linux-5.10/drivers/thermal/ti-soc-thermal/
Domap4xxx-bandgap.h150 #define OMAP4460_TSHUT_HOT 900 /* 122 deg C */
151 #define OMAP4460_TSHUT_COLD 895 /* 100 deg C */
152 #define OMAP4460_T_HOT 800 /* 73 deg C */
153 #define OMAP4460_T_COLD 795 /* 71 deg C */
/kernel/linux/linux-4.19/drivers/thermal/ti-soc-thermal/
Domap4xxx-bandgap.h164 #define OMAP4460_TSHUT_HOT 900 /* 122 deg C */
165 #define OMAP4460_TSHUT_COLD 895 /* 100 deg C */
166 #define OMAP4460_T_HOT 800 /* 73 deg C */
167 #define OMAP4460_T_COLD 795 /* 71 deg C */
/kernel/linux/linux-4.19/drivers/iio/imu/
Dadis16400_core.c718 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
730 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
740 .gyro_scale_micro = IIO_DEGREE_TO_RAD(73260), /* 0.07326 deg/s */
753 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
765 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
777 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
789 .gyro_scale_micro = IIO_DEGREE_TO_RAD(2000), /* 0.2 deg/s */
800 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
813 .gyro_scale_micro = IIO_DEGREE_TO_RAD(10000), /* 0.01 deg/s */
826 .gyro_scale_micro = IIO_DEGREE_TO_RAD(40000), /* 0.04 deg/s */
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/
Dqos_mc_aware.sh257 local deg=$(bc <<< "
265 check_err $(bc <<< "$deg < 15") "Minimum shaper not in effect"
266 check_err $(bc <<< "$deg > 25") "MC traffic degrades UC performance too much"
278 echo "Degradation $deg %"
/kernel/linux/linux-5.10/include/uapi/linux/
Dinput.h88 * (units/deg/s) for rotational axes (ABS_RX, ABS_RY, ABS_RZ).
445 * 0 deg -> 0x0000 (down)
446 * 90 deg -> 0x4000 (left)
447 * 180 deg -> 0x8000 (up)
448 * 270 deg -> 0xC000 (right)
/kernel/linux/linux-4.19/include/uapi/linux/
Dinput.h88 * (units/deg/s) for rotational axes (ABS_RX, ABS_RY, ABS_RZ).
445 * 0 deg -> 0x0000 (down)
446 * 90 deg -> 0x4000 (left)
447 * 180 deg -> 0x8000 (up)
448 * 270 deg -> 0xC000 (right)
/kernel/linux/linux-5.10/drivers/iio/imu/
Dadis16400.c1015 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1028 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1039 .gyro_scale_micro = IIO_DEGREE_TO_RAD(73260), /* 0.07326 deg/s */
1053 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1066 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1079 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1092 .gyro_scale_micro = IIO_DEGREE_TO_RAD(2000), /* 0.2 deg/s */
1104 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1118 .gyro_scale_micro = IIO_DEGREE_TO_RAD(10000), /* 0.01 deg/s */
1132 .gyro_scale_micro = IIO_DEGREE_TO_RAD(40000), /* 0.04 deg/s */
/kernel/linux/linux-5.10/lib/reed_solomon/
Ddecode_rs.c181 /* Convert lambda to index form and compute deg(lambda(x)) */
191 * deg(lambda) is zero even though the syndrome is non-zero
227 * deg(lambda) unequal to number of roots => uncorrectable
234 * x**nroots). in index form. Also find deg(omega).
/kernel/linux/linux-5.10/drivers/hwmon/
Dlm92.c10 * its own temperature with a 0.0625 deg resolution and a 0.33 deg
17 * (1.0 deg). Complete datasheet can be obtained from Maxim's website
Dbt1-pvt.h225 * @deg: degree of the term.
231 unsigned int deg; member
Dw83l785ts.c8 * by Winbond. It reports a single external temperature with a 1 deg
9 * resolution and a 3 deg accuracy. Datasheet can be obtained from
Dbt1-pvt.c129 int deg; in pvt_calc_poly() local
133 for (deg = 0; deg < term->deg; ++deg) in pvt_calc_poly()
136 } while ((term++)->deg); in pvt_calc_poly()
/kernel/linux/linux-4.19/drivers/hwmon/
Dlm92.c9 * its own temperature with a 0.0625 deg resolution and a 0.33 deg
16 * (1.0 deg). Complete datasheet can be obtained from Maxim's website
Dw83l785ts.c7 * by Winbond. It reports a single external temperature with a 1 deg
8 * resolution and a 3 deg accuracy. Datasheet can be obtained from
/kernel/linux/linux-4.19/lib/reed_solomon/
Ddecode_rs.c181 /* Convert lambda to index form and compute deg(lambda(x)) */
212 * deg(lambda) unequal to number of roots => uncorrectable
220 * x**nroots). in index form. Also find deg(omega).
/kernel/linux/linux-5.10/drivers/clk/rockchip/
Dclk-mmc-phase.c42 * simplify calculations. So 45degs could be anywhere between 33deg and 57.8deg.
/kernel/linux/linux-4.19/drivers/clk/rockchip/
Dclk-mmc-phase.c51 * simplify calculations. So 45degs could be anywhere between 33deg and 57.8deg.
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/mmc/
Drockchip-dw-mshc.txt35 If not specified 0 deg will be used.
/kernel/linux/linux-5.10/drivers/iio/gyro/
Dmpu3050.h9 * enum mpu3050_fullscale - indicates the full range of the sensor in deg/sec

1234