Searched refs:MII_ACC_MII_BUSY_ (Results 1 – 5 of 5) sorted by relevance
604 #define MII_ACC_MII_BUSY_ (0x00000001) macro849 } 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_ ); \
343 #define MII_ACC_MII_BUSY_ 0x00000001 macro
562 if (unlikely(smsc911x_mac_read(pdata, MII_ACC) & MII_ACC_MII_BUSY_)) { in smsc911x_mii_read()574 if (!(smsc911x_mac_read(pdata, MII_ACC) & MII_ACC_MII_BUSY_)) { in smsc911x_mii_read()599 if (unlikely(smsc911x_mac_read(pdata, MII_ACC) & MII_ACC_MII_BUSY_)) { in smsc911x_mii_write()615 if (!(smsc911x_mac_read(pdata, MII_ACC) & MII_ACC_MII_BUSY_)) { in smsc911x_mii_write()
611 #define MII_ACC_MII_BUSY_ (0x00000001) macro
393 if (!(val & MII_ACC_MII_BUSY_)) in lan78xx_phy_wait_not_busy()410 ret |= MII_ACC_MII_BUSY_; in mii_access()