Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/cell/spufs/
A Dswitch.c235 SPU_STATUS_RUNNING); in save_spu_status()
240 csa->prob.spu_status_R = SPU_STATUS_RUNNING; in save_spu_status()
1004 SPU_STATUS_RUNNING); in suspend_spe()
1013 SPU_STATUS_RUNNING); in suspend_spe()
1017 SPU_STATUS_RUNNING); in suspend_spe()
1024 SPU_STATUS_RUNNING); in suspend_spe()
1048 SPU_STATUS_RUNNING); in clear_spu_status()
1060 SPU_STATUS_RUNNING); in clear_spu_status()
1337 SPU_STATUS_RUNNING); in restore_status_part1()
1360 SPU_STATUS_RUNNING); in restore_status_part2()
[all …]
A Drun.c64 if (*stat & SPU_STATUS_RUNNING) in spu_stopped()
89 const u32 status_loading = SPU_STATUS_RUNNING in spu_setup_isolated()
150 if (!(status & SPU_STATUS_RUNNING)) { in spu_setup_isolated()
A Dbacking_ops.c283 ctx->csa.prob.spu_status_R |= SPU_STATUS_RUNNING; in spu_backing_runcntl_write()
285 ctx->csa.prob.spu_status_R &= ~SPU_STATUS_RUNNING; in spu_backing_runcntl_write()
A Dhw_ops.c220 while (in_be32(&ctx->spu->problem->spu_status_R) & SPU_STATUS_RUNNING) in spu_hw_runcntl_stop()
/linux/arch/powerpc/include/asm/
A Dspu.h322 #define SPU_STATUS_RUNNING 0x1 macro

Completed in 15 milliseconds