Home
last modified time | relevance | path

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

/openbmc/linux/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; in sds_wr()
566 } while (!(val & CFG_IND_CMD_DONE_MASK) && in sds_wr()
568 if (!(val & CFG_IND_CMD_DONE_MASK)) in sds_wr()
580 cmd = CFG_IND_RD_CMD_MASK | CFG_IND_CMD_DONE_MASK; in sds_rd()
586 } while (!(val & CFG_IND_CMD_DONE_MASK) && in sds_rd()
589 if (!(val & CFG_IND_CMD_DONE_MASK)) in sds_rd()