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

/linux-master/drivers/net/usb/
H A Dpegasus.c212 static int read_mii_word(pegasus_t *pegasus, __u8 phy, __u8 indx, __u16 *regd) function
229 ret = read_mii_word(pegasus, phy_id, loc, &res);
402 ret = read_mii_word(pegasus, 3, 0x1b, &auxmode);
422 ret = read_mii_word(pegasus, pegasus->phy, MII_LPA, &linkpart);
442 ret = read_mii_word(pegasus, 0, 0x1b, &auxmode);
780 if (read_mii_word(pegasus, pegasus->phy, MII_BMSR, &tmp))
1016 res = read_mii_word(pegasus, data[0], data[1] & 0x1f, &data[3]);
1054 ret = read_mii_word(pegasus, i, MII_BMSR, &tmp);
H A Drtl8150.c210 static int read_mii_word(rtl8150_t * dev, u8 phy, __u8 indx, u16 * reg) function
837 read_mii_word(dev, dev->phy, (data[1] & 0x1f), &data[3]);
H A Dr8152.c1630 static int read_mii_word(struct net_device *netdev, int phy_id, int reg) function
9886 tp->mii.mdio_read = read_mii_word;

Completed in 156 milliseconds