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 563 ns->file_buf = kmalloc(ns->geom.pgszoob, GFP_KERNEL); in ns_alloc_device() 590 ns->geom.pgszoob, 0, 0, NULL); in ns_alloc_device() 659 ns->geom.pgszoob = ns->geom.pgsz + ns->geom.oobsz; in ns_init() 766 ns->buf.byte = kmalloc(ns->geom.pgszoob, GFP_KERNEL); in ns_init() 769 ns->geom.pgszoob); in ns_init() 773 memset(ns->buf.byte, 0xFF, ns->geom.pgszoob); in ns_init() 1512 memset(ns->file_buf, 0xff, ns->geom.pgszoob); in ns_prog_page() 1524 loff_t pos = (loff_t)ns->regs.row * ns->geom.pgszoob; in ns_prog_page() [all …]
|