Searched refs:SPU_STATUS_RUNNING (Results 1 – 5 of 5) sorted by relevance
227 if ((in_be32(&prob->spu_status_R) & SPU_STATUS_RUNNING) == 0) { in save_spu_status()235 SPU_STATUS_RUNNING); in save_spu_status()240 csa->prob.spu_status_R = SPU_STATUS_RUNNING; in save_spu_status()930 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & SPU_STATUS_RUNNING); in wait_spu_stopped()1000 if (in_be32(&prob->spu_status_R) & SPU_STATUS_RUNNING) { in suspend_spe()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()1039 if (!(in_be32(&prob->spu_status_R) & SPU_STATUS_RUNNING)) { in clear_spu_status()[all …]
64 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()
283 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()
220 while (in_be32(&ctx->spu->problem->spu_status_R) & SPU_STATUS_RUNNING) in spu_hw_runcntl_stop()
355 #define SPU_STATUS_RUNNING 0x1 macro