dytc_command
err = dytc_command(DYTC_CMD_GET, &output);
err = dytc_command(cmd, &dummy);
err = dytc_command(DYTC_CMD_GET, output);
err = dytc_command(DYTC_DISABLE_CQL, &dummy);
cmd_err = dytc_command(command, output);
err = dytc_command(DYTC_ENABLE_CQL, &dummy);
err = dytc_command(DYTC_SET_COMMAND(DYTC_FUNCTION_PSC, perfmode, 1), &output);
err = dytc_command(DYTC_CMD_MMC_GET, &output);
err = dytc_command(DYTC_CMD_GET, &output);
err = dytc_command(DYTC_CMD_QUERY, &output);
err = dytc_command(DYTC_CMD_FUNC_CAP, &dytc_capabilities);
err = dytc_command(DYTC_CMD_MMC_GET, &output);