Searched refs:pgszoob (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/mtd/nand/raw/ |
| H A D | nandsim.c | 199 (((ns)->regs.row * (ns)->geom.pgszoob) + (ns)->regs.column) 322 uint pgszoob; /* page size including OOB , bytes*/ member 562 ns->file_buf = kmalloc(ns->geom.pgszoob, GFP_KERNEL); in ns_alloc_device() 589 ns->geom.pgszoob, 0, 0, NULL); in ns_alloc_device() 658 ns->geom.pgszoob = ns->geom.pgsz + ns->geom.oobsz; in ns_init() 765 ns->buf.byte = kmalloc(ns->geom.pgszoob, GFP_KERNEL); in ns_init() 768 ns->geom.pgszoob); in ns_init() 772 memset(ns->buf.byte, 0xFF, ns->geom.pgszoob); in ns_init() 1511 memset(ns->file_buf, 0xff, ns->geom.pgszoob); in ns_prog_page() 1523 loff_t pos = (loff_t)ns->regs.row * ns->geom.pgszoob; in ns_prog_page() [all …]
|