Searched refs:smsc911x_mac_read (Results 1 – 1 of 1) sorted by relevance
97 * smsc911x_mac_read(), smsc911x_mac_write()472 /* waits for MAC not busy, with timeout. Only called by smsc911x_mac_read492 static u32 smsc911x_mac_read(struct smsc911x_data *pdata, unsigned int offset) in smsc911x_mac_read() function 563 if (unlikely(smsc911x_mac_read(pdata, MII_ACC) & MII_ACC_MII_BUSY_)) { in smsc911x_mii_read() 575 if (!(smsc911x_mac_read(pdata, MII_ACC) & MII_ACC_MII_BUSY_)) { in smsc911x_mii_read() 576 reg = smsc911x_mac_read(pdata, MII_DATA); in smsc911x_mii_read() 602 if (unlikely(smsc911x_mac_read(pdata, MII_ACC) & MII_ACC_MII_BUSY_)) { in smsc911x_mii_write() 618 if (!(smsc911x_mac_read(pdata, MII_ACC) & MII_ACC_MII_BUSY_)) { in smsc911x_mii_write() 962 mac_cr = smsc911x_mac_read(pdata, MAC_CR); in smsc911x_phy_adjust_link() 1301 mac_cr = smsc911x_mac_read(pdat in smsc911x_rx_multicast_update() [all...]