Lines Matching defs:mmcspi_command
158 struct mmcspi_command { struct
159 struct mmc_command *mmc_cmd; /* command passed from mmc layer */
160 uint32_t opcode; /* possibly translated opcode */
161 uint32_t arg; /* possibly translated arg */
162 uint32_t flags; /* possibly translated flags */
163 uint32_t retries; /* possibly translated retry count */
164 struct mmc_data *data; /* possibly redirected data segment */
165 unsigned int error_mask; /* R1 errors check mask */
166 unsigned char use_crc; /* do crc checking for this command */
167 unsigned char rsp_type; /* SPI response type of this command */
173 unsigned char rsp_len; /* response len of this command */
174 unsigned char mmc_rsp_type; /* MMC reponse type to translate to */
182 struct mmc_data ldata; /* local read data */