Searched refs:SPU_RUNCNTL_RUNNABLE (Results 1 – 5 of 5) sorted by relevance
135 SPU_RUNCNTL_RUNNABLE | SPU_RUNCNTL_ISOLATE); in spu_setup_isolated()154 ctx->ops->runcntl_write(ctx, SPU_RUNCNTL_RUNNABLE); in spu_setup_isolated()178 unsigned long runcntl = SPU_RUNCNTL_RUNNABLE; in spu_run_init()210 (SPU_RUNCNTL_RUNNABLE | SPU_RUNCNTL_ISOLATE); in spu_run_init()212 runcntl = SPU_RUNCNTL_RUNNABLE; in spu_run_init()349 ctx->ops->runcntl_write(ctx, SPU_RUNCNTL_RUNNABLE); in spu_process_callback()
1045 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_RUNNABLE); in clear_spu_status()1334 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_RUNNABLE); in restore_status_part1()1357 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_RUNNABLE); in restore_status_part2()1720 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_RUNNABLE); in restore_spu_runcntl()
276 if (val & SPU_RUNCNTL_RUNNABLE) { in spu_backing_runcntl_write()
797 if (runcntl & SPU_RUNCNTL_RUNNABLE) in spu_activate()
316 #define SPU_RUNCNTL_RUNNABLE 1L macro