Searched defs:mmc_command (Results 1 – 1 of 1) sorted by relevance
19 struct mmc_command { struct20 u32 opcode;21 u32 arg;22 u32 resp[4];23 unsigned int flags; /* expected response type */54 unsigned int retries; /* max number of retries */55 unsigned int error; /* command error */84 struct mmc_command *stop; /* stop command */ argument