Searched defs:sdmmc_command (Results 1 – 1 of 1) sorted by relevance
79 struct sdmmc_command { struct80 struct sdmmc_task c_task; /* task queue entry */82 u_int32_t c_arg; /* SD/MMC command argument */83 sdmmc_response c_resp; /* response buffer */84 bus_dmamap_t c_dmamap;86 int c_datalen; /* length of data buffer */87 int c_blklen; /* block length */88 int c_flags; /* see below */112 int c_error; /* errno value on completion */115 int c_resid; /* remaining I/O */[all …]