Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/sdmmc/
H A Dsdmmcvar.h143 struct sdmmc_function { struct
151 SIMPLEQ_ENTRY(sdmmc_function) sf_list; argument
153 int number; /* I/O function number or -1 */
154 struct device *child; /* function driver */
155 struct sdmmc_cis cis; /* decoded CIS */
156 unsigned int cur_blklen; /* current block length */
158 struct sdmmc_csd csd; /* decoded CSD value */
159 struct sdmmc_cid cid; /* decoded CID value */
160 sdmmc_response raw_cid; /* temp. storage for decoding */
161 struct sdmmc_scr scr; /* decoded SCR value */