Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/evbarm/stand/boot2440/
H A Ddev_sdmmc.h85 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 */
[all …]
/netbsd-src/sys/dev/sdmmc/
H A Dsdmmcvar.h92 struct sdmmc_command { global() struct
93 c_tasksdmmc_command global() argument
94 c_opcodesdmmc_command global() argument
95 c_argsdmmc_command global() argument
96 c_respsdmmc_command global() argument
97 c_dmamapsdmmc_command global() argument
98 c_dmasegsdmmc_command global() argument
99 c_dmaoffsdmmc_command global() argument
100 c_datasdmmc_command global() argument
101 c_datalensdmmc_command global() argument
102 c_blklensdmmc_command global() argument
103 c_flagssdmmc_command global() argument
150 c_errorsdmmc_command global() argument
153 c_residsdmmc_command global() argument
154 c_bufsdmmc_command global() argument