Lines Matching defs:mmc_opcode
7912 int32_t mmc_opcode = 0, mmc_arg = 0;
7964 mmc_opcode = strtol(optarg, NULL, 0);
7965 if (mmc_opcode < 0) {
7967 mmc_opcode);
8013 switch (mmc_opcode) {
8191 printf("CMD %d arg %d flags %02x\n", mmc_opcode, mmc_arg, mmc_flags);
8207 /*mmc_opcode*/ mmc_opcode,
8235 switch (mmc_opcode) {
8249 printf("No command-specific decoder for CMD %d\n", mmc_opcode);
10061 " camcontrol mmcsdcmd [dev_id] [[-c mmc_opcode] [-a mmc_arg]\n"