Searched refs:pcs_bus (Results 1 – 2 of 2) sorted by relevance
456 struct mii_bus *pcs_bus; in socfpga_dwmac_probe() local478 pcs_bus = devm_mdio_regmap_register(&pdev->dev, &mrc); in socfpga_dwmac_probe()479 if (IS_ERR(pcs_bus)) { in socfpga_dwmac_probe()480 ret = PTR_ERR(pcs_bus); in socfpga_dwmac_probe()484 stpriv->hw->lynx_pcs = lynx_pcs_create_mdiodev(pcs_bus, 0); in socfpga_dwmac_probe()
1144 struct mii_bus *pcs_bus; in altera_tse_probe() local1416 pcs_bus = devm_mdio_regmap_register(&pdev->dev, &mrc); in altera_tse_probe()1417 if (IS_ERR(pcs_bus)) { in altera_tse_probe()1418 ret = PTR_ERR(pcs_bus); in altera_tse_probe()1422 priv->pcs = lynx_pcs_create_mdiodev(pcs_bus, 0); in altera_tse_probe()