Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/dsa/mv88e6xxx/
Dchip.h25 #define SMI_CMD_BUSY BIT(15) macro
27 #define SMI_CMD_OP_22_WRITE ((1 << 10) | SMI_CMD_BUSY | SMI_CMD_CLAUSE_22)
28 #define SMI_CMD_OP_22_READ ((2 << 10) | SMI_CMD_BUSY | SMI_CMD_CLAUSE_22)
29 #define SMI_CMD_OP_45_WRITE_ADDR ((0 << 10) | SMI_CMD_BUSY)
30 #define SMI_CMD_OP_45_WRITE_DATA ((1 << 10) | SMI_CMD_BUSY)
31 #define SMI_CMD_OP_45_READ_DATA ((2 << 10) | SMI_CMD_BUSY)
32 #define SMI_CMD_OP_45_READ_DATA_INC ((3 << 10) | SMI_CMD_BUSY)
Dchip.c126 if ((ret & SMI_CMD_BUSY) == 0) in mv88e6xxx_smi_multi_chip_wait()