Searched refs:CFG_IND_CMD_DONE_MASK (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/phy/
H A Dphy-xgene.c109 #define CFG_IND_CMD_DONE_MASK 0x00000004 macro
558 cmd = CFG_IND_WR_CMD_MASK | CFG_IND_CMD_DONE_MASK;
566 } while (!(val & CFG_IND_CMD_DONE_MASK) &&
568 if (!(val & CFG_IND_CMD_DONE_MASK))
580 cmd = CFG_IND_RD_CMD_MASK | CFG_IND_CMD_DONE_MASK;
586 } while (!(val & CFG_IND_CMD_DONE_MASK) &&
589 if (!(val & CFG_IND_CMD_DONE_MASK))

Completed in 196 milliseconds