Searched defs:sddr09_card_info (Results 1 – 1 of 1) sorted by relevance
261 struct sddr09_card_info { struct262 unsigned long capacity; /* Size of card in bytes */263 int pagesize; /* Size of page in bytes */264 int pageshift; /* log2 of pagesize */265 int blocksize; /* Size of block in pages */266 int blockshift; /* log2 of blocksize */267 int blockmask; /* 2^blockshift - 1 */268 int *lba_to_pba; /* logical to physical map */269 int *pba_to_lba; /* physical to logical map */270 int lbact; /* number of available pages */[all …]