Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/dsa/
H A Dlantiq_gswip.c1523 u32 mdio_phy = 0, mii_cfg = 0, mac_ctrl_0 = 0; in gswip_port_set_speed() local
1530 mii_cfg = GSWIP_MII_CFG_RATE_M50; in gswip_port_set_speed()
1532 mii_cfg = GSWIP_MII_CFG_RATE_M2P5; in gswip_port_set_speed()
1541 mii_cfg = GSWIP_MII_CFG_RATE_M50; in gswip_port_set_speed()
1543 mii_cfg = GSWIP_MII_CFG_RATE_M25; in gswip_port_set_speed()
1551 mii_cfg = GSWIP_MII_CFG_RATE_M125; in gswip_port_set_speed()
1559 gswip_mii_mask_cfg(priv, GSWIP_MII_CFG_RATE_MASK, mii_cfg, port); in gswip_port_set_speed()