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

/drivers/mtd/nand/
H A Dnandsim.c314 uint16_t stateidx; /* current state index */ member in struct:nandsim
1164 ns->stateidx = 0;
1260 ns->stateidx = ns->npstates - 1;
1262 ns->stateidx = ns->npstates;
1265 ns->state = ns->op[ns->stateidx];
1266 ns->nxstate = ns->op[ns->stateidx + 1];
1747 ns->stateidx += 1;
1749 ns->nxstate = ns->op[ns->stateidx + 1];
1816 ns->nxstate = ns->op[++ns->stateidx + 1];
/drivers/gpu/drm/radeon/
H A Dradeon_state.c2591 if (prim.stateidx != laststate) {
2595 &vertex->state[prim.stateidx],
2604 laststate = prim.stateidx;

Completed in 1120 milliseconds