/openbmc/linux/include/uapi/linux/ |
H A D | mii.h | 37 #define MII_TPISTATUS 0x1b /* TPI status for 10mbps */ 49 #define BMCR_SPEED100 0x2000 /* Select 100Mbps */ 52 #define BMCR_SPEED10 0x0000 /* Select 10Mbps */ 63 #define BMSR_100HALF2 0x0200 /* Can do 100BASE-T2 HDX */ 64 #define BMSR_100FULL2 0x0400 /* Can do 100BASE-T2 FDX */ 65 #define BMSR_10HALF 0x0800 /* Can do 10mbps, half-duplex */ 66 #define BMSR_10FULL 0x1000 /* Can do 10mbps, full-duplex */ 67 #define BMSR_100HALF 0x2000 /* Can do 100mbps, half-duplex */ 68 #define BMSR_100FULL 0x4000 /* Can do 100mbps, full-duplex */ 69 #define BMSR_100BASE4 0x8000 /* Can do 100mbps, 4k packets */ [all …]
|
H A D | mdio.h | 139 #define MDIO_PMA_SPEED_100 0x0020 /* 100M capable */ 175 #define MDIO_PMA_CTRL2_100BTX 0x000e /* 100BASE-TX type */ 231 #define MDIO_PMA_EXTABLE_100BTX 0x0080 /* 100BASE-TX ability */ 337 #define MDIO_PMA_PMD_BT1_B100_ABLE 0x0001 /* 100BASE-T1 Ability */ 400 #define MDIO_AN_EEE_ADV_100TX 0x0002 /* Advertise 100TX EEE cap */ 407 #define MDIO_EEE_100TX MDIO_AN_EEE_ADV_100TX /* 100TX EEE cap */ 415 #define MDIO_EEE_100GR_FW 0x1000 /* 100G R fast wake */ 416 #define MDIO_EEE_100GR_DS 0x2000 /* 100G R deep sleep */ 467 #define MDIO_USXGMII_10 0x0000 /* 10Mbps */ 468 #define MDIO_USXGMII_10HALF 0x0000 /* 10Mbps half-duplex */ [all …]
|
/openbmc/u-boot/include/linux/ |
H A D | mii.h | 34 #define MII_TPISTATUS 0x1b /* TPI status for 10mbps */ 46 #define BMCR_SPEED100 0x2000 /* Select 100Mbps */ 49 #define BMCR_SPEED10 0x0000 /* Select 10Mbps */ 60 #define BMSR_100HALF2 0x0200 /* Can do 100BASE-T2 HDX */ 61 #define BMSR_100FULL2 0x0400 /* Can do 100BASE-T2 FDX */ 62 #define BMSR_10HALF 0x0800 /* Can do 10mbps, half-duplex */ 63 #define BMSR_10FULL 0x1000 /* Can do 10mbps, full-duplex */ 64 #define BMSR_100HALF 0x2000 /* Can do 100mbps, half-duplex */ 65 #define BMSR_100FULL 0x4000 /* Can do 100mbps, full-duplex */ 66 #define BMSR_100BASE4 0x8000 /* Can do 100mbps, 4k packets */ [all …]
|
/openbmc/u-boot/drivers/net/ |
H A D | ftmac110.h | 3 * Faraday 10/100Mbps Ethernet Controller 53 #define MACCR_100M (1 << 18) /* 100Mbps mode */ 84 #define ITC_TX_CYCLONG (1 << 15) /* 100Mbps=81.92us; 10Mbps=819.2us */ 85 #define ITC_TX_CYCNORM (0 << 15) /* 100Mbps=5.12us; 10Mbps=51.2us */ 91 #define ITC_RX_CYCLONG (1 << 7) /* 100Mbps=81.92us; 10Mbps=819.2us */ 92 #define ITC_RX_CYCNORM (0 << 7) /* 100Mbps=5.12us; 10Mbps=51.2us */ 106 #define APTC_TX_CYCLONG (1 << 12) /* 100Mbps=81.92us; 10Mbps=819.2us */ 107 #define APTC_TX_CYCNORM (0 << 12) /* 100Mbps=5.12us; 10Mbps=51.2us */ 111 #define APTC_RX_CYCLONG (1 << 4) /* 100Mbps=81.92us; 10Mbps=819.2us */ 112 #define APTC_RX_CYCNORM (0 << 4) /* 100Mbps=5.12us; 10Mbps=51.2us */
|
H A D | Kconfig | 162 100Mbit and 1 Gbit operation. You must enable CONFIG_PHYLIB to 176 bool "OpenCores 10/100 Mbps Ethernet MAC" 195 This driver supports the 10/100 Fast Ethernet controller for 213 10/100 Mbps Ethernet and IEEE 802.3z specification for 1000 214 Mbps Ethernet and includes Reduced Media Independent 220 Mbps mode only supports full duplex), flow control for full 283 supports 10/100/1000 Mbps operation. 402 This driver implements 10/100 Mbps Ethernet and MAC layer for
|
H A D | ftmac110.c | 3 * Faraday 10/100Mbps Ethernet Controller 127 /* Default = 100Mbps Full */ in ftmac110_phyqry() 168 if (tmp & LPA_100FULL) /* 100Mbps full-duplex */ in ftmac110_phyqry() 170 else if (tmp & LPA_100HALF) /* 100Mbps half-duplex */ in ftmac110_phyqry() 172 else if (tmp & LPA_10FULL) /* 10Mbps full-duplex */ in ftmac110_phyqry() 174 else if (tmp & LPA_10HALF) /* 10Mbps half-duplex */ in ftmac110_phyqry() 186 printf("ftmac110: %d Mbps, %s\n", in ftmac110_phyqry() 187 (maccr & MACCR_100M) ? 100 : 10, in ftmac110_phyqry()
|
/openbmc/linux/drivers/net/ethernet/oki-semi/pch_gbe/ |
H A D | pch_gbe_param.c | 36 * @Valid Range: 0, 10, 100, 1000 38 * - 10: only link at 10 Mbps 39 * - 100: only link at 100 Mbps 40 * - 1000: only link at 1000 Mbps 71 * Speed (Mbps) N/A N/A 1000 N/A 100 100 10 10 169 { 0x04, AA "100/HD" }, 170 { 0x05, AA "100/HD, 10/HD" }, 171 { 0x06, AA "100/HD, 10/FD" }, 172 { 0x07, AA "100/HD, 10/FD, 10/HD" }, 173 { 0x08, AA "100/FD" }, [all …]
|
/openbmc/linux/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_param.c | 48 * Valid Range: 0, 10, 100, 1000 50 * - 10 - only link at 10 Mbps 51 * - 100 - only link at 100 Mbps 52 * - 1000 - only link at 1000 Mbps 78 * Speed (Mbps) N/A N/A 1000 N/A 100 100 10 10 149 * Valid Range: 100-100000 (0=off, 1=dynamic, 3=dynamic conservative) 154 #define MIN_ITR 100 597 { 0x04, AA "100/HD" }, in e1000_check_copper_options() 598 { 0x05, AA "100/HD, 10/HD" }, in e1000_check_copper_options() 599 { 0x06, AA "100/HD, 10/FD" }, in e1000_check_copper_options() [all …]
|
/openbmc/qemu/include/hw/net/ |
H A D | mii.h | 48 #define MII_BMCR_SPEED100 (1 << 13) /* LSB of Speed (100) */ 58 #define MII_BMSR_100T4 (1 << 15) /* Can do 100mbps T4 */ 59 #define MII_BMSR_100TX_FD (1 << 14) /* Can do 100mbps, full-duplex */ 60 #define MII_BMSR_100TX_HD (1 << 13) /* Can do 100mbps, half-duplex */ 61 #define MII_BMSR_10T_FD (1 << 12) /* Can do 10mbps, full-duplex */ 62 #define MII_BMSR_10T_HD (1 << 11) /* Can do 10mbps, half-duplex */ 63 #define MII_BMSR_100T2_FD (1 << 10) /* Can do 100mbps T2, full-duplex */ 64 #define MII_BMSR_100T2_HD (1 << 9) /* Can do 100mbps T2, half-duplex */
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/dlink/ |
H A D | dl2k.rst | 127 insmod dl2k.o media=100mbps_hd 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 …]
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns/ |
H A D | hns_dsaf_mac.h | 61 MAC_SPEED_10 = 10, /**< 10 Mbps */ 62 MAC_SPEED_100 = 100, /**< 100 Mbps */ 63 MAC_SPEED_1000 = 1000, /**< 1000 Mbps = 1 Gbps */ 64 MAC_SPEED_10000 = 10000 /**< 10000 Mbps = 10 Gbps */ 86 /**< 10 Mbps MII */ 88 /**< 100 Mbps MII */ 90 /**< 10 Mbps RMII */ 92 /**< 100 Mbps RMII */ 94 /**< 10 Mbps SMII */ 96 /**< 100 Mbps SMII */ [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/phy/ |
H A D | mscc,vsc7514-serdes.yaml | 22 There are two kinds of SerDes: SERDES1G supports 10/100Mbps in 23 half/full-duplex and 1000Mbps in full-duplex mode while SERDES6G supports 24 10/100Mbps in half/full-duplex and 1000/2500Mbps in full-duplex mode.
|
H A D | microchip,sparx5-serdes.yaml | 34 * 100 Mbps (100BASE-FX) 44 * 100 Mbps (100BASE-FX)
|
/openbmc/linux/include/linux/ |
H A D | smc91x.h | 30 #define RPC_LED_100_10 (0x00) /* LED = 100Mbps OR's with 10Mbps link detect */ 32 #define RPC_LED_10 (0x02) /* LED = 10Mbps link detect */ 35 #define RPC_LED_100 (0x05) /* LED = 100Mbps link detect */
|
/openbmc/linux/drivers/net/ethernet/dec/tulip/ |
H A D | 21142.c | 10 DC21143 manual "21143 PCI/CardBus 10/100Mb/s Ethernet LAN Controller 62 if (csr12 & 2) { /* No 100mbps link beat, revert to 10mbps. */ in t21142_media_task() 65 "No 21143 100baseTx link beat, %08x, trying NWay\n", 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() 125 udelay(100); in t21142_start_nway() 160 /* If partner cannot negotiate, it is 10Mbps Half Duplex */ 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() 246 } else { /* 100mbps link beat good. */ in t21142_lnk_change() [all …]
|
/openbmc/linux/drivers/net/phy/ |
H A D | dp83848.c | 155 DP83848_PHY_DRIVER(TI_DP83848C_PHY_ID, "TI DP83848C 10/100 Mbps PHY", 157 DP83848_PHY_DRIVER(NS_DP83848C_PHY_ID, "NS DP83848C 10/100 Mbps PHY", 159 DP83848_PHY_DRIVER(TI_DP83620_PHY_ID, "TI DP83620 10/100 Mbps PHY", 161 DP83848_PHY_DRIVER(TLK10X_PHY_ID, "TI TLK10X 10/100 Mbps PHY",
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-led-trigger-netdev | 83 Signal the link speed state of 10Mbps of the named network device. 88 speed of 10MBps of the named network device. 96 Signal the link speed state of 100Mbps of the named network device. 101 speed of 100Mbps of the named network device. 109 Signal the link speed state of 1000Mbps of the named network device. 114 speed of 1000Mbps of the named network device.
|
/openbmc/linux/drivers/media/platform/renesas/rcar-vin/ |
H A D | rcar-csi2.c | 202 …{ .msps = 100, .rx2 = 0x38, .trio0 = 0x024a, .trio1 = 0x00f5, .trio2 = 0x55, .lane27 = 0x0000, .l… 246 u16 mbps; member 251 { .mbps = 1500, .reg = 0xcc }, 252 { .mbps = 1550, .reg = 0x1d }, 253 { .mbps = 1600, .reg = 0x27 }, 254 { .mbps = 1650, .reg = 0x30 }, 255 { .mbps = 1700, .reg = 0x39 }, 256 { .mbps = 1750, .reg = 0x42 }, 257 { .mbps = 1800, .reg = 0x4b }, 258 { .mbps = 1850, .reg = 0x55 }, [all …]
|
/openbmc/linux/drivers/net/wireless/marvell/libertas/ |
H A D | rx.c | 82 min_t(unsigned int, skb->len, 100)); in lbs_process_rxed_packet() 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() [all …]
|
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() 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() 47 case 72: /* 36 Mbps */ in convert_radiotap_rate_to_mv() [all …]
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | rs.h | 233 char mbps[IWL_MAX_MCS_DISPLAY_SIZE]; member 336 * 0) 6 Mbps 337 * 1) 12 Mbps 338 * 2) 18 Mbps 339 * 3) 24 Mbps 340 * 4) 36 Mbps 341 * 5) 48 Mbps 342 * 6) 54 Mbps 343 * 7) 60 Mbps 347 * 5: Value of 0x20 in bits 7:0 indicates 6 Mbps HT40 duplicate data [all …]
|
/openbmc/linux/drivers/net/ethernet/atheros/atlx/ |
H A D | atlx.h | 25 #define SPEED_100 100 299 #define MII_CR_SPEED_SELECT_MSB 0x0040 /* bits 6,13: 10=1000, 01=100, 308 #define MII_CR_SPEED_SELECT_LSB 0x2000 /* bits 6,13: 10=1000, 01=100, 327 #define MII_SR_100T2_HD_CAPS 0x0200 /* 100T2 Half Duplex Capable */ 328 #define MII_SR_100T2_FD_CAPS 0x0400 /* 100T2 Full Duplex Capable */ 331 #define MII_SR_100X_HD_CAPS 0x2000 /* 100X Half Duplex Capable */ 332 #define MII_SR_100X_FD_CAPS 0x4000 /* 100X Full Duplex Capable */ 333 #define MII_SR_100T4_CAPS 0x8000 /* 100T4 Capable */ 337 #define MII_LPA_10HALF 0x0020 /* Can do 10mbps half-duplex */ 338 #define MII_LPA_10FULL 0x0040 /* Can do 10mbps full-duplex */ [all …]
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/3com/ |
H A D | vortex.rst | 33 - 3c590 Vortex 10Mbps 34 - 3c592 EISA 10Mbps Demon/Vortex 36 - 3c595 Vortex 100baseTx 37 - 3c595 Vortex 100baseT4 38 - 3c595 Vortex 100base-MII 40 - 3c900 Boomerang 10Mbps Combo 41 - 3c900 Cyclone 10Mbps TPO 42 - 3c900 Cyclone 10Mbps Combo 43 - 3c900 Cyclone 10Mbps TPC 45 - 3c905 Boomerang 100baseTx [all …]
|
/openbmc/linux/drivers/net/wireless/intersil/orinoco/ |
H A D | orinoco_cs.c | 84 msleep(100); in orinoco_cs_hard_reset() 257 PCMCIA_DEVICE_MANF_CARD(0x02aa, 0x0002), /* ASUS SpaceLink WL-100 */ 268 …PCMCIA_DEVICE_PROD_ID12("D-Link Corporation", "D-Link DWL-650H 11Mbps WLAN Adapter", 0xef544d24, 0… 270 PCMCIA_DEVICE_PROD_ID12("HyperLink", "Wireless PC Card 11Mbps", 0x56cc3f1a, 0x0bcf220c), 272 …PCMCIA_DEVICE_PROD_ID12("LeArtery", "SYNCBYAIR 11Mbps Wireless LAN PC Card", 0x7e3b326a, 0x49893e9… 281 PCMCIA_DEVICE_PROD_ID12("SAMSUNG", "11Mbps WLAN Card", 0x43d74cb4, 0x579bd91b), 290 PCMCIA_DEVICE_MANF_CARD(0x0138, 0x0002), /* Compaq WL100 11 Mbps Wireless Adapter */ 291 PCMCIA_DEVICE_MANF_CARD(0x01ff, 0x0008), /* Intermec MobileLAN 11Mbps 802.11b WLAN Card */ 295 PCMCIA_DEVICE_MANF_CARD(0x028a, 0x0002), /* Compaq HNW-100 11 Mbps Wireless Adapter */ 297 PCMCIA_DEVICE_MANF_CARD(0x50c2, 0x7300), /* Airvast WN-100 */ [all …]
|
/openbmc/linux/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e_param.c | 61 * - 1 - only link at 100Mbps Full Duplex 62 * - 2 - only link at 100Mbps Half Duplex 63 * - 3 - only link at 10Mbps Full Duplex 64 * - 4 - only link at 10Mbps Half Duplex 76 #define INT_MOD_DEFAULT_CNT 100 /* 200us */
|