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

/linux-master/drivers/net/usb/
H A Dr8152.c1613 static inline int r8152_mdio_read(struct r8152 *tp, u32 reg_addr) function
1641 ret = r8152_mdio_read(tp, reg);
5479 anar = r8152_mdio_read(tp, MII_ADVERTISE);
5919 data = r8152_mdio_read(tp, MII_BMCR);
6327 orig = r8152_mdio_read(tp, MII_ADVERTISE);
6354 orig = r8152_mdio_read(tp, MII_CTRL1000);
6395 if ((r8152_mdio_read(tp, MII_BMCR) & BMCR_RESET) == 0)
7047 data = r8152_mdio_read(tp, MII_BMCR);
7109 data = r8152_mdio_read(tp, MII_BMCR);
7245 data = r8152_mdio_read(t
[all...]

Completed in 143 milliseconds