Searched refs:emac_mdio_read (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ddavinci_emac.c551 #define emac_mdio_read(reg) ioread32(bus->priv + (reg)) macro
2355 while ((emac_mdio_read((MDIO_USERACCESS(0))) &\
2376 return emac_mdio_read(MDIO_USERACCESS(0)) & MDIO_USERACCESS_DATA;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ibm_newemac/
H A Dcore.c879 static int emac_mdio_read(struct net_device *ndev, int id, int reg) function
2189 data->val_out = emac_mdio_read(ndev, dev->phy.address,
2367 dev->phy.mdio_read = emac_mdio_read;
2402 r = emac_mdio_read(dev->ndev, i, MII_BMCR);

Completed in 115 milliseconds