Lines Matching refs:npstates
303 uint16_t npstates; /* number of previous states saved */ member
1164 ns->npstates = 0; in ns_switch_to_ready_state()
1230 if (!(ops[i].states[ns->npstates] & STATE_ADDR_MASK)) in ns_find_operation()
1233 if (NS_STATE(ns->state) != NS_STATE(ops[i].states[ns->npstates])) in ns_find_operation()
1237 for (j = 0; j < ns->npstates; j++) in ns_find_operation()
1261 ns->stateidx = ns->npstates - 1; in ns_find_operation()
1263 ns->stateidx = ns->npstates; in ns_find_operation()
1265 ns->npstates = 0; in ns_find_operation()
1276 if (ns->npstates != 0) { in ns_find_operation()
1279 ns->npstates = 0; in ns_find_operation()
1296 ns->pstates[ns->npstates++] = ns->state; in ns_find_operation()