Lines Matching refs:priv2
1937 ctx->csa.priv2.mfc_control_RW |= MFC_CNTL_DECREMENTER_RUNNING; in spufs_decr_status_set()
1939 ctx->csa.priv2.mfc_control_RW &= ~MFC_CNTL_DECREMENTER_RUNNING; in spufs_decr_status_set()
1947 if (ctx->csa.priv2.mfc_control_RW & MFC_CNTL_DECREMENTER_RUNNING) in spufs_decr_status_get()
2049 return ctx->csa.priv2.spu_lslr_RW; in spufs_lslr_get()
2134 data = ctx->csa.priv2.puint_mb_R; in __spufs_ibox_info_read()
2215 info.dma_info_type = ctx->csa.priv2.spu_tag_status_query_RW; in __spufs_dma_info_read()
2222 spuqp = &ctx->csa.priv2.spuq[i]; in __spufs_dma_info_read()
2279 puqp = &ctx->csa.priv2.puq[i]; in __spufs_proxydma_info_read()
2634 struct spu_priv2 __iomem *priv2 = spu->priv2; in spufs_show_ctx() local
2637 mfc_control_RW = in_be64(&priv2->mfc_control_RW); in spufs_show_ctx()
2642 mfc_control_RW = csa->priv2.mfc_control_RW; in spufs_show_ctx()