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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsmsc911x.c84 * smsc911x_mac_read(), smsc911x_mac_write()
236 /* waits for MAC not busy, with timeout. Only called by smsc911x_mac_read
256 static u32 smsc911x_mac_read(struct smsc911x_data *pdata, unsigned int offset) function
325 if (unlikely(smsc911x_mac_read(pdata, MII_ACC) & MII_ACC_MII_BUSY_)) {
338 if (!(smsc911x_mac_read(pdata, MII_ACC) & MII_ACC_MII_BUSY_)) {
339 reg = smsc911x_mac_read(pdata, MII_DATA);
363 if (unlikely(smsc911x_mac_read(pdata, MII_ACC) & MII_ACC_MII_BUSY_)) {
380 if (!(smsc911x_mac_read(pdata, MII_ACC) & MII_ACC_MII_BUSY_)) {
725 mac_cr = smsc911x_mac_read(pdata, MAC_CR);
1077 mac_cr = smsc911x_mac_read(pdat
[all...]

Completed in 52 milliseconds