Searched refs:SMI_CMD_BUSY (Results 1 – 2 of 2) sorted by relevance
15 #define SMI_CMD_BUSY BIT(15) macro17 #define SMI_CMD_OP_22_WRITE ((1 << 10) | SMI_CMD_BUSY | SMI_CMD_CLAUSE_22)18 #define SMI_CMD_OP_22_READ ((2 << 10) | SMI_CMD_BUSY | SMI_CMD_CLAUSE_22)19 #define SMI_CMD_OP_45_WRITE_ADDR ((0 << 10) | SMI_CMD_BUSY)20 #define SMI_CMD_OP_45_WRITE_DATA ((1 << 10) | SMI_CMD_BUSY)21 #define SMI_CMD_OP_45_READ_DATA ((2 << 10) | SMI_CMD_BUSY)22 #define SMI_CMD_OP_45_READ_DATA_INC ((3 << 10) | SMI_CMD_BUSY)
40 if ((ret & SMI_CMD_BUSY) == 0) in mv88e6xxx_reg_wait_ready()