Searched refs:oobsz (Results 1 – 1 of 1) sorted by relevance
329 uint oobsz; /* page OOB area size, bytes */ member665 ns->geom.oobsz = mtd->oobsize; in init_nandsim()667 ns->geom.pgszoob = ns->geom.pgsz + ns->geom.oobsz; in init_nandsim()669 ns->geom.totszoob = ns->geom.totsz + (uint64_t)ns->geom.pgnum * ns->geom.oobsz; in init_nandsim()673 ns->geom.secszoob = ns->geom.secsz + ns->geom.oobsz * ns->geom.pgsec; in init_nandsim()753 printk("OOB area size: %u bytes\n", ns->geom.oobsz); in init_nandsim()760 printk("bits in OOB size: %u\n", ffs(ns->geom.oobsz) - 1); in init_nandsim()