Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/phy/
Dphy-xgene.c120 #define CFG_IND_CMD_DONE_MASK 0x00000004 macro
569 cmd = CFG_IND_WR_CMD_MASK | CFG_IND_CMD_DONE_MASK; in sds_wr()
577 } while (!(val & CFG_IND_CMD_DONE_MASK) && in sds_wr()
579 if (!(val & CFG_IND_CMD_DONE_MASK)) in sds_wr()
591 cmd = CFG_IND_RD_CMD_MASK | CFG_IND_CMD_DONE_MASK; in sds_rd()
597 } while (!(val & CFG_IND_CMD_DONE_MASK) && in sds_rd()
600 if (!(val & CFG_IND_CMD_DONE_MASK)) in sds_rd()