Searched refs:blockshift (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/usb/storage/
H A Dalauda.c94 unsigned char blockshift; member in struct:alauda_media_info
171 unsigned char blockshift; /* 1<<bs pages per block */ member in struct:alauda_card_info
287 + media_info->blockshift + media_info->pageshift;
428 MEDIA_INFO(us).blockshift = media_info->blockshift;
432 MEDIA_INFO(us).blocksize = 1 << media_info->blockshift;
439 + MEDIA_INFO(us).blockshift + MEDIA_INFO(us).pageshift);
919 unsigned int blockshift = MEDIA_INFO(us).blockshift; local
941 lba = address >> blockshift;
1013 unsigned int blockshift = MEDIA_INFO(us).blockshift; local
[all...]
H A Dsddr09.c111 char blockshift; /* 1<<bs pages in an erase block */ member in struct:nand_flash_dev
252 int blockshift; /* log2 of blocksize */ member in struct:sddr09_card_info
253 int blockmask; /* 2^blockshift - 1 */
383 * [Here 512 = 1<<pageshift, 32 = 1<<blockshift, 64 is constant?]
745 lba = address >> info->blockshift;
747 maxlba = info->capacity >> (info->pageshift + info->blockshift);
802 address = ((pba << info->blockshift) + page) <<
830 end = info->capacity >> (info->blockshift + info->pageshift);
891 address = (pba << (info->pageshift + info->blockshift));
972 lba = address >> info->blockshift;
[all...]
H A Dsddr55.c92 int blockshift; /* log2 of blocksize */ member in struct:sddr55_card_info
93 int blockmask; /* 2^blockshift - 1 */
239 address = (pba << info->blockshift) + page;
414 address = (pba << info->blockshift) + page;
470 >> info->blockshift;
579 info->blockshift = 4;
611 info->blockshift = 5;
617 info->blockshift = 5;
623 info->blockshift = 5;
629 info->blockshift
[all...]

Completed in 87 milliseconds