Searched refs:npstates (Results 1 – 2 of 2) sorted by relevance
61 decode_pst(char *p, int npstates) in decode_pst() argument66 for (i = 0; i < npstates; ++i) { in decode_pst()
313 uint16_t npstates; /* number of previous states saved */ member1157 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 …]