Home
last modified time | relevance | path

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

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