Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/marvell/
Dpxa168_eth.c249 struct mii_bus *smi_bus; member
981 pep->phy = mdiobus_scan(pep->smi_bus, pep->phy_addr); in pxa168_init_phy()
1527 pep->smi_bus = mdiobus_alloc(); in pxa168_eth_probe()
1528 if (pep->smi_bus == NULL) { in pxa168_eth_probe()
1532 pep->smi_bus->priv = pep; in pxa168_eth_probe()
1533 pep->smi_bus->name = "pxa168_eth smi"; in pxa168_eth_probe()
1534 pep->smi_bus->read = pxa168_smi_read; in pxa168_eth_probe()
1535 pep->smi_bus->write = pxa168_smi_write; in pxa168_eth_probe()
1536 snprintf(pep->smi_bus->id, MII_BUS_ID_SIZE, "%s-%d", in pxa168_eth_probe()
1538 pep->smi_bus->parent = &pdev->dev; in pxa168_eth_probe()
[all …]