Home | History | Annotate | Download | only in qe

Lines Matching refs:mdiodev

1402 	struct mii_dev *mdiodev = mdio_alloc();
1403 if (!mdiodev)
1405 strncpy(mdiodev->name, dev->name, MDIO_NAME_LEN);
1406 mdiodev->read = uec_miiphy_read;
1407 mdiodev->write = uec_miiphy_write;
1409 retval = mdio_register(mdiodev);