Searched refs:npstates (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.c288 uint16_t npstates; /* number of previous states saved */ member in struct:nandsim
1050 ns->npstates = 0;
1066 * correspondent states chain. In this case ns->npstates = 0;
1074 * ns->pstates[0], ... ns->pstates[ns->npstates], ns->state
1087 * ns->pstates[0], ... ns->pstates[ns->npstates], <address input>
1116 if (!(ops[i].states[ns->npstates] & STATE_ADDR_MASK))
1119 if (NS_STATE(ns->state) != NS_STATE(ops[i].states[ns->npstates]))
1123 for (j = 0; j < ns->npstates; j++)
1147 ns->stateidx = ns->npstates - 1;
1149 ns->stateidx = ns->npstates;
[all...]

Completed in 43 milliseconds