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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/spufs/
H A Drun.c177 unsigned long runcntl = SPU_RUNCNTL_RUNNABLE; local
208 runcntl = ctx->ops->runcntl_read(ctx) &
210 if (runcntl == 0)
211 runcntl = SPU_RUNCNTL_RUNNABLE;
224 ctx->ops->runcntl_write(ctx, runcntl);
H A Dsched.c802 unsigned long runcntl; local
804 runcntl = ctx->ops->runcntl_read(ctx);
806 if (runcntl & SPU_RUNCNTL_RUNNABLE)

Completed in 56 milliseconds