Home
last modified time | relevance | path

Searched refs:BUSY_MASK (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/apm/xgene/
Dxgene_enet_hw.c368 } 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()
Dxgene_enet_sgmac.c163 if (!(done & BUSY_MASK)) in xgene_mii_phy_write()
182 if (!(done & BUSY_MASK)) { in xgene_mii_phy_read()
Dxgene_enet_hw.h125 #define BUSY_MASK BIT(0) macro