SM_SECTOR_SIZE 896 drivers/mtd/nand/raw/r852.c dev->tmp_buffer = kzalloc(SM_SECTOR_SIZE, GFP_KERNEL); SM_SECTOR_SIZE 171 drivers/mtd/nand/raw/sm_common.c if (mtd->writesize == SM_SECTOR_SIZE) SM_SECTOR_SIZE 194 drivers/mtd/sm_ftl.c WARN_ON(boffset & (SM_SECTOR_SIZE - 1)); SM_SECTOR_SIZE 250 drivers/mtd/sm_ftl.c memset(buffer, 0xFF, SM_SECTOR_SIZE); SM_SECTOR_SIZE 262 drivers/mtd/sm_ftl.c ops.len = SM_SECTOR_SIZE; SM_SECTOR_SIZE 295 drivers/mtd/sm_ftl.c WARN_ON(buffer && ops.retlen != SM_SECTOR_SIZE); SM_SECTOR_SIZE 339 drivers/mtd/sm_ftl.c ops.len = SM_SECTOR_SIZE; SM_SECTOR_SIZE 359 drivers/mtd/sm_ftl.c WARN_ON(buffer && ops.retlen != SM_SECTOR_SIZE); SM_SECTOR_SIZE 383 drivers/mtd/sm_ftl.c boffset += SM_SECTOR_SIZE) { SM_SECTOR_SIZE 387 drivers/mtd/sm_ftl.c if (test_bit(boffset / SM_SECTOR_SIZE, &invalid_bitmap)) { SM_SECTOR_SIZE 391 drivers/mtd/sm_ftl.c boffset / SM_SECTOR_SIZE, lba, zone); SM_SECTOR_SIZE 451 drivers/mtd/sm_ftl.c for (boffset = 0; boffset < ftl->block_size; boffset += SM_SECTOR_SIZE) SM_SECTOR_SIZE 509 drivers/mtd/sm_ftl.c boffset += SM_SECTOR_SIZE) { SM_SECTOR_SIZE 573 drivers/mtd/sm_ftl.c ftl->block_size = 8 * SM_SECTOR_SIZE; SM_SECTOR_SIZE 582 drivers/mtd/sm_ftl.c ftl->block_size = 8 * SM_SECTOR_SIZE; SM_SECTOR_SIZE 592 drivers/mtd/sm_ftl.c ftl->block_size = 16 * SM_SECTOR_SIZE; SM_SECTOR_SIZE 599 drivers/mtd/sm_ftl.c ftl->block_size = 16 * SM_SECTOR_SIZE; SM_SECTOR_SIZE 605 drivers/mtd/sm_ftl.c ftl->block_size = 16 * SM_SECTOR_SIZE; SM_SECTOR_SIZE 614 drivers/mtd/sm_ftl.c ftl->block_size = 32 * SM_SECTOR_SIZE; SM_SECTOR_SIZE 621 drivers/mtd/sm_ftl.c if (mtd->writesize > SM_SECTOR_SIZE) SM_SECTOR_SIZE 696 drivers/mtd/sm_ftl.c boffset += SM_SECTOR_SIZE) { SM_SECTOR_SIZE 900 drivers/mtd/sm_ftl.c memcpy(ftl->cache_data + boffset, buffer, SM_SECTOR_SIZE); SM_SECTOR_SIZE 901 drivers/mtd/sm_ftl.c clear_bit(boffset / SM_SECTOR_SIZE, &ftl->cache_data_invalid_bitmap); SM_SECTOR_SIZE 908 drivers/mtd/sm_ftl.c if (test_bit(boffset / SM_SECTOR_SIZE, SM_SECTOR_SIZE 912 drivers/mtd/sm_ftl.c memcpy(buffer, ftl->cache_data + boffset, SM_SECTOR_SIZE); SM_SECTOR_SIZE 939 drivers/mtd/sm_ftl.c ftl->block_size / SM_SECTOR_SIZE) { SM_SECTOR_SIZE 942 drivers/mtd/sm_ftl.c zone_num, block_num, sector_num * SM_SECTOR_SIZE, SM_SECTOR_SIZE 943 drivers/mtd/sm_ftl.c ftl->cache_data + sector_num * SM_SECTOR_SIZE, NULL)) SM_SECTOR_SIZE 1028 drivers/mtd/sm_ftl.c memset(buf, 0xFF, SM_SECTOR_SIZE); SM_SECTOR_SIZE 1141 drivers/mtd/sm_ftl.c ftl->cis_buffer = kzalloc(SM_SECTOR_SIZE, GFP_KERNEL); SM_SECTOR_SIZE 1244 drivers/mtd/sm_ftl.c .blksize = SM_SECTOR_SIZE,