Searched defs:sdmmc_command (Results 1 – 1 of 1) sorted by relevance
70 struct sdmmc_command { struct71 struct sdmmc_task c_task; /* task queue entry */72 u_int16_t c_opcode; /* SD or MMC command index */73 u_int32_t c_arg; /* SD/MMC command argument */74 sdmmc_response c_resp; /* response buffer */75 void *c_data; /* buffer to send or read into */76 int c_datalen; /* length of data buffer */77 int c_blklen; /* block length */78 int c_flags; /* see below */102 int c_error; /* errno value on completion */[all …]