Lines Matching refs:npstates
301 uint16_t npstates; /* number of previous states saved */ member
1169 ns->npstates = 0; in ns_switch_to_ready_state()
1235 if (!(ops[i].states[ns->npstates] & STATE_ADDR_MASK)) in ns_find_operation()
1238 if (NS_STATE(ns->state) != NS_STATE(ops[i].states[ns->npstates])) in ns_find_operation()
1242 for (j = 0; j < ns->npstates; j++) in ns_find_operation()
1266 ns->stateidx = ns->npstates - 1; in ns_find_operation()
1268 ns->stateidx = ns->npstates; in ns_find_operation()
1270 ns->npstates = 0; in ns_find_operation()
1281 if (ns->npstates != 0) { in ns_find_operation()
1284 ns->npstates = 0; in ns_find_operation()
1301 ns->pstates[ns->npstates++] = ns->state; in ns_find_operation()