Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/nand/
Dnandsim.c318 uint16_t stateidx; /* current state index */ member
1202 ns->stateidx = 0; in switch_to_ready_state()
1298 ns->stateidx = ns->npstates - 1; in find_operation()
1300 ns->stateidx = ns->npstates; in find_operation()
1303 ns->state = ns->op[ns->stateidx]; in find_operation()
1304 ns->nxstate = ns->op[ns->stateidx + 1]; in find_operation()
1772 ns->stateidx += 1; in switch_state()
1774 ns->nxstate = ns->op[ns->stateidx + 1]; in switch_state()
1841 ns->nxstate = ns->op[++ns->stateidx + 1]; in switch_state()
/linux-4.4.14/include/uapi/drm/
Dradeon_drm.h418 unsigned int stateidx:8; member
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_state.c2591 if (prim.stateidx != laststate) { in radeon_cp_vertex2()
2595 &vertex->state[prim.stateidx], in radeon_cp_vertex2()
2604 laststate = prim.stateidx; in radeon_cp_vertex2()