Searched refs:spu_runcntl_RW (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/arch/powerpc/platforms/cell/spufs/ |
D | switch.c | 223 csa->prob.spu_runcntl_RW = in_be32(&prob->spu_runcntl_RW); in save_spu_runcntl() 246 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_STOP); in save_spu_status() 1024 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_STOP); in suspend_spe() 1028 out_be32(&prob->spu_runcntl_RW, 0x2); in suspend_spe() 1035 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_STOP); in suspend_spe() 1059 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_RUNNABLE); in clear_spu_status() 1071 out_be32(&prob->spu_runcntl_RW, 0x2); in clear_spu_status() 1348 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_RUNNABLE); in restore_status_part1() 1371 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_RUNNABLE); in restore_status_part2() 1375 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_STOP); in restore_status_part2() [all …]
|
D | hw_ops.c | 217 return in_be32(&ctx->spu->problem->spu_runcntl_RW); in spu_hw_runcntl_read() 226 out_be32(&ctx->spu->problem->spu_runcntl_RW, val); in spu_hw_runcntl_write() 233 out_be32(&ctx->spu->problem->spu_runcntl_RW, SPU_RUNCNTL_STOP); in spu_hw_runcntl_stop()
|
D | backing_ops.c | 282 return ctx->csa.prob.spu_runcntl_RW; in spu_backing_runcntl_read() 288 ctx->csa.prob.spu_runcntl_RW = val; in spu_backing_runcntl_write()
|
/linux-3.4.99/arch/powerpc/include/asm/ |
D | spu_csa.h | 123 u32 spu_runcntl_RW; member
|
D | spu.h | 360 u32 spu_runcntl_RW; /* 0x401c */ member
|
/linux-3.4.99/arch/powerpc/xmon/ |
D | xmon.c | 2961 in_be32(&spu->problem->spu_runcntl_RW); in stop_spus() 3006 out_be32(&spu->problem->spu_runcntl_RW, in restart_spus() 3068 DUMP_VALUE("0x%x", problem->spu_runcntl_RW, in dump_spu_fields() 3069 in_be32(&spu->problem->spu_runcntl_RW)); in dump_spu_fields()
|
/linux-3.4.99/arch/powerpc/platforms/cell/ |
D | spu_base.c | 748 in_be32(&spu->problem->spu_runcntl_RW); in crash_kexec_stop_spus()
|