Home
last modified time | relevance | path

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

/include/linux/mmc/
Dcore.h117 struct mmc_data { struct
118 unsigned int timeout_ns; /* data timeout (in ns, max 80ms) */
119 unsigned int timeout_clks; /* data timeout (in clocks) */
120 unsigned int blksz; /* data block size */
121 unsigned int blocks; /* number of blocks */
122 unsigned int blk_addr; /* block address */
123 int error; /* data error */
124 unsigned int flags;
150 struct mmc_data *data; argument