Searched refs:BUSY_MASK (Results 1 – 3 of 3) sorted by relevance
386 } while ((done & BUSY_MASK) && wait--); in xgene_mii_phy_write()388 if (done & BUSY_MASK) { in xgene_mii_phy_write()410 } while ((done & BUSY_MASK) && wait--); in xgene_mii_phy_read()412 if (done & BUSY_MASK) { in xgene_mii_phy_read()
173 if (!(done & BUSY_MASK)) in xgene_mii_phy_write()192 if (!(done & BUSY_MASK)) { in xgene_mii_phy_read()
126 #define BUSY_MASK BIT(0) macro