CMD_LRESET
#define CMD_LRESET (1<<7) /* partial reset (no ports, etc) */
#define CMD_LRESET BIT(7)
CMD_LRESET, CMD_RESET, CMD_RUN,