Searched refs:spu_runcntl_RW (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 Dhw_ops.c218 return in_be32(&ctx->spu->problem->spu_runcntl_RW);
227 out_be32(&ctx->spu->problem->spu_runcntl_RW, val);
234 out_be32(&ctx->spu->problem->spu_runcntl_RW, SPU_RUNCNTL_STOP);
H A Dswitch.c216 csa->prob.spu_runcntl_RW = in_be32(&prob->spu_runcntl_RW);
239 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_STOP);
1017 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_STOP);
1021 out_be32(&prob->spu_runcntl_RW, 0x2);
1028 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_STOP);
1052 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_RUNNABLE);
1064 out_be32(&prob->spu_runcntl_RW, 0x2);
1341 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_RUNNABLE);
1364 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_RUNNABL
[all...]
H A Dbacking_ops.c283 return ctx->csa.prob.spu_runcntl_RW;
289 ctx->csa.prob.spu_runcntl_RW = val;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dspu_csa.h123 u32 spu_runcntl_RW; member in struct:spu_problem_collapsed
H A Dspu.h367 u32 spu_runcntl_RW; /* 0x401c */ 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.c276 in_be32(&spu->problem->spu_runcntl_RW);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/xmon/
H A Dxmon.c2982 in_be32(&spu->problem->spu_runcntl_RW);
3027 out_be32(&spu->problem->spu_runcntl_RW,
3089 DUMP_VALUE("0x%x", problem->spu_runcntl_RW,
3090 in_be32(&spu->problem->spu_runcntl_RW));

Completed in 98 milliseconds