Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_main.c115 static int pch_gbe_mdio_read(struct net_device *netdev, int addr, int reg);
626 bmcr = pch_gbe_mdio_read(netdev, adapter->mii.phy_id, MII_BMCR); in pch_gbe_init_phy()
627 stat = pch_gbe_mdio_read(netdev, adapter->mii.phy_id, MII_BMSR); in pch_gbe_init_phy()
628 stat = pch_gbe_mdio_read(netdev, adapter->mii.phy_id, MII_BMSR); in pch_gbe_init_phy()
642 bmcr = pch_gbe_mdio_read(netdev, addr, MII_BMCR); in pch_gbe_init_phy()
652 adapter->mii.mdio_read = pch_gbe_mdio_read; in pch_gbe_init_phy()
667 static int pch_gbe_mdio_read(struct net_device *netdev, int addr, int reg) in pch_gbe_mdio_read() function