Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/phy/
A Dphy-xgene.c108 #define CFG_IND_CMD_DONE_MASK 0x00000004 macro
557 cmd = CFG_IND_WR_CMD_MASK | CFG_IND_CMD_DONE_MASK; in sds_wr()
565 } while (!(val & CFG_IND_CMD_DONE_MASK) && in sds_wr()
567 if (!(val & CFG_IND_CMD_DONE_MASK)) in sds_wr()
579 cmd = CFG_IND_RD_CMD_MASK | CFG_IND_CMD_DONE_MASK; in sds_rd()
585 } while (!(val & CFG_IND_CMD_DONE_MASK) && in sds_rd()
588 if (!(val & CFG_IND_CMD_DONE_MASK)) in sds_rd()

Completed in 8 milliseconds