| /linux/drivers/net/wireless/ti/wl1251/ |
| H A D | rx.h | 76 * 0x0A - 1MBPS 77 * 0x14 - 2MBPS 78 * 0x37 - 5_5MBPS 79 * 0x0B - 6MBPS 80 * 0x0F - 9MBPS 81 * 0x6E - 11MBPS 82 * 0x0A - 12MBPS 83 * 0x0E - 18MBPS 84 * 0xDC - 22MBPS 85 * 0x09 - 24MBPS [all …]
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| H A D | rate.c | 29 /* 0 1 2 3 4 5 6 7 8 9 */ 60 /* MCS 5: SS 1, MOD: 64QAM, CR 2/3 */ 66 /* MCS 7: SS 1, MOD: 64QAM, CR 5/6 */ 90 /* MCS 15: SS 2, MOD: 64QAM, CR 5/6 */ 114 /* MCS 23: SS 3, MOD: 64QAM, CR 5/6 */ 138 /* MCS 31: SS 4, MOD: 64QAM, CR 5/6 */ 162 * 0 = 1Mbps; 1 = 2Mbps; 2 = 5.5Mbps; 3 = 11Mbps 166 {BRCM_RATE_1M, 0x00}, /* CCK 1Mbps, data rate 0 */ 167 {BRCM_RATE_2M, 0x08}, /* CCK 2Mbps, data rate 1 */ 168 {BRCM_RATE_5M5, 0x10}, /* CCK 5.5Mbps, data rate 2 */ [all …]
|
| /linux/drivers/net/wireless/st/cw1200/ |
| H A D | wsm.h | 28 /* 1 Mbps ERP-DSSS */ 31 /* 2 Mbps ERP-DSSS */ 34 /* 5.5 Mbps ERP-CCK */ 37 /* 11 Mbps ERP-CCK */ 40 /* 22 Mbps ERP-PBCC (Not supported) */ 43 /* 33 Mbps ERP-PBCC (Not supported) */ 44 /* #define WSM_TRANSMIT_RATE_33 (5) */ 46 /* 6 Mbps (3 Mbps) ERP-OFDM, BPSK coding rate 1/2 */ 49 /* 9 Mbps (4.5 Mbps) ERP-OFDM, BPSK coding rate 3/4 */ 52 /* 12 Mbps (6 Mbps) ERP-OFDM, QPSK coding rate 1/2 */ [all …]
|
| /linux/drivers/net/wireless/marvell/libertas/ |
| H A D | tx.c | 29 case 2: /* 1 Mbps */ in convert_radiotap_rate_to_mv() 31 case 4: /* 2 Mbps */ in convert_radiotap_rate_to_mv() 33 case 11: /* 5.5 Mbps */ in convert_radiotap_rate_to_mv() 35 case 22: /* 11 Mbps */ in convert_radiotap_rate_to_mv() 37 case 12: /* 6 Mbps */ in convert_radiotap_rate_to_mv() 39 case 18: /* 9 Mbps */ in convert_radiotap_rate_to_mv() 40 return 5 | (1 << 4); in convert_radiotap_rate_to_mv() 41 case 24: /* 12 Mbps */ in convert_radiotap_rate_to_mv() 43 case 36: /* 18 Mbps */ in convert_radiotap_rate_to_mv() 45 case 48: /* 24 Mbps */ in convert_radiotap_rate_to_mv() [all …]
|
| H A D | rx.c | 168 case 0: /* 1 Mbps */ in convert_mv_rate_to_radiotap() 170 case 1: /* 2 Mbps */ in convert_mv_rate_to_radiotap() 172 case 2: /* 5.5 Mbps */ in convert_mv_rate_to_radiotap() 174 case 3: /* 11 Mbps */ in convert_mv_rate_to_radiotap() 177 case 5: /* 6 Mbps */ in convert_mv_rate_to_radiotap() 179 case 6: /* 9 Mbps */ in convert_mv_rate_to_radiotap() 181 case 7: /* 12 Mbps */ in convert_mv_rate_to_radiotap() 183 case 8: /* 18 Mbps */ in convert_mv_rate_to_radiotap() 185 case 9: /* 24 Mbps */ in convert_mv_rate_to_radiotap() 187 case 10: /* 36 Mbps */ in convert_mv_rate_to_radiotap() [all …]
|
| /linux/Documentation/networking/device_drivers/ethernet/dlink/ |
| H A D | dl2k.rst | 53 5. Add the following line to /etc/modprobe.d/dl2k.conf:: 215 10mbps_hd 10Mbps half duplex. 216 10mbps_fd 10Mbps full duplex. 217 100mbps_hd 100Mbps half duplex. 218 100mbps_fd 100Mbps full duplex. 219 1000mbps_fd 1000Mbps full duplex. 220 1000mbps_hd 1000Mbps half duplex. 222 1 10Mbps half duplex. 223 2 10Mbps full duplex. 224 3 100Mbps half duplex. [all …]
|
| /linux/drivers/net/ethernet/dec/tulip/ |
| H A D | 21142.c | 62 if (csr12 & 2) { /* No 100mbps link beat, revert to 10mbps. */ in t21142_media_task() 76 if (!(csr12 & 4)) { /* 10mbps link beat good. */ in t21142_media_task() 84 /* Select 100mbps port to check for link beat. */ in t21142_media_task() 160 /* If partner cannot negotiate, it is 10Mbps Half Duplex */ in t21142_lnk_change() 162 else if (negotiated & 0x0100) dev->if_port = 5; in t21142_lnk_change() 215 (dev->if_port == 3 || dev->if_port == 5) && in t21142_lnk_change() 223 } else if (dev->if_port == 3 || dev->if_port == 5) { in t21142_lnk_change() 233 } else if (dev->if_port == 5) in t21142_lnk_change() 238 } else if (!(csr12 & 4)) { /* 10mbps link beat good. */ in t21142_lnk_change() 240 dev_info(&dev->dev, "21143 10mbps sensed media\n"); in t21142_lnk_change() [all …]
|
| /linux/Documentation/scsi/ |
| H A D | ufs.rst | 21 5. UFS Reference Clock Frequency configuration 41 - Support for Gear1 is mandatory (rate A: 1248Mbps, rate B: 1457.6Mbps) 42 - Support for Gear2 is optional (rate A: 2496Mbps, rate B: 2915.2Mbps) 46 - Gear3 (rate A: 4992Mbps, rate B: 5830.4Mbps) 56 SAM-5 architectural model. 199 5. UFS Reference Clock Frequency configuration
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | debugfs_sta.c | 21 "1 Mbps", "2 Mbps", "5.5 Mbps", "6 Mbps", in ath12k_dbg_sta_dump_rate_stats() 22 "9 Mbps", "11 Mbps", "12 Mbps", "18 Mbps", in ath12k_dbg_sta_dump_rate_stats() 23 "24 Mbps", "36 Mbps", "48 Mbps", "54 Mbps"}; in ath12k_dbg_sta_dump_rate_stats() 45 (i + 1) % 5 ? "\t" : "\n"); in ath12k_dbg_sta_dump_rate_stats() 228 rx_stats->ru_alloc_cnt[5], rx_stats->ru_alloc_cnt[6]); in ath12k_dbg_sta_dump_rx_stats()
|
| /linux/include/linux/ |
| H A D | brcmphy.h | 214 #define BCM_APD_CLR_MASK 0xFE9F /* clear bits 5, 6 & 8 */ 216 #define BCM_NO_ANEG_APD_EN 0x0060 /* bits 5 & 6 */ 302 #define LRECR_SPEED100 0x0200 /* Select 100 Mbps */ 303 #define LRECR_SPEED10 0x0000 /* Select 10 Mbps */ 311 #define LRESR_100_1PAIR 0x2000 /* Can do 100Mbps 1 Pair */ 312 #define LRESR_100_4PAIR 0x1000 /* Can do 100Mbps 4 Pairs */ 313 #define LRESR_100_2PAIR 0x0800 /* Can do 100Mbps 2 Pairs */ 314 #define LRESR_10_2PAIR 0x0400 /* Can do 10Mbps 2 Pairs */ 315 #define LRESR_10_1PAIR 0x0200 /* Can do 10Mbps 1 Pair */ 329 #define LREANAA_100_1PAIR 0x0020 /* Can do 100Mbps 1 Pair */ [all …]
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | rx_desc.h | 19 RX_ATTENTION_FLAGS_POWER_MGMT = BIT(5), 249 HTT_RX_MPDU_ENCRYPT_WAPI = 5, 324 * 5: WAPI 534 * {header_length[3:0], 6'b0, flags[5:0], window_size[15:0]}, 724 #define RX_PPDU_START_INFO1_L_SIG_LENGTH_LSB 5 845 * 0x8: OFDM 48 Mbps 846 * 0x9: OFDM 24 Mbps 847 * 0xA: OFDM 12 Mbps 848 * 0xB: OFDM 6 Mbps 849 * 0xC: OFDM 54 Mbps [all …]
|
| H A D | wmi-tlv.h | 1738 struct wmi_tlv_hw_bd_info hw_bd_info[5]; 1868 WMI_TLV_VDEV_SUBTYPE_MESH = 5, 2147 * b'7-b'5 indicate the NSS (0 - 1x1, 1 - 2x2, 2 - 3x3, 3 - 4x4) 2149 * OFDM : 0: OFDM 48 Mbps 2150 * 1: OFDM 24 Mbps 2151 * 2: OFDM 12 Mbps 2152 * 3: OFDM 6 Mbps 2153 * 4: OFDM 54 Mbps 2154 * 5: OFDM 36 Mbps 2155 * 6: OFDM 18 Mbps [all …]
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_main.h | 115 #define HCLGE_PHY_MDIX_CTRL_S 5 116 #define HCLGE_PHY_MDIX_CTRL_M GENMASK(6, 5) 153 #define HCLGE_RESET_INT_M GENMASK(7, 5) 159 #define HCLGE_VECTOR0_GLOBALRESET_INT_B 5 170 #define HCLGE_VECTOR0_IMP_RD_POISON_B 5U 193 #define HCLGE_SUPPORT_40G_BIT BIT(5) 245 HCLGE_MAC_SPEED_10M = 10, /* 10 Mbps */ 246 HCLGE_MAC_SPEED_100M = 100, /* 100 Mbps */ 247 HCLGE_MAC_SPEED_1G = 1000, /* 1000 Mbps = 1 Gbps */ 248 HCLGE_MAC_SPEED_10G = 10000, /* 10000 Mbps = 10 Gbps */ [all …]
|
| /linux/drivers/net/ethernet/oki-semi/pch_gbe/ |
| H A D | pch_gbe_param.c | 38 * - 10: only link at 10 Mbps 39 * - 100: only link at 100 Mbps 40 * - 1000: only link at 1000 Mbps 70 * Bit 7 6 5 4 3 2 1 0 71 * Speed (Mbps) N/A N/A 1000 N/A 100 100 10 10 356 "10 Mbps Speed specified without Duplex\n"); in pch_gbe_check_copper_options() 358 "Using Autonegotiation at 10 Mbps only\n"); in pch_gbe_check_copper_options() 366 netdev_dbg(adapter->netdev, "Forcing to 10 Mbps Half Duplex\n"); in pch_gbe_check_copper_options() 373 netdev_dbg(adapter->netdev, "Forcing to 10 Mbps Full Duplex\n"); in pch_gbe_check_copper_options() 381 "100 Mbps Speed specified without Duplex\n"); in pch_gbe_check_copper_options() [all …]
|
| /linux/drivers/atm/ |
| H A D | Kconfig | 45 Power155 155 Mbps ATM adapters. Both, the versions with 512KB and 48 The driver works with MMF (-MF or ...F) and UTP-5 (-U5 or ...D) 85 Intel 440FX board, a drop from 135 Mbps to 103 Mbps was observed 154 25 and for 155 Mbps, including IDT cards and the Fore ForeRunnerLE 161 bool "Use suni PHY driver (155Mbps)" 165 found in most 155Mbps NICStAR based ATM cards, namely in the 173 bool "Use IDT77105 PHY driver (25Mbps)" 180 loss, so if you have a 25Mbps NICStAR based ATM card you must say Y.
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | debugfs_htt_stats.h | 20 HTT_STATS_STRING_TAG = 5, 124 #define HTT_TX_HWQ_MAX_CMD_STALL_STATS 5 452 #define HTT_TX_PEER_STATS_NUM_DCM_COUNTERS 5 484 #define HTT_RX_PEER_STATS_NUM_DCM_COUNTERS 5 529 HTT_RX_TID_STATS_TLV = 5, 661 u32 delayed_bar_5; /* MU user 5 */ 687 u32 ax_mu_mimo_brpoll_5; /* MU user 5 */ 1130 #define HTT_STATS_LOW_WM_BINS 5 1131 #define HTT_STATS_HIGH_WM_BINS 5 1237 #define HTT_TX_PDEV_STATS_NUM_DCM_COUNTERS 5 [all …]
|
| /linux/drivers/net/ethernet/ti/icssg/ |
| H A D | icssg_config.h | 220 * 0x0 - 10Mbps/Half duplex; 221 * 0x8 - 10Mbps/Full duplex; 222 * 0x2 - 100Mbps/Half duplex; 223 * 0xa - 100Mbps/Full duplex; 226 * or bits [7..5](slice 1) of RGMII CFG register. 296 #define ICSSG_FDB_ENTRY_SECURE BIT(5)
|
| /linux/drivers/net/ethernet/atheros/atlx/ |
| H A D | atlx.h | 169 #define MDIO_CLK_25_14 5 337 #define MII_LPA_10HALF 0x0020 /* Can do 10mbps half-duplex */ 338 #define MII_LPA_10FULL 0x0040 /* Can do 10mbps full-duplex */ 339 #define MII_LPA_100HALF 0x0080 /* Can do 100mbps half-duplex */ 340 #define MII_LPA_100FULL 0x0100 /* Can do 100mbps full-duplex */ 407 #define MII_ATLX_PSCR_MDI_MANUAL_MODE 0x0000 /* MDI Crossover Mode bits 6:5, 424 #define MII_ATLX_PSCR_MII_5BIT_ENABLE 0x0100 /* 1=5-Bit interface in 433 #define MII_ATLX_PSCR_AUTO_X_MODE_SHIFT 5 467 #define AUTONEG_ADVERTISE_10_ALL 0x0003 /* 10Mbps Full & Half speeds */
|
| /linux/drivers/net/ethernet/ibm/ehea/ |
| H A D | ehea_phyp.h | 78 #define H_QPCB0_ALL EHEA_BMASK_IBM(0, 5) 84 #define H_QPCB0_QP_TENURE EHEA_BMASK_IBM(5, 5) 115 #define H_QPCB1_SGEL_NB_RQ1 EHEA_BMASK_IBM(5, 5) 162 #define H_PORT_CB5 5 186 #define H_SPEED_10M_H 1 /* 10 Mbps, Half Duplex */ 187 #define H_SPEED_10M_F 2 /* 10 Mbps, Full Duplex */ 188 #define H_SPEED_100M_H 3 /* 100 Mbps, Half Duplex */ 189 #define H_SPEED_100M_F 4 /* 100 Mbps, Full Duplex */ 254 /* Hcall Query/Modify Port Control Block 5 Selection Mask Bits */
|
| /linux/drivers/net/ethernet/dlink/ |
| H A D | dl2k.c | 196 strcmp (media[card_idx], "5") == 0) { in rio_probe1() 402 case 5: in parse_eeprom() 555 /* DebugCtrl bit 4, 5, 9 must set */ in rio_hw_init() 759 /* DL2K bug: DMA fails to get next descriptor ptr in 10Mbps mode in start_xmit() 760 * Work around: Always use 1 descriptor in 10Mbps mode */ in start_xmit() 1333 …printk("Warning!! Can't disable Auto negotiation in 1000Mbps, change to Manual 100Mbps, Full duple… in rio_set_link_ksettings() 1462 /* ST(2), OP(2), ADDR(5), REG#(5), TA(2), Data(16) total 32 bits */ in mii_read() 1464 cmd = (0x06 << 10 | phy_addr << 5 | reg_num); in mii_read() 1488 /* ST(2), OP(2), ADDR(5), REG#(5), TA(2), Data(16) total 32 bits */ in mii_write() 1540 printk (KERN_INFO "Auto 1000 Mbps, Full duplex\n"); in mii_get_media() [all …]
|
| /linux/include/linux/usb/ |
| H A D | irda.h | 20 #define USB_REQ_CS_IRDA_UNICAST_LIST 5 33 #define USB_IRDA_DS_2048 (1 << 5) 43 #define USB_IRDA_WS_6 (1 << 5) 54 #define USB_IRDA_MTT_50 (1 << 5) 66 #define USB_IRDA_BR_115200 (1 << 5) 77 #define USB_IRDA_AB_2 (1 << 5) 118 * 5 - 57600 bps 121 * 8 - 1.152 Mbps 122 * 9 - 4 Mbps 132 #define USB_IRDA_LS_57600 5 [all …]
|
| /linux/Documentation/devicetree/bindings/net/ |
| H A D | motorcomm,yt8xxx.yaml | 98 Transmit PHY Clock delay train configuration when speed is 10Mbps. 104 Transmit PHY Clock delay train configuration when speed is 100Mbps. 110 Transmit PHY Clock delay train configuration when speed is 1000Mbps. 140 ethernet-phy@5 { 146 reg = <5>;
|
| /linux/Documentation/networking/device_drivers/ethernet/3com/ |
| H A D | vortex.rst | 33 - 3c590 Vortex 10Mbps 34 - 3c592 EISA 10Mbps Demon/Vortex 40 - 3c900 Boomerang 10Mbps Combo 41 - 3c900 Cyclone 10Mbps TPO 42 - 3c900 Cyclone 10Mbps Combo 43 - 3c900 Cyclone 10Mbps TPC 113 5 100base-FX 324 the external LAN environment if link is up and 5 seconds if link is down. 388 8K byte-wide RAM 5:3 Rx:Tx split, autoselect/Autonegotiate interface.
|
| /linux/drivers/net/phy/mscc/ |
| H A D | mscc_ptp.c | 193 for (pos = i * 5 + 4; pos >= i * 5; pos--) in vsc85xx_ts_fsb_init() 208 1272, /* 1000Mbps */ 209 12516, /* 100Mbps */ 210 125444, /* 10Mbps */ 212 1277, /* 1000Mbps */ 213 12537, /* 100Mbps */ 218 3496, /* 1000Mbps */ 219 34760, /* 100Mbps */ 220 347844, /* 10Mbps */ 222 3502, /* 1000Mbps */ [all …]
|
| /linux/drivers/net/ethernet/intel/e1000/ |
| H A D | e1000_param.c | 50 * - 10 - only link at 10 Mbps 51 * - 100 - only link at 100 Mbps 52 * - 1000 - only link at 1000 Mbps 77 * Bit 7 6 5 4 3 2 1 0 78 * Speed (Mbps) N/A N/A 1000 N/A 100 100 10 10 667 e_dev_info("10 Mbps Speed specified without Duplex\n"); in e1000_check_copper_options() 668 e_dev_info("Using Autonegotiation at 10 Mbps only\n"); in e1000_check_copper_options() 674 e_dev_info("Forcing to 10 Mbps Half Duplex\n"); in e1000_check_copper_options() 680 e_dev_info("Forcing to 10 Mbps Full Duplex\n"); in e1000_check_copper_options() 686 e_dev_info("100 Mbps Speed specified without Duplex\n"); in e1000_check_copper_options() [all …]
|