Lines Matching refs:speed

89  * talking to a PHY to determine link speed. It is called every
656 /*All the speed information can be read from register 17 in one go.*/
678 result.s.speed = 10;
681 result.s.speed = 100;
684 result.s.speed = 1000;
715 result.s.speed = 10;
720 result.s.speed = 10;
725 result.s.speed = 100;
730 result.s.speed = 100;
735 result.s.speed = 100;
740 result.s.speed = 1000;
745 result.s.speed = 1000;
767 switch (inband_status.s.speed)
770 result.s.speed = 10;
773 result.s.speed = 100;
776 result.s.speed = 1000;
916 * This function is used ethernet ports link speed. This functions uses the
938 result.s.speed = 1000;
969 * ethernet ports link speed. Most Octeon boards have Marvell PHYs
1014 result.s.speed = 1000;
1031 result.s.speed = 1000;
1067 result.s.speed = 1000;
1086 result.s.speed = 1000;
1106 result.s.speed = 1000;
1116 result.s.speed = 1000;
1166 switch (sgmii_inband_status.s.speed)
1169 result.s.speed = 10;
1172 result.s.speed = 100;
1175 result.s.speed = 1000;
1178 result.s.speed = 0;
1187 is no way to determine the link speed. Return down assuming this
1202 * speed, duplex, and autonegotiation. This programs the PHY and
1210 * @param link_info Link speed to program. If the speed is zero and autonegotiation
1229 /* If speed isn't set and autoneg is on advertise all supported modes */
1230 if ((link_flags & set_phy_link_flags_autoneg) && (link_info.s.speed == 0))
1279 switch (link_info.s.speed)
1309 if (link_info.s.speed == 1000)
1314 else if (link_info.s.speed == 100)
1319 else if (link_info.s.speed == 10)
1536 uint32_t speed = 0;
1554 speed = fdt32_to_cpu(*(int *)nodep);
1556 speed = 0;
1559 if (speed == 0 || speed == 12000000)
1562 printf("Warning: invalid crystal speed for USB clock type in FDT\n");
1566 switch (speed) {
1575 printf("Warning: invalid USB clock speed of %u hz in FDT\n", speed);