Searched refs:SPU_RUNCNTL_RUNNABLE (Results 1 – 5 of 5) sorted by relevance
134 SPU_RUNCNTL_RUNNABLE | SPU_RUNCNTL_ISOLATE); in spu_setup_isolated()153 ctx->ops->runcntl_write(ctx, SPU_RUNCNTL_RUNNABLE); in spu_setup_isolated()177 unsigned long runcntl = SPU_RUNCNTL_RUNNABLE; in spu_run_init()209 (SPU_RUNCNTL_RUNNABLE | SPU_RUNCNTL_ISOLATE); in spu_run_init()211 runcntl = SPU_RUNCNTL_RUNNABLE; in spu_run_init()348 ctx->ops->runcntl_write(ctx, SPU_RUNCNTL_RUNNABLE); in spu_process_callback()
289 if (val & SPU_RUNCNTL_RUNNABLE) { in spu_backing_runcntl_write()
1059 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_RUNNABLE); 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()1736 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_RUNNABLE); in restore_spu_runcntl()
816 if (runcntl & SPU_RUNCNTL_RUNNABLE) in spu_activate()
362 #define SPU_RUNCNTL_RUNNABLE 1L macro