Searched refs:MII_ACC_MII_BUSY_ (Results 1 – 5 of 5) sorted by relevance
593 #define MII_ACC_MII_BUSY_ (0x00000001) macro838 } while ( __v & MII_ACC_MII_BUSY_ ); \840 MII_ACC_MII_BUSY_); \843 } while ( __v & MII_ACC_MII_BUSY_ ); \851 } while ( __v & MII_ACC_MII_BUSY_ ); \854 MII_ACC_MII_BUSY_ | \858 } while ( __v & MII_ACC_MII_BUSY_ ); \
362 #define MII_ACC_MII_BUSY_ 0x00000001 macro
576 if (unlikely(smsc911x_mac_read(pdata, MII_ACC) & MII_ACC_MII_BUSY_)) { in smsc911x_mii_read()588 if (!(smsc911x_mac_read(pdata, MII_ACC) & MII_ACC_MII_BUSY_)) { in smsc911x_mii_read()613 if (unlikely(smsc911x_mac_read(pdata, MII_ACC) & MII_ACC_MII_BUSY_)) { in smsc911x_mii_write()629 if (!(smsc911x_mac_read(pdata, MII_ACC) & MII_ACC_MII_BUSY_)) { in smsc911x_mii_write()
614 #define MII_ACC_MII_BUSY_ (0x00000001) macro
632 if (!(val & MII_ACC_MII_BUSY_)) in lan78xx_phy_wait_not_busy()649 ret |= MII_ACC_MII_BUSY_; in mii_access()