Searched refs:BUSY_MASK (Results 1 – 3 of 3) sorted by relevance
368 } while ((done & BUSY_MASK) && wait--); in xgene_mii_phy_write()370 if (done & BUSY_MASK) { in xgene_mii_phy_write()392 } while ((done & BUSY_MASK) && wait--); in xgene_mii_phy_read()394 if (done & BUSY_MASK) { in xgene_mii_phy_read()
163 if (!(done & BUSY_MASK)) in xgene_mii_phy_write()182 if (!(done & BUSY_MASK)) { in xgene_mii_phy_read()
125 #define BUSY_MASK BIT(0) macro