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