Home
last modified time | relevance | path

Searched refs:MFC_CNTL_RESTART_DMA_COMMAND (Results 1 – 5 of 5) sorted by relevance

/arch/powerpc/platforms/cell/spufs/
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()
Dswitch.c750 csa->priv2.mfc_control_RW |= MFC_CNTL_RESTART_DMA_COMMAND; in set_switch_active()
/arch/powerpc/include/asm/
Dspu.h439 #define MFC_CNTL_RESTART_DMA_COMMAND (1ull << 32) macro
/arch/powerpc/platforms/cell/
Dspu_base.c145 out_be64(&priv2->mfc_control_RW, MFC_CNTL_RESTART_DMA_COMMAND); in spu_restart_dma()