Searched defs:sddr09_card_info (Results 1 – 1 of 1) sorted by relevance
247 struct sddr09_card_info { struct248 unsigned long capacity; /* Size of card in bytes */249 int pagesize; /* Size of page in bytes */250 int pageshift; /* log2 of pagesize */251 int blocksize; /* Size of block in pages */252 int blockshift; /* log2 of blocksize */253 int blockmask; /* 2^blockshift - 1 */254 int *lba_to_pba; /* logical to physical map */255 int *pba_to_lba; /* physical to logical map */256 int lbact; /* number of available pages */[all …]