Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/dsa/sja1105/
H A Dsja1105_main.c190 mii->xmii_mode[i] = XMII_MODE_MII; in sja1105_init_mii_settings()
193 mii->xmii_mode[i] = XMII_MODE_RMII; in sja1105_init_mii_settings()
199 mii->xmii_mode[i] = XMII_MODE_RGMII; in sja1105_init_mii_settings()
204 mii->xmii_mode[i] = XMII_MODE_SGMII; in sja1105_init_mii_settings()
986 phy_mode = mii->xmii_mode[port]; in sja1105_adjust_port_config()
1007 phy_mode = mii->xmii_mode[port]; in sja1105_phy_mode_mismatch()
1105 if (mii->xmii_mode[port] == XMII_MODE_RGMII || in sja1105_phylink_validate()
1106 mii->xmii_mode[port] == XMII_MODE_SGMII) in sja1105_phylink_validate()
H A Dsja1105_static_config.h309 u64 xmii_mode[5]; member
H A Dsja1105_clocking.c689 phy_mode = mii->xmii_mode[port]; in sja1105_clocking_setup_port()
H A Dsja1105_static_config.c534 sja1105_packing(buf, &entry->xmii_mode[i], in sja1105_xmii_params_entry_packing()