Searched defs:mmc_command (Results 1 – 1 of 1) sorted by relevance
23 struct mmc_command { struct24 u32 opcode;25 u32 arg;26 u32 resp[4];27 unsigned int flags;50 unsigned int retries;51 unsigned int error;80 struct mmc_command *stop; argument