Searched refs:pgszoob (Results 1 - 1 of 1) sorted by relevance

/drivers/mtd/nand/
H A Dnandsim.c332 uint pgszoob; /* page size including OOB , bytes*/ member in struct:nandsim::__anon1796
484 ns->file_buf = kmalloc(ns->geom.pgszoob, GFP_KERNEL);
503 ns->geom.pgszoob, 0, 0, NULL);
583 ns->geom.pgszoob = ns->geom.pgsz + ns->geom.oobsz;
694 ns->buf.byte = kmalloc(ns->geom.pgszoob, GFP_KERNEL);
697 ns->geom.pgszoob);
701 memset(ns->buf.byte, 0xFF, ns->geom.pgszoob);
1457 pos = (loff_t)ns->regs.row * ns->geom.pgszoob + ns->regs.column + ns->regs.off;
1526 off = (loff_t)ns->regs.row * ns->geom.pgszoob + ns->regs.column + ns->regs.off;
1529 memset(ns->file_buf, 0xff, ns->geom.pgszoob);
[all...]

Completed in 12 milliseconds