Searched refs:smi_bus (Results 1 – 1 of 1) sorted by relevance
238 struct mii_bus *smi_bus; member1495 pep->smi_bus = mdiobus_alloc(); in pxa168_eth_probe()1496 if (!pep->smi_bus) { in pxa168_eth_probe()1500 pep->smi_bus->priv = pep; in pxa168_eth_probe()1502 pep->smi_bus->read = pxa168_smi_read; in pxa168_eth_probe()1506 pep->smi_bus->parent = &pdev->dev; in pxa168_eth_probe()1507 pep->smi_bus->phy_mask = 0xffffffff; in pxa168_eth_probe()1521 mdiobus_unregister(pep->smi_bus); in pxa168_eth_probe()1523 mdiobus_free(pep->smi_bus); in pxa168_eth_probe()1546 mdiobus_unregister(pep->smi_bus); in pxa168_eth_remove()[all …]