Home
last modified time | relevance | path

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

/drivers/mtd/nand/
Dnandsim.c302 uint16_t stateidx; /* current state index */ member
1151 ns->stateidx = 0; in switch_to_ready_state()
1247 ns->stateidx = ns->npstates - 1; in find_operation()
1249 ns->stateidx = ns->npstates; in find_operation()
1252 ns->state = ns->op[ns->stateidx]; in find_operation()
1253 ns->nxstate = ns->op[ns->stateidx + 1]; in find_operation()
1734 ns->stateidx += 1; in switch_state()
1736 ns->nxstate = ns->op[ns->stateidx + 1]; in switch_state()
1803 ns->nxstate = ns->op[++ns->stateidx + 1]; in switch_state()
/drivers/gpu/drm/radeon/
Dradeon_state.c2548 if (prim.stateidx != laststate) { in radeon_cp_vertex2()
2552 &vertex->state[prim.stateidx], in radeon_cp_vertex2()
2561 laststate = prim.stateidx; in radeon_cp_vertex2()