npstates          301 drivers/mtd/nand/raw/nandsim.c 	uint16_t npstates;      /* number of previous states saved */
npstates         1154 drivers/mtd/nand/raw/nandsim.c 	ns->npstates    = 0;
npstates         1220 drivers/mtd/nand/raw/nandsim.c 			if (!(ops[i].states[ns->npstates] & STATE_ADDR_MASK))
npstates         1223 drivers/mtd/nand/raw/nandsim.c 			if (NS_STATE(ns->state) != NS_STATE(ops[i].states[ns->npstates]))
npstates         1227 drivers/mtd/nand/raw/nandsim.c 		for (j = 0; j < ns->npstates; j++)
npstates         1251 drivers/mtd/nand/raw/nandsim.c 			ns->stateidx = ns->npstates - 1;
npstates         1253 drivers/mtd/nand/raw/nandsim.c 			ns->stateidx = ns->npstates;
npstates         1255 drivers/mtd/nand/raw/nandsim.c 		ns->npstates = 0;
npstates         1265 drivers/mtd/nand/raw/nandsim.c 		if (ns->npstates != 0) {
npstates         1268 drivers/mtd/nand/raw/nandsim.c 			ns->npstates = 0;
npstates         1285 drivers/mtd/nand/raw/nandsim.c 	ns->pstates[ns->npstates++] = ns->state;
npstates           61 tools/power/cpupower/debug/i386/dump_psb.c decode_pst(char *p, int npstates)
npstates           66 tools/power/cpupower/debug/i386/dump_psb.c 	for (i = 0; i < npstates; ++i) {