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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsmc911x.h605 #define MII_ACC_MII_BUSY_ (0x00000001) macro
850 } while ( __v & MII_ACC_MII_BUSY_ ); \
852 MII_ACC_MII_BUSY_); \
855 } while ( __v & MII_ACC_MII_BUSY_ ); \
863 } while ( __v & MII_ACC_MII_BUSY_ ); \
866 MII_ACC_MII_BUSY_ | \
870 } while ( __v & MII_ACC_MII_BUSY_ ); \
H A Dsmsc911x.h348 #define MII_ACC_MII_BUSY_ 0x00000001 macro
H A Dsmsc911x.c325 if (unlikely(smsc911x_mac_read(pdata, MII_ACC) & MII_ACC_MII_BUSY_)) {
338 if (!(smsc911x_mac_read(pdata, MII_ACC) & MII_ACC_MII_BUSY_)) {
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_)) {

Completed in 166 milliseconds