Searched defs:goldfish_mmc_do_command (Results 1 - 1 of 1) sorted by path

/external/qemu/hw/android/goldfish/
H A Dmmc.c232 static void goldfish_mmc_do_command(struct goldfish_mmc_state *s, uint32_t cmd, uint32_t arg) function
237 // fprintf(stderr, "goldfish_mmc_do_command opcode: %s (0x%04X), arg: %d\n", get_command_name(opcode), cmd, arg);
497 goldfish_mmc_do_command(s, val, s->arg);

Completed in 164 milliseconds