Lines Matching refs:smallpageshift
90 int smallpageshift; /* 1 if pagesize == 256 */
210 info->smallpageshift) * PAGESIZE;
227 pages = min((unsigned int) sectors << info->smallpageshift,
248 command[6] = LSB_of(pages << (1 - info->smallpageshift));
295 sectors -= pages >> info->smallpageshift;
337 info->smallpageshift) * PAGESIZE;
354 pages = min((unsigned int) sectors << info->smallpageshift,
424 command[4] |= LSB_of(pages >> info->smallpageshift);
503 sectors -= pages >> info->smallpageshift;
577 info->smallpageshift = 0;
588 info->smallpageshift = 1;
594 info->smallpageshift = 1;
930 page <<= info->smallpageshift;