Lines Matching refs:prob

55 	mbox_stat = ctx->csa.prob.mb_stat_R;  in spu_backing_mbox_read()
61 *data = ctx->csa.prob.pu_mb_R; in spu_backing_mbox_read()
62 ctx->csa.prob.mb_stat_R &= ~(0x0000ff); in spu_backing_mbox_read()
73 return ctx->csa.prob.mb_stat_R; in spu_backing_mbox_stat_read()
84 stat = ctx->csa.prob.mb_stat_R; in spu_backing_mbox_stat_poll()
120 if (ctx->csa.prob.mb_stat_R & 0xff0000) { in spu_backing_ibox_read()
126 ctx->csa.prob.mb_stat_R &= ~(0xff0000); in spu_backing_ibox_read()
144 if ((ctx->csa.prob.mb_stat_R) & 0x00ff00) { in spu_backing_wbox_write()
146 int avail = (ctx->csa.prob.mb_stat_R & 0x00ff00) >> 8; in spu_backing_wbox_write()
155 ctx->csa.prob.mb_stat_R &= ~(0x00ff00); in spu_backing_wbox_write()
156 ctx->csa.prob.mb_stat_R |= (((4 - slot) & 0xff) << 8); in spu_backing_wbox_write()
244 return ctx->csa.prob.spu_npc_RW; in spu_backing_npc_read()
249 ctx->csa.prob.spu_npc_RW = val; in spu_backing_npc_write()
254 return ctx->csa.prob.spu_status_R; in spu_backing_status_read()
269 return ctx->csa.prob.spu_runcntl_RW; in spu_backing_runcntl_read()
275 ctx->csa.prob.spu_runcntl_RW = val; in spu_backing_runcntl_write()
277 ctx->csa.prob.spu_status_R &= in spu_backing_runcntl_write()
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()
320 struct spu_problem_collapsed *prob = &ctx->csa.prob; in spu_backing_set_mfc_query() local
325 if (prob->dma_querytype_RW) in spu_backing_set_mfc_query()
329 prob->dma_querymask_RW = mask; in spu_backing_set_mfc_query()
330 prob->dma_querytype_RW = mode; in spu_backing_set_mfc_query()
336 ctx->csa.prob.dma_tagstatus_R &= mask; in spu_backing_set_mfc_query()
345 return ctx->csa.prob.dma_tagstatus_R; in spu_backing_read_mfc_tagstatus()
350 return ctx->csa.prob.dma_qstatus_R; in spu_backing_get_mfc_free_elements()