Home
last modified time | relevance | path

Searched defs:mmcspi_command (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/mmc/
H A Dmmcspi.c158 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 */
[all …]