Searched refs:pgszoob (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/mtd/nand/raw/ |
| D | nandsim.c | 200 (((ns)->regs.row * (ns)->geom.pgszoob) + (ns)->regs.column) 320 uint pgszoob; /* page size including OOB , bytes*/ member 554 ns->file_buf = kmalloc(ns->geom.pgszoob, GFP_KERNEL); in alloc_device() 573 ns->geom.pgszoob, 0, 0, NULL); in alloc_device() 642 ns->geom.pgszoob = ns->geom.pgsz + ns->geom.oobsz; in init_nandsim() 746 ns->buf.byte = kmalloc(ns->geom.pgszoob, GFP_KERNEL); in init_nandsim() 749 ns->geom.pgszoob); in init_nandsim() 752 memset(ns->buf.byte, 0xFF, ns->geom.pgszoob); in init_nandsim() 1497 memset(ns->file_buf, 0xff, ns->geom.pgszoob); in prog_page() 1509 loff_t pos = (loff_t)ns->regs.row * ns->geom.pgszoob; in prog_page() [all …]
|