Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_main.c99 static int pch_gbe_mdio_read(struct net_device *netdev, int addr, int reg);
588 bmcr = pch_gbe_mdio_read(netdev, adapter->mii.phy_id, MII_BMCR); in pch_gbe_init_phy()
589 stat = pch_gbe_mdio_read(netdev, adapter->mii.phy_id, MII_BMSR); in pch_gbe_init_phy()
590 stat = pch_gbe_mdio_read(netdev, adapter->mii.phy_id, MII_BMSR); in pch_gbe_init_phy()
604 bmcr = pch_gbe_mdio_read(netdev, addr, MII_BMCR); in pch_gbe_init_phy()
614 adapter->mii.mdio_read = pch_gbe_mdio_read; in pch_gbe_init_phy()
629 static int pch_gbe_mdio_read(struct net_device *netdev, int addr, int reg) in pch_gbe_mdio_read() function