Searched refs:MII_ACC_MII_BUSY_ (Results 1 – 5 of 5) sorted by relevance
582 #define MII_ACC_MII_BUSY_ (0x00000001) macro827 } while ( __v & MII_ACC_MII_BUSY_ ); \829 MII_ACC_MII_BUSY_); \832 } while ( __v & MII_ACC_MII_BUSY_ ); \840 } while ( __v & MII_ACC_MII_BUSY_ ); \843 MII_ACC_MII_BUSY_ | \847 } while ( __v & MII_ACC_MII_BUSY_ ); \
350 #define MII_ACC_MII_BUSY_ 0x00000001 macro
564 if (unlikely(smsc911x_mac_read(pdata, MII_ACC) & MII_ACC_MII_BUSY_)) { in smsc911x_mii_read()576 if (!(smsc911x_mac_read(pdata, MII_ACC) & MII_ACC_MII_BUSY_)) { in smsc911x_mii_read()603 if (unlikely(smsc911x_mac_read(pdata, MII_ACC) & MII_ACC_MII_BUSY_)) { in smsc911x_mii_write()619 if (!(smsc911x_mac_read(pdata, MII_ACC) & MII_ACC_MII_BUSY_)) { in smsc911x_mii_write()
602 #define MII_ACC_MII_BUSY_ (0x00000001) macro
668 if (!(val & MII_ACC_MII_BUSY_)) in lan78xx_phy_wait_not_busy()685 ret |= MII_ACC_MII_BUSY_; in mii_access()