Searched refs:SMI_CMD_BUSY (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/dsa/
H A Dmv88e6xxx.h15 #define SMI_CMD_BUSY BIT(15) macro
17 #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)
H A Dmv88e6xxx.c40 if ((ret & SMI_CMD_BUSY) == 0) mv88e6xxx_reg_wait_ready()

Completed in 71 milliseconds