Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mtd/nand/
Dnandsim.c342 uint pgaddrbytes; /* bytes per page address */ member
713 ns->geom.pgaddrbytes = 3; in init_nandsim()
716 ns->geom.pgaddrbytes = 4; in init_nandsim()
721 ns->geom.pgaddrbytes = 4; in init_nandsim()
724 ns->geom.pgaddrbytes = 5; in init_nandsim()
780 printk("page address bytes: %u\n", ns->geom.pgaddrbytes); in init_nandsim()
1181 if (ns->regs.count < (ns->geom.pgaddrbytes - ns->geom.secaddrbytes)) in accept_addr_byte()
1185 ns->geom.pgaddrbytes + in accept_addr_byte()
1676 8 * (ns->geom.pgaddrbytes - ns->geom.secaddrbytes)) | ns->regs.column; in do_state_action()
1881 ns->regs.num = ns->geom.pgaddrbytes; in switch_state()
[all …]