Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dnandsim.c200 (((ns)->regs.row * (ns)->geom.pgszoob) + (ns)->regs.column)
320 uint pgszoob; /* page size including OOB , bytes*/ member
561 ns->file_buf = kmalloc(ns->geom.pgszoob, GFP_KERNEL); in ns_alloc_device()
588 ns->geom.pgszoob, 0, 0, NULL); in ns_alloc_device()
657 ns->geom.pgszoob = ns->geom.pgsz + ns->geom.oobsz; in ns_init()
764 ns->buf.byte = kmalloc(ns->geom.pgszoob, GFP_KERNEL); in ns_init()
767 ns->geom.pgszoob); in ns_init()
771 memset(ns->buf.byte, 0xFF, ns->geom.pgszoob); in ns_init()
1517 memset(ns->file_buf, 0xff, ns->geom.pgszoob); in ns_prog_page()
1529 loff_t pos = (loff_t)ns->regs.row * ns->geom.pgszoob; in ns_prog_page()
[all …]