Searched defs:sddr09_card_info (Results 1 – 1 of 1) sorted by relevance
34 struct sddr09_card_info { struct35 unsigned long capacity; /* Size of card in bytes */36 int pagesize; /* Size of page in bytes */37 int pageshift; /* log2 of pagesize */38 int blocksize; /* Size of block in pages */39 int blockshift; /* log2 of blocksize */40 int blockmask; /* 2^blockshift - 1 */41 int *lba_to_pba; /* logical to physical map */42 int *pba_to_lba; /* physical to logical map */43 int lbact; /* number of available pages */[all …]