Searched refs:spu_runcntl_RW (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/powerpc/platforms/cell/spufs/ |
| H A D | switch.c | 209 csa->prob.spu_runcntl_RW = in_be32(&prob->spu_runcntl_RW); in save_spu_runcntl() 232 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_STOP); in save_spu_status() 1010 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_STOP); in suspend_spe() 1014 out_be32(&prob->spu_runcntl_RW, 0x2); in suspend_spe() 1021 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_STOP); in suspend_spe() 1045 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_RUNNABLE); in clear_spu_status() 1057 out_be32(&prob->spu_runcntl_RW, 0x2); in clear_spu_status() 1334 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_RUNNABLE); in restore_status_part1() 1357 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_RUNNABLE); in restore_status_part2() 1361 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_STOP); in restore_status_part2() [all …]
|
| H A D | hw_ops.c | 203 return in_be32(&ctx->spu->problem->spu_runcntl_RW); in spu_hw_runcntl_read() 212 out_be32(&ctx->spu->problem->spu_runcntl_RW, val); in spu_hw_runcntl_write() 219 out_be32(&ctx->spu->problem->spu_runcntl_RW, SPU_RUNCNTL_STOP); in spu_hw_runcntl_stop()
|
| H A D | backing_ops.c | 269 return ctx->csa.prob.spu_runcntl_RW; in spu_backing_runcntl_read() 275 ctx->csa.prob.spu_runcntl_RW = val; in spu_backing_runcntl_write()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | spu_csa.h | 110 u32 spu_runcntl_RW; member
|
| H A D | spu.h | 314 u32 spu_runcntl_RW; /* 0x401c */ member
|
| /linux/arch/powerpc/platforms/cell/ |
| H A D | spu_base.c | 688 in_be32(&spu->problem->spu_runcntl_RW); in crash_kexec_stop_spus()
|