Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/apm/xgene/
Dxgene_enet_hw.c386 } 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()
Dxgene_enet_sgmac.c173 if (!(done & BUSY_MASK)) in xgene_mii_phy_write()
192 if (!(done & BUSY_MASK)) { in xgene_mii_phy_read()
Dxgene_enet_hw.h126 #define BUSY_MASK BIT(0) macro