Searched refs:seidx (Results 1 – 2 of 2) sorted by relevance
616 static int seidx; /* For debug */ variable627 if (mlc->seidx && mlc->seidx != seidx && in hilse_donode()628 mlc->seidx != 41 && mlc->seidx != 42 && mlc->seidx != 43) { in hilse_donode()629 printk(KERN_DEBUG PREFIX "z%i \n {%i}", doze, mlc->seidx); in hilse_donode()633 seidx = mlc->seidx; in hilse_donode()635 node = hil_mlc_se + mlc->seidx; in hilse_donode()753 mlc->seidx += nextidx & HILSEN_MASK; in hilse_donode()755 mlc->seidx -= nextidx & HILSEN_MASK; in hilse_donode()757 mlc->seidx = nextidx & HILSEN_MASK; in hilse_donode()775 if (mlc->seidx != 41 && in hil_mlcs_process()[all …]
132 int seidx; /* Current node in state engine */ member