Searched refs:SPU_STATUS_RUNNING (Results 1 – 5 of 5) sorted by relevance
241 if ((in_be32(&prob->spu_status_R) & SPU_STATUS_RUNNING) == 0) { in save_spu_status()249 SPU_STATUS_RUNNING); in save_spu_status()254 csa->prob.spu_status_R = SPU_STATUS_RUNNING; in save_spu_status()944 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & SPU_STATUS_RUNNING); in wait_spu_stopped()1014 if (in_be32(&prob->spu_status_R) & SPU_STATUS_RUNNING) { in suspend_spe()1018 SPU_STATUS_RUNNING); in suspend_spe()1027 SPU_STATUS_RUNNING); in suspend_spe()1031 SPU_STATUS_RUNNING); in suspend_spe()1038 SPU_STATUS_RUNNING); in suspend_spe()1053 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()
296 ctx->csa.prob.spu_status_R |= SPU_STATUS_RUNNING; in spu_backing_runcntl_write()298 ctx->csa.prob.spu_status_R &= ~SPU_STATUS_RUNNING; in spu_backing_runcntl_write()
234 while (in_be32(&ctx->spu->problem->spu_status_R) & SPU_STATUS_RUNNING) in spu_hw_runcntl_stop()
368 #define SPU_STATUS_RUNNING 0x1 macro