Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/nand/raw/
Dnandsim.c337 uint pgaddrbytes; /* bytes per page address */ member
691 ns->geom.pgaddrbytes = 3; in init_nandsim()
694 ns->geom.pgaddrbytes = 4; in init_nandsim()
699 ns->geom.pgaddrbytes = 4; in init_nandsim()
702 ns->geom.pgaddrbytes = 5; in init_nandsim()
763 printk("page address bytes: %u\n", ns->geom.pgaddrbytes); in init_nandsim()
1158 if (ns->regs.count < (ns->geom.pgaddrbytes - ns->geom.secaddrbytes)) in accept_addr_byte()
1162 ns->geom.pgaddrbytes + in accept_addr_byte()
1641 8 * (ns->geom.pgaddrbytes - ns->geom.secaddrbytes)) | ns->regs.column; in do_state_action()
1846 ns->regs.num = ns->geom.pgaddrbytes; in switch_state()
[all …]