Lines Matching +full:200 +full:g
73 * Alternative values require the 200BASE (or AltSpeed) bit 12 set.
233 case 200: in mv88e6xxx_port_set_speed_duplex()
306 /* Support 10, 100, 1000 Mbps (e.g. 88E6185 family) */
310 if (speed == 200 || speed > 1000) in mv88e6185_port_set_speed_duplex()
317 /* Support 10, 100 Mbps (e.g. 88E6250 family) */
328 /* Support 10, 100, 200, 1000, 2500 Mbps (e.g. 88E6341) */
335 if (speed == 200 && port != 0) in mv88e6341_port_set_speed_duplex()
354 /* Support 10, 100, 200, 1000 Mbps (e.g. 88E6352 family) */
361 if (speed == 200 && port < 5) in mv88e6352_port_set_speed_duplex()
368 /* Support 10, 100, 200, 1000, 2500 Mbps (e.g. 88E6390) */
375 if (speed == 200 && port != 0) in mv88e6390_port_set_speed_duplex()
394 /* Support 10, 100, 200, 1000, 2500, 10000 Mbps (e.g. 88E6190X) */
398 if (speed == 200 && port != 0) in mv88e6390x_port_set_speed_duplex()
417 /* Support 10, 100, 200, 1000, 2500, 5000, 10000 Mbps (e.g. 88E6393X)
431 if (speed == 200 && port != 0) in mv88e6393x_port_set_speed_duplex()
444 case 200: in mv88e6393x_port_set_speed_duplex()