Lines Matching refs:prob
40 struct spu_problem __iomem *prob = spu->problem; in spu_hw_mbox_read() local
45 mbox_stat = in_be32(&prob->mb_stat_R); in spu_hw_mbox_read()
47 *data = in_be32(&prob->pu_mb_R); in spu_hw_mbox_read()
99 struct spu_problem __iomem *prob = spu->problem; in spu_hw_ibox_read() local
104 if (in_be32(&prob->mb_stat_R) & 0xff0000) { in spu_hw_ibox_read()
120 struct spu_problem __iomem *prob = spu->problem; in spu_hw_wbox_write() local
124 if (in_be32(&prob->mb_stat_R) & 0x00ff00) { in spu_hw_wbox_write()
126 out_be32(&prob->spu_mb_W, data); in spu_hw_wbox_write()
263 struct spu_problem __iomem *prob = ctx->spu->problem; in spu_hw_set_mfc_query() local
268 if (in_be32(&prob->dma_querytype_RW)) in spu_hw_set_mfc_query()
271 out_be32(&prob->dma_querymask_RW, mask); in spu_hw_set_mfc_query()
272 out_be32(&prob->dma_querytype_RW, mode); in spu_hw_set_mfc_query()
292 struct spu_problem __iomem *prob = ctx->spu->problem; in spu_hw_send_mfc_command() local
295 out_be32(&prob->mfc_lsa_W, cmd->lsa); in spu_hw_send_mfc_command()
296 out_be64(&prob->mfc_ea_W, cmd->ea); in spu_hw_send_mfc_command()
297 out_be32(&prob->mfc_union_W.by32.mfc_size_tag32, in spu_hw_send_mfc_command()
299 out_be32(&prob->mfc_union_W.by32.mfc_class_cmd32, in spu_hw_send_mfc_command()
301 status = in_be32(&prob->mfc_union_W.by32.mfc_class_cmd32); in spu_hw_send_mfc_command()