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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/storage/
H A Dalauda.h83 unsigned char blockshift; member in struct:alauda_media_info
H A Dsddr55.c60 int blockshift; /* log2 of blocksize */ member in struct:sddr55_card_info
61 int blockmask; /* 2^blockshift - 1 */
206 address = (pba << info->blockshift) + page;
379 address = (pba << info->blockshift) + page;
435 >> info->blockshift;
544 info->blockshift = 4;
575 info->blockshift = 5;
581 info->blockshift = 5;
587 info->blockshift = 5;
593 info->blockshift
[all...]
H A Dsddr09.c74 char blockshift; /* 1<<bs pages in an erase block */ member in struct:nand_flash_dev
219 int blockshift; /* log2 of blocksize */ member in struct:sddr09_card_info
220 int blockmask; /* 2^blockshift - 1 */
330 * [Here 512 = 1<<pageshift, 32 = 1<<blockshift, 64 is constant?]
596 lba = address >> info->blockshift;
598 maxlba = info->capacity >> (info->pageshift + info->blockshift);
653 address = ((pba << info->blockshift) + page) <<
681 end = info->capacity >> (info->blockshift + info->pageshift);
741 address = (pba << (info->pageshift + info->blockshift));
806 lba = address >> info->blockshift;
[all...]
H A Dalauda.c63 unsigned char blockshift; /* 1<<bs pages per block */ member in struct:alauda_card_info
178 + media_info->blockshift + media_info->pageshift;
321 MEDIA_INFO(us).blockshift = media_info->blockshift;
325 MEDIA_INFO(us).blocksize = 1 << media_info->blockshift;
332 + MEDIA_INFO(us).blockshift + MEDIA_INFO(us).pageshift);
802 unsigned int blockshift = MEDIA_INFO(us).blockshift; local
825 lba = address >> blockshift;
827 max_lba = MEDIA_INFO(us).capacity >> (blockshift
895 unsigned int blockshift = MEDIA_INFO(us).blockshift; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dsuper.c117 static unsigned long long ocfs2_max_file_offset(unsigned int blockshift);
320 static unsigned long long ocfs2_max_file_offset(unsigned int blockshift) argument
345 pagefactor = PAGE_CACHE_SIZE >> (PAGE_CACHE_SHIFT - blockshift);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_super.c90 unsigned int blockshift)
115 pagefactor = PAGE_CACHE_SIZE >> (PAGE_CACHE_SHIFT - blockshift);
89 xfs_max_file_offset( unsigned int blockshift) argument

Completed in 93 milliseconds