Lines Matching defs:mmc_command
28 struct mmc_command { struct
29 u32 opcode;
30 u32 arg;
33 u32 resp[4];
34 unsigned int flags; /* expected response type */
91 unsigned int retries; /* max number of retries */
92 int error; /* command error */
108 unsigned int busy_timeout; /* busy detect timeout in ms */
109 struct mmc_data *data; /* data segment associated with cmd */
110 struct mmc_request *mrq; /* associated request */
112 struct uhs2_command *uhs2_cmd; /* UHS2 command */
115 bool has_ext_addr;
139 struct mmc_command *stop; /* stop command */ argument