Lines Matching refs:priv2
1816 ctx->csa.priv2.mfc_control_RW |= MFC_CNTL_DECREMENTER_RUNNING; in spufs_decr_status_set()
1818 ctx->csa.priv2.mfc_control_RW &= ~MFC_CNTL_DECREMENTER_RUNNING; in spufs_decr_status_set()
1826 if (ctx->csa.priv2.mfc_control_RW & MFC_CNTL_DECREMENTER_RUNNING) in spufs_decr_status_get()
1928 return ctx->csa.priv2.spu_lslr_RW; in spufs_lslr_get()
2013 data = ctx->csa.priv2.puint_mb_R; in __spufs_ibox_info_read()
2094 info.dma_info_type = ctx->csa.priv2.spu_tag_status_query_RW; in __spufs_dma_info_read()
2101 spuqp = &ctx->csa.priv2.spuq[i]; in __spufs_dma_info_read()
2158 puqp = &ctx->csa.priv2.puq[i]; in __spufs_proxydma_info_read()
2512 struct spu_priv2 __iomem *priv2 = spu->priv2; in spufs_show_ctx() local
2515 mfc_control_RW = in_be64(&priv2->mfc_control_RW); in spufs_show_ctx()
2520 mfc_control_RW = csa->priv2.mfc_control_RW; in spufs_show_ctx()