smallpagenand     258 drivers/mtd/sm_ftl.c 	ops.mode = ftl->smallpagenand ? MTD_OPS_RAW : MTD_OPS_PLACE_OOB;
smallpagenand     309 drivers/mtd/sm_ftl.c 		(ftl->smallpagenand && sm_correct_sector(buffer, oob))) {
smallpagenand     338 drivers/mtd/sm_ftl.c 	ops.mode = ftl->smallpagenand ? MTD_OPS_RAW : MTD_OPS_PLACE_OOB;
smallpagenand     396 drivers/mtd/sm_ftl.c 		if (ftl->smallpagenand) {
smallpagenand     566 drivers/mtd/sm_ftl.c 	ftl->smallpagenand = 0;
smallpagenand     574 drivers/mtd/sm_ftl.c 		ftl->smallpagenand = 1;
smallpagenand     583 drivers/mtd/sm_ftl.c 			ftl->smallpagenand = 1;
smallpagenand     624 drivers/mtd/sm_ftl.c 	if (ftl->smallpagenand && mtd->oobsize < SM_SMALL_OOB_SIZE)
smallpagenand     627 drivers/mtd/sm_ftl.c 	if (!ftl->smallpagenand && mtd->oobsize < SM_OOB_SIZE)
smallpagenand      36 drivers/mtd/sm_ftl.h 	int smallpagenand;		/* 256 bytes/page nand */