Lines Matching refs:priv2
1882 ctx->csa.priv2.mfc_control_RW |= MFC_CNTL_DECREMENTER_RUNNING; in spufs_decr_status_set()
1884 ctx->csa.priv2.mfc_control_RW &= ~MFC_CNTL_DECREMENTER_RUNNING; in spufs_decr_status_set()
1892 if (ctx->csa.priv2.mfc_control_RW & MFC_CNTL_DECREMENTER_RUNNING) in spufs_decr_status_get()
1994 return ctx->csa.priv2.spu_lslr_RW; in spufs_lslr_get()
2079 data = ctx->csa.priv2.puint_mb_R; in __spufs_ibox_info_read()
2160 info.dma_info_type = ctx->csa.priv2.spu_tag_status_query_RW; in __spufs_dma_info_read()
2167 spuqp = &ctx->csa.priv2.spuq[i]; in __spufs_dma_info_read()
2224 puqp = &ctx->csa.priv2.puq[i]; in __spufs_proxydma_info_read()
2579 struct spu_priv2 __iomem *priv2 = spu->priv2; in spufs_show_ctx() local
2582 mfc_control_RW = in_be64(&priv2->mfc_control_RW); in spufs_show_ctx()
2587 mfc_control_RW = csa->priv2.mfc_control_RW; in spufs_show_ctx()