Searched refs:SMI_CMD_BUSY (Results 1 – 2 of 2) sorted by relevance
21 #define SMI_CMD_BUSY BIT(15) macro23 #define SMI_CMD_OP_22_WRITE ((1 << 10) | SMI_CMD_BUSY | SMI_CMD_CLAUSE_22)24 #define SMI_CMD_OP_22_READ ((2 << 10) | SMI_CMD_BUSY | SMI_CMD_CLAUSE_22)25 #define SMI_CMD_OP_45_WRITE_ADDR ((0 << 10) | SMI_CMD_BUSY)26 #define SMI_CMD_OP_45_WRITE_DATA ((1 << 10) | SMI_CMD_BUSY)27 #define SMI_CMD_OP_45_READ_DATA ((2 << 10) | SMI_CMD_BUSY)28 #define SMI_CMD_OP_45_READ_DATA_INC ((3 << 10) | SMI_CMD_BUSY)
55 if ((ret & SMI_CMD_BUSY) == 0) in mv88e6xxx_reg_wait_ready()