Home
last modified time | relevance | path

Searched full:81920 (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/iio/imu/inv_icm45600/
H A Dinv_icm45600_gyro.c453 * 14 bits signed raw max 62.5 to dps: 625 / 81920 in inv_icm45600_gyro_read_offset()
456 * (offset * 625 * Pi * 1000000000) / (81920 * 180) in inv_icm45600_gyro_read_offset()
459 /* for rounding, add + or - divisor (81920 * 180) divided by 2 */ in inv_icm45600_gyro_read_offset()
461 val64 += 81920 * 180 / 2; in inv_icm45600_gyro_read_offset()
463 val64 -= 81920 * 180 / 2; in inv_icm45600_gyro_read_offset()
464 bias = div_s64(val64, 81920 * 180); in inv_icm45600_gyro_read_offset()
/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dmlxsw_lib.sh70 1) echo 81920 ;;
/linux/Documentation/devicetree/bindings/memory-controllers/
H A Drockchip,rk3399-dmc.yaml375 rockchip,standby-idle-ns = <81920>;
/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac.h60 #define XLGMAC_MAX_FIFO 81920
/linux/drivers/iio/adc/
H A Dqcom-vadc-common.c242 { 10574, 81920 },
H A Dmcp3564.c271 [MCP3564_OVERSAMPLING_RATIO_81920] = 81920,
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3399-gru.dtsi386 rockchip,standby-idle-ns = <81920>;
/linux/drivers/infiniband/sw/rxe/
H A Drxe_comp.c77 [IB_RNR_TIMER_081_92] = 81920,
/linux/lib/crc/powerpc/
H A Dcrct10dif-vpmsum_asm.S546 /* x^81984 mod p(x), x^81920 mod p(x) */
H A Dcrc32c-vpmsum_asm.S542 /* x^81920 mod p(x)` << 1, x^81984 mod p(x)` << 1 */
/linux/Documentation/driver-api/usb/
H A Ddwc3.rst143 # echo 81920 > /t/buffer_size_kb
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c2839 28672, 40960, 57344, 81920, 114688, 163840, 229376 in t3_load_mtus()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c5856 28672, 40960, 57344, 81920, 114688, 163840, 229376 in t4_load_mtus()