pgaddrbytes       326 drivers/mtd/nand/raw/nandsim.c 		uint pgaddrbytes;   /* bytes per page address */
pgaddrbytes       666 drivers/mtd/nand/raw/nandsim.c 			ns->geom.pgaddrbytes  = 3;
pgaddrbytes       669 drivers/mtd/nand/raw/nandsim.c 			ns->geom.pgaddrbytes  = 4;
pgaddrbytes       674 drivers/mtd/nand/raw/nandsim.c 			ns->geom.pgaddrbytes  = 4;
pgaddrbytes       677 drivers/mtd/nand/raw/nandsim.c 			ns->geom.pgaddrbytes  = 5;
pgaddrbytes       738 drivers/mtd/nand/raw/nandsim.c 	printk("page address bytes: %u\n",      ns->geom.pgaddrbytes);
pgaddrbytes      1133 drivers/mtd/nand/raw/nandsim.c 	if (ns->regs.count < (ns->geom.pgaddrbytes - ns->geom.secaddrbytes))
pgaddrbytes      1137 drivers/mtd/nand/raw/nandsim.c 						ns->geom.pgaddrbytes +
pgaddrbytes      1616 drivers/mtd/nand/raw/nandsim.c 				8 * (ns->geom.pgaddrbytes - ns->geom.secaddrbytes)) | ns->regs.column;
pgaddrbytes      1821 drivers/mtd/nand/raw/nandsim.c 				ns->regs.num = ns->geom.pgaddrbytes;
pgaddrbytes      1834 drivers/mtd/nand/raw/nandsim.c 				ns->regs.num = ns->geom.pgaddrbytes - ns->geom.secaddrbytes;
pgaddrbytes      1992 drivers/mtd/nand/raw/nandsim.c 					ns->regs.num = ns->geom.pgaddrbytes;