Home
last modified time | relevance | path

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

/linux-3.4.99/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-3.4.99/drivers/mtd/nand/
Dnandsim.c313 uint16_t npstates; /* number of previous states saved */ member
1157 ns->npstates = 0; in switch_to_ready_state()
1223 if (!(ops[i].states[ns->npstates] & STATE_ADDR_MASK)) in find_operation()
1226 if (NS_STATE(ns->state) != NS_STATE(ops[i].states[ns->npstates])) in find_operation()
1230 for (j = 0; j < ns->npstates; j++) in find_operation()
1254 ns->stateidx = ns->npstates - 1; in find_operation()
1256 ns->stateidx = ns->npstates; in find_operation()
1258 ns->npstates = 0; in find_operation()
1268 if (ns->npstates != 0) { in find_operation()
1271 ns->npstates = 0; in find_operation()
[all …]