| /openbmc/u-boot/doc/SPI/ |
| H A D | README.sandbox-spi | 38 0 erase: 1 ticks, 1024000 KiB/s 8192.000 Mbps 39 1 check: 2 ticks, 512000 KiB/s 4096.000 Mbps 40 2 write: 6 ticks, 170666 KiB/s 1365.328 Mbps 41 3 read: 0 ticks, 1048576000 KiB/s -201326.-592 Mbps 43 0 erase: 1 ticks, 1024000 KiB/s 8192.000 Mbps 44 1 check: 2 ticks, 512000 KiB/s 4096.000 Mbps 45 2 write: 6 ticks, 170666 KiB/s 1365.328 Mbps 46 3 read: 0 ticks, 1048576000 KiB/s -201326.-592 Mbps
|
| /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 | 176 bool "OpenCores 10/100 Mbps Ethernet MAC" 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()
|
| H A D | ax88180.c | 25 * The AX88180 is a single chip 10/100/1000Mbps Gigabit Ethernet 391 debug ("ax88180: 1000Mbps Full-duplex mode.\n"); in ax88180_media_config() 399 debug ("ax88180: 1000Mbps Half-duplex mode.\n"); in ax88180_media_config() 406 debug ("ax88180: 100Mbps Full-duplex mode.\n"); in ax88180_media_config() 414 debug ("ax88180: 100Mbps Half-duplex mode.\n"); in ax88180_media_config() 421 debug ("ax88180: 10Mbps Full-duplex mode.\n"); in ax88180_media_config() 428 debug ("ax88180: 10Mbps Half-duplex mode.\n"); in ax88180_media_config()
|
| H A D | smc91111.h | 426 #define RPC_SPEED 0x2000 /* When 1 PHY is in 100Mbps mode. */ 431 #define RPC_LED_100_10 (0x00) /* LED = 100Mbps OR's with 10Mbps link detect */ 433 #define RPC_LED_10 (0x02) /* LED = 10Mbps link detect */ 436 #define RPC_LED_100 (0x05) /* LED = 100Mbps link dectect */ 665 #define PHY_CNTL_SPEED 0x2000 /* 1=100Mbps, 0=10Mpbs */ 678 #define PHY_STAT_CAP_TF 0x1000 /* 1=10Mbps full duplex capable */ 679 #define PHY_STAT_CAP_TH 0x0800 /* 1=10Mbps half duplex capable */ 685 #define PHY_STAT_JAB 0x0002 /* 1=10Mbps jabber condition */
|
| /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 */ 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 */ 71 #define ADVERTISE_10HALF 0x0020 /* Try for 10mbps half-duplex */ 73 #define ADVERTISE_10FULL 0x0040 /* Try for 10mbps full-duplex */ [all …]
|
| /openbmc/u-boot/drivers/ram/aspeed/ |
| H A D | Kconfig | 9 bool "DDR4 targets at 400Mbps" 15 bool "DDR4 targets at 800Mbps" 21 bool "DDR4 targets at 1333Mbps" 27 bool "DDR4 targets at 1600Mbps"
|
| /openbmc/qemu/include/hw/net/ |
| H A D | mii.h | 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/u-boot/doc/ |
| H A D | README.ae350 | 91 0 erase: 36 ticks, 111 KiB/s 0.888 Mbps 92 1 check: 29 ticks, 137 KiB/s 1.096 Mbps 93 2 write: 40 ticks, 100 KiB/s 0.800 Mbps 94 3 read: 20 ticks, 200 KiB/s 1.600 Mbps 96 0 erase: 36 ticks, 111 KiB/s 0.888 Mbps 97 1 check: 29 ticks, 137 KiB/s 1.096 Mbps 98 2 write: 40 ticks, 100 KiB/s 0.800 Mbps 99 3 read: 20 ticks, 200 KiB/s 1.600 Mbps
|
| /openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/ |
| H A D | README.soc | 34 - Up to 4 x SGMII supporting 1000Mbps 35 - Up to 2 x SGMII supporting 2500Mbps 36 - Up to 2 x RGMII supporting 1000Mbps 193 - Up to 4 x SGMII supporting 1000Mbps (MAC 5, 6, 9, 10) 194 - Up to 3 x SGMII supporting 2500Mbps (MAC 5, 9, 10) 195 - Up to 2 x RGMII supporting 1000Mbps (MAC 3, 4)
|
| /openbmc/u-boot/include/ |
| H A D | fsl_dtsec.h | 169 #define ECNTRL_R100M 0x00000008 /* 1- RGMII 100 Mbps, SGMII 100 Mbps 170 0- RGMII 10 Mbps, SGMII 10 Mbps */ 214 #define MACCFG2_IF_MODE_NIBBLE 0x00000100 /* MII, 10/100 Mbps MII/RMII */
|
| H A D | fsl_memac.h | 212 #define IF_MODE_SETSP_100M 0x00000000 /* 00 - 100Mbps RGMII */ 213 #define IF_MODE_SETSP_10M 0x00002000 /* 01 - 10Mbps RGMII */ 214 #define IF_MODE_SETSP_1000M 0x00004000 /* 10 - 1000Mbps RGMII */
|
| /openbmc/u-boot/drivers/qe/ |
| H A D | uccf.h | 63 /* Fast Ethernet (10/100 Mbps) 72 /* Gigabit Ethernet (1000 Mbps)
|
| /openbmc/u-boot/arch/arm/mach-rockchip/rv1108/ |
| H A D | Kconfig | 17 * 10/100 Mbps Ethernet
|
| /openbmc/u-boot/drivers/usb/host/ |
| H A D | Kconfig | 268 Hi-Speed (480 Mbps), Full-Speed (12 Mbps), and Low-Speed (1.5 Mbps)
|
| /openbmc/qemu/docs/system/ |
| H A D | target-xtensa.rst | 27 - OpenCores 10/100 Mbps Ethernet MAC
|
| /openbmc/u-boot/board/gdsys/common/ |
| H A D | dp501.c | 62 printf("DP sink supports %d Mbps link rate, set to %d Mbps\n", in dp501_link_training()
|
| /openbmc/qemu/docs/ |
| H A D | multi-thread-compression.txt | 62 NIC: Intel I350 (10/100/1000Mbps) 84 throughput(mbps): | 893.73 | 482.22 104 throughput(mbps): | 936.99 | 870.95
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | am57xx-beagle-x15-revb1.dts | 41 /* errata i880 "Ethernet RGMII2 Limited to 10/100 Mbps" */
|
| H A D | am57xx-beagle-x15.dts | 43 /* errata i880 "Ethernet RGMII2 Limited to 10/100 Mbps" */
|
| /openbmc/qemu/tests/functional/ |
| H A D | test_ppc64_mac99.py | 38 self.wait_for_console_pattern('gem 0000:f0:0e.0 eth0: Link is up at 100 Mbps')
|
| /openbmc/u-boot/drivers/video/ |
| H A D | ssd2828.h | 88 * The necessary Mbps/lane information can be found in the LCD panel 90 * and it may be rounded *up* (introducing no more than 10Mbps error).
|
| /openbmc/u-boot/board/freescale/t1040qds/ |
| H A D | README | 36 - Upto six SGMII interface supporting 1000 Mbps 37 - One SGMII interface supporting upto 2500 Mbps
|
| /openbmc/u-boot/cmd/aspeed/nettest/ |
| H A D | phy.c | 481 …phy_write( eng, 1, 0x0003 ); //01h[1:0]00 = 10 Mbps, 01 = 100 Mbps, 10 = 1000 Mbps, 11 = Speed is… in recov_phy_marvell1() 504 …ite( eng, 1, (PHY_01h & 0xfffc) | 0x0002 );//[1:0]00 = 10 Mbps, 01 = 100 Mbps, 10 = 1000 Mbps, 11… in phy_marvell1() 505 …ite( eng, 1, (PHY_01h & 0xfffc) | 0x0001 );//[1:0]00 = 10 Mbps, 01 = 100 Mbps, 10 = 1000 Mbps, 11… in phy_marvell1() 506 …ite( eng, 1, (PHY_01h & 0xfffc) );//[1:0]00 = 10 Mbps, 01 = 100 Mbps, 10 = 1000 Mbps, 11… in phy_marvell1() 507 …_sel[ 0 ] ) phy_write( eng, 1, 0x0002 );//01h[1:0]00 = 10 Mbps, 01 = 100 Mbps, 10 = 1000 Mbps, 11… in phy_marvell1() 508 …_sel[ 1 ] ) phy_write( eng, 1, 0x0001 );//01h[1:0]00 = 10 Mbps, 01 = 100 Mbps, 10 = 1000 Mbps, 11… in phy_marvell1() 509 … phy_write( eng, 1, 0x0000 );//01h[1:0]00 = 10 Mbps, 01 = 100 Mbps, 10 = 1000 Mbps, 11… in phy_marvell1() 592 //Internal loopback at 100Mbps need delay 400~500 ms in phy_marvell2() 593 // DELAY( 400 );//Still fail at 100Mbps in phy_marvell2()
|