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

/linux-master/drivers/mtd/nand/raw/
H A Dnandsim.c326 uint secshift; /* bits number in sector size */ member in struct:nandsim::__anon210
662 ns->geom.secshift = ffs(ns->geom.secsz) - 1;
752 printk("bits in sector size: %u\n", ns->geom.secshift);
1635 erase_block_no = ns->regs.row >> (ns->geom.secshift - ns->geom.pgshift);

Completed in 120 milliseconds