Home
last modified time | relevance | path

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

/linux/tools/power/cpupower/debug/i386/
H A Ddump_psb.c59 decode_pst(char *p, int npstates) in decode_pst() argument
64 for (i = 0; i < npstates; ++i) { in decode_pst()
/linux/drivers/mtd/nand/raw/
H A Dnandsim.c303 uint16_t npstates; /* number of previous states saved */ member
1163 ns->npstates = 0; in ns_switch_to_ready_state()
1229 if (!(ops[i].states[ns->npstates] & STATE_ADDR_MASK)) in ns_find_operation()
1232 if (NS_STATE(ns->state) != NS_STATE(ops[i].states[ns->npstates])) in ns_find_operation()
1236 for (j = 0; j < ns->npstates; j++) in ns_find_operation()
1260 ns->stateidx = ns->npstates - 1; in ns_find_operation()
1262 ns->stateidx = ns->npstates; in ns_find_operation()
1264 ns->npstates = 0; in ns_find_operation()
1275 if (ns->npstates != 0) { in ns_find_operation()
1278 ns->npstates = 0; in ns_find_operation()
[all …]