Lines Matching refs:prob
27 struct spu_problem __iomem *prob = spu->problem; in spu_hw_mbox_read() local
32 mbox_stat = in_be32(&prob->mb_stat_R); in spu_hw_mbox_read()
34 *data = in_be32(&prob->pu_mb_R); in spu_hw_mbox_read()
85 struct spu_problem __iomem *prob = spu->problem; in spu_hw_ibox_read() local
90 if (in_be32(&prob->mb_stat_R) & 0xff0000) { in spu_hw_ibox_read()
106 struct spu_problem __iomem *prob = spu->problem; in spu_hw_wbox_write() local
110 if (in_be32(&prob->mb_stat_R) & 0x00ff00) { in spu_hw_wbox_write()
112 out_be32(&prob->spu_mb_W, data); in spu_hw_wbox_write()
249 struct spu_problem __iomem *prob = ctx->spu->problem; in spu_hw_set_mfc_query() local
254 if (in_be32(&prob->dma_querytype_RW)) in spu_hw_set_mfc_query()
257 out_be32(&prob->dma_querymask_RW, mask); in spu_hw_set_mfc_query()
258 out_be32(&prob->dma_querytype_RW, mode); in spu_hw_set_mfc_query()
278 struct spu_problem __iomem *prob = ctx->spu->problem; in spu_hw_send_mfc_command() local
281 out_be32(&prob->mfc_lsa_W, cmd->lsa); in spu_hw_send_mfc_command()
282 out_be64(&prob->mfc_ea_W, cmd->ea); in spu_hw_send_mfc_command()
283 out_be32(&prob->mfc_union_W.by32.mfc_size_tag32, in spu_hw_send_mfc_command()
285 out_be32(&prob->mfc_union_W.by32.mfc_class_cmd32, in spu_hw_send_mfc_command()
287 status = in_be32(&prob->mfc_union_W.by32.mfc_class_cmd32); in spu_hw_send_mfc_command()