Lines Matching defs:data
56 const struct uniphier_pciephy_soc_data *data;
65 u32 data)
68 writel(data, priv->base + PCL_PHY_TEST_I);
78 /* read previous data */
93 /* read current data as dummy */
148 if (priv->data->is_legacy)
178 if (!priv->data->is_legacy)
206 priv->data = of_device_get_match_data(dev);
207 if (WARN_ON(!priv->data))
216 if (priv->data->is_legacy) {
249 if (!IS_ERR(regmap) && priv->data->set_phymode)
250 priv->data->set_phymode(regmap);
280 .data = &uniphier_pro5_data,
284 .data = &uniphier_ld20_data,
288 .data = &uniphier_pxs3_data,