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