Lines Matching defs:mmc_command
29 struct mmc_command { struct
30 u32 opcode;
31 u32 arg;
35 u32 resp[4];
36 unsigned int flags; /* expected response type */
95 unsigned int retries; /* max number of retries */
96 int error; /* command error */
112 unsigned int busy_timeout; /* busy detect timeout in ms */
114 bool sanitize_busy;
116 struct mmc_data *data; /* data segment associated with cmd */
140 struct mmc_command *stop; /* stop command */ argument