Searched refs:secshift (Results 1 - 1 of 1) sorted by relevance

/drivers/mtd/nand/
H A Dnandsim.c336 uint secshift; /* bits number in sector size */ member in struct:nandsim::__anon1796
586 ns->geom.secshift = ffs(ns->geom.secsz) - 1;
681 printk("bits in sector size: %u\n", ns->geom.secshift);
1653 erase_block_no = ns->regs.row >> (ns->geom.secshift - ns->geom.pgshift);

Completed in 71 milliseconds