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

/drivers/net/ethernet/smsc/
H A Dsmc911x.h604 #define MII_ACC_MII_BUSY_ (0x00000001) macro
849 } while ( __v & MII_ACC_MII_BUSY_ ); \
851 MII_ACC_MII_BUSY_); \
854 } while ( __v & MII_ACC_MII_BUSY_ ); \
862 } while ( __v & MII_ACC_MII_BUSY_ ); \
865 MII_ACC_MII_BUSY_ | \
869 } while ( __v & MII_ACC_MII_BUSY_ ); \
H A Dsmsc911x.h343 #define MII_ACC_MII_BUSY_ 0x00000001 macro
H A Dsmsc911x.c558 if (unlikely(smsc911x_mac_read(pdata, MII_ACC) & MII_ACC_MII_BUSY_)) {
570 if (!(smsc911x_mac_read(pdata, MII_ACC) & MII_ACC_MII_BUSY_)) {
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_)) {

Completed in 319 milliseconds