| /OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wl1251/ |
| H A D | tx.h | 106 * 0x0001 - 1Mbits 107 * 0x0002 - 2Mbits 108 * 0x0004 - 5.5Mbits 109 * 0x0008 - 6Mbits 110 * 0x0010 - 9Mbits 111 * 0x0020 - 11Mbits 112 * 0x0040 - 12Mbits 113 * 0x0080 - 18Mbits 114 * 0x0100 - 22Mbits 115 * 0x0200 - 24Mbits [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/zydas/zd1211rw/ |
| H A D | zd_mac.c | 85 * "11 Mbits : 4, 3, 2, 1, 0" means : 87 * - 1st rate is index 3 (ie 11 Mbits) 88 * - 2nd rate is index 2 (ie 5.5 Mbits) 89 * - 3rd rate is index 1 (ie 2 Mbits) 90 * - 4th rate is index 0 (ie 1 Mbits) 94 { /* 1 Mbits */ 1, { 0 }}, 95 { /* 2 Mbits */ 2, { 1, 0 }}, 96 { /* 5.5 Mbits */ 3, { 2, 1, 0 }}, 97 { /* 11 Mbits */ 4, { 3, 2, 1, 0 }}, 98 { /* 6 Mbits */ 5, { 4, 3, 2, 1, 0 }}, [all …]
|
| /OK3568_Linux_fs/kernel/samples/vfs/ |
| H A D | test-statx.c | 151 unsigned char bits, mbits; in dump_statx() local 170 mbits = stx->stx_attributes_mask >> byte; in dump_statx() 174 if (!(mbits & 0x80)) in dump_statx() 181 mbits <<= 1; in dump_statx()
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-fsl-spi.c | 575 int mbits; in fsl_spi_grlib_probe() local 581 mbits = SPCAP_MAXWLEN(capabilities); in fsl_spi_grlib_probe() 582 if (mbits) in fsl_spi_grlib_probe() 583 mpc8xxx_spi->max_bits_per_word = mbits + 1; in fsl_spi_grlib_probe()
|
| /OK3568_Linux_fs/kernel/drivers/regulator/ |
| H A D | da9055-regulator.c | 361 #define DA9055_BUCK(_id, step, min, max, vbits, voffset, mbits, sbits) \ argument 380 .csel_mask = (mbits),\ 395 .mask = (mbits),\
|
| /OK3568_Linux_fs/kernel/drivers/iio/magnetometer/ |
| H A D | rm3100-spi.c | 33 /* Data rates cannot exceed 1Mbits. */ in rm3100_probe()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | qsfp.h | 96 /* byte 140 is nominal bit-rate, in units of 100Mbits/sec */ 167 /* Byte 222 indicates nominal bitrate in units of 250Mbits/sec */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | dcbnl.h | 99 *@rpg_max_rate: the maxinun rate, in Mbits per second, 101 *@rpg_ai_rate: The rate, in Mbits per second, 103 *@rpg_hai_rate: The rate, in Mbits per second,
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | dcbnl.h | 99 *@rpg_max_rate: the maxinun rate, in Mbits per second, 101 *@rpg_ai_rate: The rate, in Mbits per second, 103 *@rpg_hai_rate: The rate, in Mbits per second,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | dcbnl.h | 99 *@rpg_max_rate: the maxinun rate, in Mbits per second, 101 *@rpg_ai_rate: The rate, in Mbits per second, 103 *@rpg_hai_rate: The rate, in Mbits per second,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/inc/ |
| H A D | smu11_driver_if_arcturus.h | 282 I2C_SPEED_FAST_PLUS_1M, //1 Mbits/s (in fast mode) 283 I2C_SPEED_HIGH_1M, //1 Mbits/s (in high speed mode) 284 I2C_SPEED_HIGH_2M, //2.3 Mbits/s
|
| H A D | smu11_driver_if_navi10.h | 286 I2C_SPEED_FAST_PLUS_1M, //1 Mbits/s (in fast mode) 287 I2C_SPEED_HIGH_1M, //1 Mbits/s (in high speed mode) 288 I2C_SPEED_HIGH_2M, //2.3 Mbits/s
|
| H A D | smu11_driver_if_sienna_cichlid.h | 340 I2C_SPEED_FAST_PLUS_1M, //1 Mbits/s (in fast mode) 341 I2C_SPEED_HIGH_1M, //1 Mbits/s (in high speed mode) 342 I2C_SPEED_HIGH_2M, //2.3 Mbits/s
|
| /OK3568_Linux_fs/u-boot/board/keymile/km_arm/ |
| H A D | km_arm.c | 368 * first the fix for the 1000Mbits Autoneg, this is from 457 * LED0 (Speed): 0x7 (On 1000 MBits, Off Else) in reset_phy()
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | do_hbm_test.sh | 336 rates=`grep receiver iperf.$id | grep -o "[0-9.]* Mbits" | grep -o "^[0-9]*"` 357 …( iperf3 -c $host -p $port -i 0 -P 1 -f m -t $dur | grep receiver | grep -o "[0-9.]* Mbits" | grep…
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/ |
| H A D | hal_mcc.c | 83 * target tx byte(bytes) = target tx tp(Mbits/sec) * 1024 * 1024 / 8 * (duration(ms) / 1024) in rtw_hal_config_mcc_role_setting() 84 * = target tx tp(Mbits/sec) * 128 * duration(ms) in rtw_hal_config_mcc_role_setting() 86 * target tx tp(Mbits/sec) * 1024 * 1024 / 8 ==> Mbits to bytes in rtw_hal_config_mcc_role_setting() 879 /* check other interface tx busy traffic or not under every 2 switch channel notify(Mbits/100ms) */ in rtw_hal_mcc_sw_ch_fw_notify_hdl()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/ |
| H A D | ethernet-controller.yaml | 181 Link speed in Mbits/sec.
|
| H A D | ethernet-phy.yaml | 78 Maximum PHY supported speed in Mbits / seconds.
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/forwarding/ |
| H A D | sch_tbf_core.sh | 225 # Note: TBF uses 10^6 Mbits, not 2^20 ones.
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/ |
| H A D | hal_mcc.c | 342 * target tx byte(bytes) = target tx tp(Mbits/sec) * 1024 * 1024 / 8 * (duration(ms) / 1024) in rtw_hal_config_mcc_role_setting() 343 * = target tx tp(Mbits/sec) * 128 * duration(ms) in rtw_hal_config_mcc_role_setting() 345 * target tx tp(Mbits/sec) * 1024 * 1024 / 8 ==> Mbits to bytes in rtw_hal_config_mcc_role_setting() 1155 /* check other interface tx busy traffic or not under every 2 switch channel notify(Mbits/100ms) */ in rtw_hal_mcc_sw_ch_fw_notify_hdl()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/ |
| H A D | qib_qsfp.h | 70 /* byte 140 is nominal bit-rate, in units of 100Mbits/sec Not QLogic req'd */
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/soundwire/ |
| H A D | summary.rst | 32 ~19.2..24.576Mbits/s don't however allow for 11*13*8 channels to be
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlegacy/ |
| H A D | 4965-rs.c | 148 * 1, 2, 5.5, 11, 6, 9, 12, 18, 24, 36, 48, 54, 60 MBits 2311 * active_siso_rate mask includes 9 MBits (bit 5), and CCK (bits 0-3), in il4965_rs_rate_init() 2312 * supp_rates[] does not; shift to convert format, force 9 MBits off. in il4965_rs_rate_init() 2551 lq_sta->active_legacy_rate = 0x0FFF; /* 1 - 54 MBits, includes CCK */ in il4965_rs_sta_dbgfs_scale_table_write() 2552 lq_sta->active_siso_rate = 0x1FD0; /* 6 - 60 MBits, no 9, no CCK */ in il4965_rs_sta_dbgfs_scale_table_write() 2553 lq_sta->active_mimo2_rate = 0x1FD0; /* 6 - 60 MBits, no 9, no CCK */ in il4965_rs_sta_dbgfs_scale_table_write()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | rs.c | 157 * 1, 2, 5.5, 11, 6, 9, 12, 18, 24, 36, 48, 54, 60 MBits 334 lq_sta->active_legacy_rate = 0x0FFF; /* 1 - 54 MBits, includes CCK */ in rs_program_fix_rate() 335 lq_sta->active_siso_rate = 0x1FD0; /* 6 - 60 MBits, no 9, no CCK */ in rs_program_fix_rate() 336 lq_sta->active_mimo2_rate = 0x1FD0; /* 6 - 60 MBits, no 9, no CCK */ in rs_program_fix_rate() 337 lq_sta->active_mimo3_rate = 0x1FD0; /* 6 - 60 MBits, no 9, no CCK */ in rs_program_fix_rate() 2812 * active_siso_rate mask includes 9 MBits (bit 5), and CCK (bits 0-3), in iwl_rs_rate_init() 2813 * supp_rates[] does not; shift to convert format, force 9 MBits off. in iwl_rs_rate_init()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | flash.h | 180 /* 32 Mbit, 4Mbits x 8, */ 183 /* 64 Mbit, 8Mbits x 8, */
|