Searched defs:mmc_command (Results 1 – 1 of 1) sorted by relevance
18 struct mmc_command { struct19 u32 opcode;20 u32 arg;21 u32 resp[4];22 unsigned int flags; /* expected response type */78 unsigned int retries; /* max number of retries */79 unsigned int error; /* command error */115 struct mmc_command *stop; /* stop command */ argument