netsec_phy_read   465 drivers/net/ethernet/socionext/netsec.c static int netsec_phy_read(struct mii_bus *bus, int phy_addr, int reg_addr);
netsec_phy_read   493 drivers/net/ethernet/socionext/netsec.c 	netsec_phy_read(bus, phy_addr, MII_PHYSID1);
netsec_phy_read  1696 drivers/net/ethernet/socionext/netsec.c 	data = netsec_phy_read(priv->mii_bus, priv->phy_addr, MII_BMCR) |
netsec_phy_read  1897 drivers/net/ethernet/socionext/netsec.c 	bus->read = netsec_phy_read;