Lines Matching full:200
64 * Alternative values require the 200BASE (or AltSpeed) bit 12 set.
179 case 200: in mv88e6xxx_port_set_speed_duplex()
252 /* Support 10, 100, 200 Mbps (e.g. 88E6065 family) */
257 speed = 200; in mv88e6065_port_set_speed_duplex()
259 if (speed > 200) in mv88e6065_port_set_speed_duplex()
262 /* Setting 200 Mbps on port 0 to 3 selects 100 Mbps */ in mv88e6065_port_set_speed_duplex()
274 if (speed == 200 || speed > 1000) in mv88e6185_port_set_speed_duplex()
295 /* Support 10, 100, 200, 1000, 2500 Mbps (e.g. 88E6341) */
305 if (speed == 200 && port != 0) in mv88e6341_port_set_speed_duplex()
323 /* Support 10, 100, 200, 1000 Mbps (e.g. 88E6352 family) */
333 if (speed == 200 && port < 5) in mv88e6352_port_set_speed_duplex()
340 /* Support 10, 100, 200, 1000, 2500 Mbps (e.g. 88E6390) */
350 if (speed == 200 && port != 0) in mv88e6390_port_set_speed_duplex()
368 /* Support 10, 100, 200, 1000, 2500, 10000 Mbps (e.g. 88E6190X) */
375 if (speed == 200 && port != 0) in mv88e6390x_port_set_speed_duplex()