| /kernel/linux/linux-6.6/lib/ |
| D | bch.c | 105 unsigned int deg; /* polynomial degree */ member 308 static inline int deg(unsigned int poly) in deg() function 391 i = deg(poly); in compute_syndromes() 406 memcpy(dst, src, GF_POLY_SZ(src->deg)); in gf_poly_copy() 423 pelp->deg = 0; in compute_error_locator_polynomial() 425 elp->deg = 0; in compute_error_locator_polynomial() 429 for (i = 0; (i < t) && (elp->deg <= t); i++) { in compute_error_locator_polynomial() 435 for (j = 0; j <= pelp->deg; j++) { in compute_error_locator_polynomial() 442 tmp = pelp->deg+k; in compute_error_locator_polynomial() 443 if (tmp > elp->deg) { in compute_error_locator_polynomial() [all …]
|
| D | polynomial.c | 84 int deg; in polynomial_calc() local 98 for (deg = 0; deg < term->deg; ++deg) in polynomial_calc() 101 } while ((term++)->deg); in polynomial_calc()
|
| /kernel/linux/linux-5.10/lib/ |
| D | bch.c | 104 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-6.6/drivers/media/platform/verisilicon/ |
| D | rockchip_av1_entropymode.h | 145 D45_PRED, /* Directional 45 deg prediction [anti-clockwise from 0 deg hor] */ 146 D135_PRED, /* Directional 135 deg prediction [anti-clockwise from 0 deg hor] */ 147 D117_PRED, /* Directional 112 deg prediction [anti-clockwise from 0 deg hor] */ 148 D153_PRED, /* Directional 157 deg prediction [anti-clockwise from 0 deg hor] */ 149 D27_PRED, /* Directional 22 deg prediction [anti-clockwise from 0 deg hor] */ 150 D63_PRED, /* Directional 67 deg prediction [anti-clockwise from 0 deg hor] */
|
| /kernel/linux/linux-5.10/include/linux/input/ |
| D | adxl34x.h | 320 * 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-6.6/include/linux/input/ |
| D | adxl34x.h | 320 * 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-6.6/Documentation/devicetree/bindings/regulator/ |
| D | mps,mpq7920.yaml | 66 corresponding values 0deg, 90deg, 180deg, 270deg
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/regulator/ |
| D | mps,mpq7920.yaml | 65 corresponding values 0deg, 90deg, 180deg, 270deg
|
| /kernel/linux/linux-6.6/drivers/thermal/ti-soc-thermal/ |
| D | omap4xxx-bandgap.h | 150 #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-5.10/drivers/thermal/ti-soc-thermal/ |
| D | omap4xxx-bandgap.h | 150 #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-6.6/include/linux/ |
| D | polynomial.h | 11 * @deg: degree of the term. 17 unsigned int deg; member
|
| /kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/ |
| D | qos_mc_aware.sh | 260 local deg=$(bc <<< " 268 check_err $(bc <<< "$deg < 15") "Minimum shaper not in effect" 269 check_err $(bc <<< "$deg > 25") "MC traffic degrades UC performance too much" 281 echo "Degradation $deg %"
|
| /kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/ |
| D | qos_mc_aware.sh | 257 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-6.6/drivers/iio/imu/ |
| D | adis16400.c | 1005 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */ 1018 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */ 1029 .gyro_scale_micro = IIO_DEGREE_TO_RAD(73260), /* 0.07326 deg/s */ 1043 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */ 1056 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */ 1069 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */ 1082 .gyro_scale_micro = IIO_DEGREE_TO_RAD(2000), /* 0.2 deg/s */ 1094 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */ 1108 .gyro_scale_micro = IIO_DEGREE_TO_RAD(10000), /* 0.01 deg/s */ 1122 .gyro_scale_micro = IIO_DEGREE_TO_RAD(40000), /* 0.04 deg/s */
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | input.h | 88 * (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-6.6/include/uapi/linux/ |
| D | input.h | 91 * (units/deg/s) for rotational axes (ABS_RX, ABS_RY, ABS_RZ). 449 * 0 deg -> 0x0000 (down) 450 * 90 deg -> 0x4000 (left) 451 * 180 deg -> 0x8000 (up) 452 * 270 deg -> 0xC000 (right)
|
| /kernel/linux/linux-5.10/drivers/iio/imu/ |
| D | adis16400.c | 1015 .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-6.6/lib/reed_solomon/ |
| D | decode_rs.c | 181 /* 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/lib/reed_solomon/ |
| D | decode_rs.c | 181 /* 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-6.6/drivers/hwmon/ |
| D | lm92.c | 10 * 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
|
| D | bt1-pvt.h | 225 * @deg: degree of the term. 231 unsigned int deg; member
|
| /kernel/linux/linux-5.10/drivers/hwmon/ |
| D | lm92.c | 10 * 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
|
| D | bt1-pvt.h | 225 * @deg: degree of the term. 231 unsigned int deg; member
|
| /kernel/linux/linux-6.6/drivers/clk/rockchip/ |
| D | clk-mmc-phase.c | 42 * simplify calculations. So 45degs could be anywhere between 33deg and 57.8deg.
|
| /kernel/linux/linux-5.10/drivers/clk/rockchip/ |
| D | clk-mmc-phase.c | 42 * simplify calculations. So 45degs could be anywhere between 33deg and 57.8deg.
|