Lines Matching defs:sdmmc_command
85 struct sdmmc_command { struct
86 uint16_t c_opcode; /* SD or MMC command index */
87 uint32_t c_arg; /* SD/MMC command argument */
88 sdmmc_response c_resp; /* response buffer */
90 void *c_data; /* buffer to send or read into */
91 int c_datalen; /* length of data buffer */
92 int c_blklen; /* block length */
93 int c_flags; /* see below */
131 int c_error; /* errno value on completion */
134 int c_resid; /* remaining I/O */
135 u_char *c_buf; /* remaining data */