Home
last modified time | relevance | path

Searched refs:mii_cfg (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/dsa/
H A Dlantiq_gswip.c1573 u32 mdio_phy = 0, mii_cfg = 0, mac_ctrl_0 = 0; in gswip_port_set_speed() local
1580 mii_cfg = GSWIP_MII_CFG_RATE_M50; in gswip_port_set_speed()
1582 mii_cfg = GSWIP_MII_CFG_RATE_M2P5; in gswip_port_set_speed()
1591 mii_cfg = GSWIP_MII_CFG_RATE_M50; in gswip_port_set_speed()
1593 mii_cfg = GSWIP_MII_CFG_RATE_M25; in gswip_port_set_speed()
1601 mii_cfg = GSWIP_MII_CFG_RATE_M125; in gswip_port_set_speed()
1609 gswip_mii_mask_cfg(priv, GSWIP_MII_CFG_RATE_MASK, mii_cfg, port); in gswip_port_set_speed()