Home
last modified time | relevance | path

Searched refs:mfc_control_RW (Results 1 – 8 of 8) sorted by relevance

/arch/powerpc/platforms/cell/spufs/
Dswitch.c188 switch (in_be64(&priv2->mfc_control_RW) & in save_mfc_cntl()
191 POLL_WHILE_FALSE((in_be64(&priv2->mfc_control_RW) & in save_mfc_cntl()
197 csa->priv2.mfc_control_RW = in save_mfc_cntl()
198 in_be64(&priv2->mfc_control_RW) | in save_mfc_cntl()
202 out_be64(&priv2->mfc_control_RW, MFC_CNTL_SUSPEND_DMA_QUEUE); in save_mfc_cntl()
203 POLL_WHILE_FALSE((in_be64(&priv2->mfc_control_RW) & in save_mfc_cntl()
207 csa->priv2.mfc_control_RW = in save_mfc_cntl()
208 in_be64(&priv2->mfc_control_RW) & in save_mfc_cntl()
273 csa->priv2.mfc_control_RW &= ~mask; in save_mfc_stopped_status()
274 csa->priv2.mfc_control_RW |= in_be64(&priv2->mfc_control_RW) & mask; in save_mfc_stopped_status()
[all …]
Dfile.c1882 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()
2611 u64 mfc_control_RW; in spufs_show_ctx() local
2619 mfc_control_RW = in_be64(&priv2->mfc_control_RW); in spufs_show_ctx()
2624 mfc_control_RW = csa->priv2.mfc_control_RW; in spufs_show_ctx()
2639 mfc_control_RW, in spufs_show_ctx()
Drun.c103 mfc_cntl = &ctx->spu->priv2->mfc_control_RW; in spu_setup_isolated()
Dhw_ops.c319 out_be64(&priv2->mfc_control_RW, MFC_CNTL_RESTART_DMA_COMMAND); in spu_hw_restart_dma()
Dbacking_ops.c381 ctx->csa.priv2.mfc_control_RW |= MFC_CNTL_RESTART_DMA_COMMAND; in spu_backing_restart_dma()
/arch/powerpc/include/asm/
Dspu_csa.h207 u64 mfc_control_RW; member
Dspu.h424 u64 mfc_control_RW; /* 0x3000 */ member
/arch/powerpc/platforms/cell/
Dspu_base.c141 out_be64(&priv2->mfc_control_RW, MFC_CNTL_RESTART_DMA_COMMAND); in spu_restart_dma()