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