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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Dnandsim.c250 #define OPT_AUTOINCR 0x00000020 /* page number auto inctimentation is possible */ macro
501 ns->options |= (OPT_PAGE512 | OPT_AUTOINCR);
568 ns->options |= OPT_AUTOINCR;
1639 * The OPT_AUTOINCR allows to read next conseqitive pages without
1642 if ((ns->options & OPT_AUTOINCR) && NS_STATE(ns->state) == STATE_DATAOUT) {
1684 * (if OPT_AUTOINCR feature is supported), STATE_DATAOUT_STATUS or
1689 || ((ns->options & OPT_AUTOINCR) && NS_STATE(ns->state) == STATE_DATAOUT))
1901 if ((ns->options & OPT_AUTOINCR) && NS_STATE(ns->state) == STATE_DATAOUT) {

Completed in 53 milliseconds