[go: nahoru, domu]

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

/drivers/net/ethernet/smsc/
H A Dsmsc911x.c106 * smsc911x_mac_read(), smsc911x_mac_write()
468 /* waits for MAC not busy, with timeout. Only called by smsc911x_mac_read
488 static u32 smsc911x_mac_read(struct smsc911x_data *pdata, unsigned int offset) function
558 if (unlikely(smsc911x_mac_read(pdata, MII_ACC) & MII_ACC_MII_BUSY_)) {
570 if (!(smsc911x_mac_read(pdata, MII_ACC) & MII_ACC_MII_BUSY_)) {
571 reg = smsc911x_mac_read(pdata, MII_DATA);
595 if (unlikely(smsc911x_mac_read(pdata, MII_ACC) & MII_ACC_MII_BUSY_)) {
611 if (!(smsc911x_mac_read(pdata, MII_ACC) & MII_ACC_MII_BUSY_)) {
958 mac_cr = smsc911x_mac_read(pdata, MAC_CR);
1305 mac_cr = smsc911x_mac_read(pdat
[all...]

Completed in 31 milliseconds