Lines Matching refs:soc_data
50 const struct phy_gmii_sel_soc_data *soc_data;
61 const struct phy_gmii_sel_soc_data *soc_data = if_phy->priv->soc_data;
110 if (soc_data->features & BIT(PHY_GMII_SEL_RGMII_ID_MODE) &&
118 if (soc_data->features & BIT(PHY_GMII_SEL_RMII_IO_CLK_EN) &&
231 if (priv->soc_data->features & BIT(PHY_GMII_SEL_RMII_IO_CLK_EN) &&
240 if (priv->soc_data->features & BIT(PHY_GMII_SEL_RMII_IO_CLK_EN))
251 const struct phy_gmii_sel_soc_data *soc_data = priv->soc_data;
261 fields = soc_data->regfields[port - 1];
274 if (soc_data->features & BIT(PHY_GMII_SEL_RGMII_ID_MODE)) {
287 if (soc_data->features & BIT(PHY_GMII_SEL_RMII_IO_CLK_EN)) {
313 const struct phy_gmii_sel_soc_data *soc_data = priv->soc_data;
318 if (soc_data->use_of_data) {
364 priv->soc_data = of_id->data;
365 priv->num_ports = priv->soc_data->num_ports;