Searched refs:spu_status_R (Results 1 - 7 of 7) 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 Dswitch.c101 return (in_be32(&prob->spu_status_R) & isolate_state) ? 1 : 0;
234 if ((in_be32(&prob->spu_status_R) & SPU_STATUS_RUNNING) == 0) {
235 csa->prob.spu_status_R = in_be32(&prob->spu_status_R);
241 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) &
246 if ((in_be32(&prob->spu_status_R) & stopped) == 0)
247 csa->prob.spu_status_R = SPU_STATUS_RUNNING;
249 csa->prob.spu_status_R = in_be32(&prob->spu_status_R);
937 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R)
[all...]
H A Dbacking_ops.c268 return ctx->csa.prob.spu_status_R;
291 ctx->csa.prob.spu_status_R &=
297 ctx->csa.prob.spu_status_R |= SPU_STATUS_RUNNING;
299 ctx->csa.prob.spu_status_R &= ~SPU_STATUS_RUNNING;
H A Dhw_ops.c203 return in_be32(&ctx->spu->problem->spu_status_R);
235 while (in_be32(&ctx->spu->problem->spu_status_R) & SPU_STATUS_RUNNING)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dspu_csa.h124 u32 spu_status_R; member in struct:spu_problem_collapsed
H A Dspu.h372 u32 spu_status_R; /* 0x4024 */ member in struct:spu_problem
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dcrash.c278 in_be32(&spu->problem->spu_status_R);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/xmon/
H A Dxmon.c3091 DUMP_VALUE("0x%x", problem->spu_status_R,
3092 in_be32(&spu->problem->spu_status_R));

Completed in 85 milliseconds