Lines Matching defs:mii
250 struct sja1105_xmii_params_entry *mii;
271 mii = table->entries;
284 mii->xmii_mode[i] = XMII_MODE_MII;
286 mii->special[i] = true;
296 mii->xmii_mode[i] = XMII_MODE_MII;
305 mii->xmii_mode[i] = XMII_MODE_RMII;
314 mii->xmii_mode[i] = XMII_MODE_RGMII;
320 mii->xmii_mode[i] = XMII_MODE_SGMII;
321 mii->special[i] = true;
327 mii->xmii_mode[i] = XMII_MODE_SGMII;
328 mii->special[i] = true;
337 mii->phy_mac[i] = role;
1395 struct sja1105_xmii_params_entry *mii;
1425 mii = priv->static_config.tables[BLK_IDX_XMII_PARAMS].entries;
1426 if (mii->xmii_mode[port] == XMII_MODE_RGMII ||
1427 mii->xmii_mode[port] == XMII_MODE_SGMII)