Home
last modified time | relevance | path

Searched refs:npstates (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/tools/power/cpupower/debug/i386/
Ddump_psb.c61 decode_pst(char *p, int npstates) in decode_pst() argument
66 for (i = 0; i < npstates; ++i) { in decode_pst()
/linux-4.4.14/drivers/mtd/nand/
Dnandsim.c317 uint16_t npstates; /* number of previous states saved */ member
1201 ns->npstates = 0; in switch_to_ready_state()
1267 if (!(ops[i].states[ns->npstates] & STATE_ADDR_MASK)) in find_operation()
1270 if (NS_STATE(ns->state) != NS_STATE(ops[i].states[ns->npstates])) in find_operation()
1274 for (j = 0; j < ns->npstates; j++) in find_operation()
1298 ns->stateidx = ns->npstates - 1; in find_operation()
1300 ns->stateidx = ns->npstates; in find_operation()
1302 ns->npstates = 0; in find_operation()
1312 if (ns->npstates != 0) { in find_operation()
1315 ns->npstates = 0; in find_operation()
[all …]