FSM_CMD_STOP
case FSM_CMD_STOP:
ret = t7xx_fsm_append_cmd(fsm_ctl, FSM_CMD_STOP, FSM_CMD_FLAG_WAIT_FOR_COMPLETION);
ret = t7xx_send_fsm_command(t7xx_dev, FSM_CMD_STOP);
ret = t7xx_send_fsm_command(t7xx_dev, FSM_CMD_STOP);
case FSM_CMD_STOP: