Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/dsa/sja1105/
Dsja1105_main.c188 mii->xmii_mode[i] = XMII_MODE_MII; in sja1105_init_mii_settings()
191 mii->xmii_mode[i] = XMII_MODE_RMII; in sja1105_init_mii_settings()
197 mii->xmii_mode[i] = XMII_MODE_RGMII; in sja1105_init_mii_settings()
202 mii->xmii_mode[i] = XMII_MODE_SGMII; in sja1105_init_mii_settings()
980 phy_mode = mii->xmii_mode[port]; in sja1105_adjust_port_config()
1001 phy_mode = mii->xmii_mode[port]; in sja1105_phy_mode_mismatch()
1099 if (mii->xmii_mode[port] == XMII_MODE_RGMII || in sja1105_phylink_validate()
1100 mii->xmii_mode[port] == XMII_MODE_SGMII) in sja1105_phylink_validate()
Dsja1105_static_config.h309 u64 xmii_mode[5]; member
Dsja1105_clocking.c689 phy_mode = mii->xmii_mode[port]; in sja1105_clocking_setup_port()
Dsja1105_static_config.c534 sja1105_packing(buf, &entry->xmii_mode[i], in sja1105_xmii_params_entry_packing()