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

/linux-4.4.14/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.c562 if (unlikely(smsc911x_mac_read(pdata, MII_ACC) & MII_ACC_MII_BUSY_)) { smsc911x_mii_read()
574 if (!(smsc911x_mac_read(pdata, MII_ACC) & MII_ACC_MII_BUSY_)) { smsc911x_mii_read()
599 if (unlikely(smsc911x_mac_read(pdata, MII_ACC) & MII_ACC_MII_BUSY_)) { smsc911x_mii_write()
615 if (!(smsc911x_mac_read(pdata, MII_ACC) & MII_ACC_MII_BUSY_)) { smsc911x_mii_write()
/linux-4.4.14/drivers/net/usb/
H A Dlan78xx.h611 #define MII_ACC_MII_BUSY_ (0x00000001) macro
H A Dlan78xx.c393 if (!(val & MII_ACC_MII_BUSY_)) lan78xx_phy_wait_not_busy()
410 ret |= MII_ACC_MII_BUSY_; mii_access()

Completed in 101 milliseconds