Home
last modified time | relevance | path

Searched refs:smi_bus (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/marvell/
H A Dpxa168_eth.c238 struct mii_bus *smi_bus; member
968 phy = mdiobus_scan_c22(pep->smi_bus, pep->phy_addr); in pxa168_init_phy()
1492 pep->smi_bus = mdiobus_alloc(); in pxa168_eth_probe()
1493 if (!pep->smi_bus) { in pxa168_eth_probe()
1497 pep->smi_bus->priv = pep; in pxa168_eth_probe()
1498 pep->smi_bus->name = "pxa168_eth smi"; in pxa168_eth_probe()
1499 pep->smi_bus->read = pxa168_smi_read; in pxa168_eth_probe()
1500 pep->smi_bus->write = pxa168_smi_write; in pxa168_eth_probe()
1501 snprintf(pep->smi_bus->id, MII_BUS_ID_SIZE, "%s-%d", in pxa168_eth_probe()
1503 pep->smi_bus->parent = &pdev->dev; in pxa168_eth_probe()
[all …]