Searched refs:SMART_CMD_DELAY (Results 1 – 2 of 2) sorted by relevance
173 #define SMART_CMD_DELAY (0x6 << 9) macro174 #define SMART_DELAY(ms) (SMART_CMD_DELAY | ((ms) & 0xff))
1211 if ((*cmds & 0xff00) == SMART_CMD_DELAY) { in pxafb_smart_queue()