Searched refs:deg (Results 1 – 16 of 16) sorted by relevance
/linux-6.12.1/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()
|
/linux-6.12.1/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 %"
|
/linux-6.12.1/include/linux/ |
D | polynomial.h | 17 unsigned int deg; member
|
/linux-6.12.1/drivers/hwmon/ |
D | bt1-pvt.h | 231 unsigned int deg; member
|
/linux-6.12.1/include/linux/iio/ |
D | iio.h | 906 #define IIO_DEGREE_TO_RAD(deg) (((deg) * 314159ULL + 9000000ULL) / 18000000ULL) argument
|
/linux-6.12.1/drivers/iio/resolver/ |
D | ad2s1210.c | 574 int deg; in ad2s1210_set_phase_lock_range() local 578 deg = 44; in ad2s1210_set_phase_lock_range() 581 deg = 360; in ad2s1210_set_phase_lock_range() 588 deg == 44 ? AD2S1210_PHASE_LOCK_RANGE_44 : 0); in ad2s1210_set_phase_lock_range()
|
/linux-6.12.1/arch/arm/boot/dts/qcom/ |
D | qcom-apq8026-samsung-milletwifi.dts | 118 * (0, 120deg, 240deg, -, -, -),
|
/linux-6.12.1/drivers/mtd/nand/raw/atmel/ |
D | pmecc.c | 186 static inline int deg(unsigned int poly) in deg() function 196 const unsigned int k = BIT(deg(poly)); in atmel_pmecc_build_gf_tables()
|
/linux-6.12.1/Documentation/hwmon/ |
D | hp-wmi-sensors.rst | 40 (m\ |deg|\ C).
|
/linux-6.12.1/drivers/gpu/drm/ |
D | drm_modes.c | 2168 unsigned int deg, margin, rotation = 0; in drm_mode_parse_cmdline_options() local 2182 if (drm_mode_parse_cmdline_int(delim, °)) in drm_mode_parse_cmdline_options() 2185 switch (deg) { in drm_mode_parse_cmdline_options()
|
/linux-6.12.1/Documentation/input/devices/ |
D | iforce-protocol.rst | 172 04 Phase. Val 00 = 0 deg, Val 40 = 90 degs.
|
/linux-6.12.1/tools/power/pm-graph/ |
D | bootgraph.py | 646 .vt {transform:rotate(-60deg);transform-origin:0 0;}\n\
|
/linux-6.12.1/drivers/hid/bpf/progs/ |
D | hid_report_helpers.h | 111 #define deg (EnglishRotation | (0x1 << 4)) macro
|
/linux-6.12.1/drivers/regulator/ |
D | Kconfig | 696 phase operates at a 2MHz fixed frequency with a 120 deg shift
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-bus-iio | 2262 application of scale are deg.
|