Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/drivers/mtd/nand/raw/
Dnandsim.c301 uint16_t npstates; /* number of previous states saved */ member
1154 ns->npstates = 0; in switch_to_ready_state()
1220 if (!(ops[i].states[ns->npstates] & STATE_ADDR_MASK)) in find_operation()
1223 if (NS_STATE(ns->state) != NS_STATE(ops[i].states[ns->npstates])) in find_operation()
1227 for (j = 0; j < ns->npstates; j++) in find_operation()
1251 ns->stateidx = ns->npstates - 1; in find_operation()
1253 ns->stateidx = ns->npstates; in find_operation()
1255 ns->npstates = 0; in find_operation()
1265 if (ns->npstates != 0) { in find_operation()
1268 ns->npstates = 0; in find_operation()
[all …]