Lines Matching +full:5 +full:gbit
3 * Vitesse VSC7385 SparX-G5 5+1-port Integrated Gigabit Ethernet Switch
5 * Vitesse VSC7395 SparX-G5e 5+1-port Integrated Gigabit Ethernet Switch
84 #define VSC73XX_MAC_CFG_MAC_RX_RST BIT(5)
118 #define VSC73XX_ADVPORTM_EXT_PORT BIT(5)
180 #define VSC73XX_MACACCESS_CMD_CLEAR_TABLE 5
199 /* Arbiter block 5 registers */
288 { 5, "RxEtherStatsPkts64Octets" },
319 { 5, "TxEtherStatsPkts64Octets" },
613 if (i == 5) in vsc73xx_setup()
651 /* Take up the port in 1Gbit mode by default, this will be in vsc73xx_init_port()
693 val = (vsc->addr[5] << 16) | (vsc->addr[4] << 8) | (vsc->addr[3]); in vsc73xx_init_port()
945 indices[1] = ((val >> 5) & 0x1f); /* RX counter 1 */ in vsc73xx_get_strings()
949 indices[5] = ((val >> 26) & 0x1f); /* TX counter 2 */ in vsc73xx_get_strings()
1181 vsc->addr[3], vsc->addr[4], vsc->addr[5]); in vsc73xx_probe()
1183 /* The VSC7395 switch chips have 5+1 ports which means 5 in vsc73xx_probe()
1186 * and 6, so they leave a "hole" in the port map for port 5, in vsc73xx_probe()