Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/dsa/
H A Dlantiq_gswip.c1576 u32 mdio_phy = 0, mii_cfg = 0, mac_ctrl_0 = 0; in gswip_port_set_speed() local
1583 mii_cfg = GSWIP_MII_CFG_RATE_M50; in gswip_port_set_speed()
1585 mii_cfg = GSWIP_MII_CFG_RATE_M2P5; in gswip_port_set_speed()
1594 mii_cfg = GSWIP_MII_CFG_RATE_M50; in gswip_port_set_speed()
1596 mii_cfg = GSWIP_MII_CFG_RATE_M25; in gswip_port_set_speed()
1604 mii_cfg = GSWIP_MII_CFG_RATE_M125; in gswip_port_set_speed()
1612 gswip_mii_mask_cfg(priv, GSWIP_MII_CFG_RATE_MASK, mii_cfg, port); in gswip_port_set_speed()