Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/cell/spufs/
H A Dhw_ops.c305 out_be64(&priv2->mfc_control_RW, MFC_CNTL_RESTART_DMA_COMMAND); in spu_hw_restart_dma()
H A Dbacking_ops.c368 ctx->csa.priv2.mfc_control_RW |= MFC_CNTL_RESTART_DMA_COMMAND; in spu_backing_restart_dma()
H A Dswitch.c736 csa->priv2.mfc_control_RW |= MFC_CNTL_RESTART_DMA_COMMAND; in set_switch_active()
/linux/arch/powerpc/include/asm/
H A Dspu.h393 #define MFC_CNTL_RESTART_DMA_COMMAND (1ull << 32) macro
/linux/arch/powerpc/platforms/cell/
H A Dspu_base.c127 out_be64(&priv2->mfc_control_RW, MFC_CNTL_RESTART_DMA_COMMAND); in spu_restart_dma()