Searched refs:blkcheck (Results 1 - 1 of 1) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Dnand_base.c1059 int blkcheck = (1 << (chip->phys_erase_shift - chip->page_shift)) - 1; local
1167 if (!NAND_CANAUTOINCR(chip) || !(page & blkcheck))
1373 int blkcheck = (1 << (chip->phys_erase_shift - chip->page_shift)) - 1; local
1445 if (!NAND_CANAUTOINCR(chip) || !(page & blkcheck))

Completed in 59 milliseconds