Home
last modified time | relevance | path

Searched refs:SPU_RUNCNTL_STOP (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/arch/powerpc/platforms/cell/spufs/
Dswitch.c232 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()
1021 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_STOP); in suspend_spe()
1361 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_STOP); in restore_status_part2()
1877 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_STOP); in force_spu_isolate_exit()
2140 csa->prob.spu_runcntl_RW = SPU_RUNCNTL_STOP; in init_prob()
Drun.c162 ctx->ops->runcntl_write(ctx, SPU_RUNCNTL_STOP); in spu_setup_isolated()
Dhw_ops.c219 out_be32(&ctx->spu->problem->spu_runcntl_RW, SPU_RUNCNTL_STOP); in spu_hw_runcntl_stop()
Dbacking_ops.c292 spu_backing_runcntl_write(ctx, SPU_RUNCNTL_STOP); in spu_backing_runcntl_stop()
/linux-5.19.10/arch/powerpc/include/asm/
Dspu.h315 #define SPU_RUNCNTL_STOP 0L macro