Searched refs:pgszoob (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/mtd/nand/raw/ |
| D | nandsim.c | 199 (((ns)->regs.row * (ns)->geom.pgszoob) + (ns)->regs.column) 319 uint pgszoob; /* page size including OOB , bytes*/ member 560 ns->file_buf = kmalloc(ns->geom.pgszoob, GFP_KERNEL); in ns_alloc_device() 587 ns->geom.pgszoob, 0, 0, NULL); in ns_alloc_device() 656 ns->geom.pgszoob = ns->geom.pgsz + ns->geom.oobsz; in ns_init() 763 ns->buf.byte = kmalloc(ns->geom.pgszoob, GFP_KERNEL); in ns_init() 766 ns->geom.pgszoob); in ns_init() 770 memset(ns->buf.byte, 0xFF, ns->geom.pgszoob); in ns_init() 1516 memset(ns->file_buf, 0xff, ns->geom.pgszoob); in ns_prog_page() 1528 loff_t pos = (loff_t)ns->regs.row * ns->geom.pgszoob; in ns_prog_page() [all …]
|