Home
last modified time | relevance | path

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

/include/linux/mmc/
Dcore.h101 struct mmc_data { struct
102 unsigned int timeout_ns; /* data timeout (in ns, max 80ms) */
103 unsigned int timeout_clks; /* data timeout (in clocks) */
104 unsigned int blksz; /* data block size */
105 unsigned int blocks; /* number of blocks */
106 unsigned int blk_addr; /* block address */
107 int error; /* data error */
108 unsigned int flags;
134 struct mmc_data *data; argument