page_sectors      623 drivers/mtd/nand/raw/sh_flctl.c 	int sector, page_sectors;
page_sectors      626 drivers/mtd/nand/raw/sh_flctl.c 	page_sectors = flctl->page_size ? 4 : 1;
page_sectors      633 drivers/mtd/nand/raw/sh_flctl.c 	writel(readl(FLCMDCR(flctl)) | page_sectors, FLCMDCR(flctl));
page_sectors      639 drivers/mtd/nand/raw/sh_flctl.c 	for (sector = 0; sector < page_sectors; sector++) {
page_sectors      672 drivers/mtd/nand/raw/sh_flctl.c 	int page_sectors = flctl->page_size ? 4 : 1;
page_sectors      680 drivers/mtd/nand/raw/sh_flctl.c 	for (i = 0; i < page_sectors; i++) {
page_sectors      694 drivers/mtd/nand/raw/sh_flctl.c 	int sector, page_sectors;
page_sectors      696 drivers/mtd/nand/raw/sh_flctl.c 	page_sectors = flctl->page_size ? 4 : 1;
page_sectors      703 drivers/mtd/nand/raw/sh_flctl.c 	writel(readl(FLCMDCR(flctl)) | page_sectors, FLCMDCR(flctl));
page_sectors      707 drivers/mtd/nand/raw/sh_flctl.c 	for (sector = 0; sector < page_sectors; sector++) {
page_sectors      720 drivers/mtd/nand/raw/sh_flctl.c 	int sector, page_sectors;
page_sectors      722 drivers/mtd/nand/raw/sh_flctl.c 	page_sectors = flctl->page_size ? 4 : 1;
page_sectors      727 drivers/mtd/nand/raw/sh_flctl.c 	for (sector = 0; sector < page_sectors; sector++) {