Home
last modified time | relevance | path

Searched refs:MFC_CNTL_SUSPEND_DMA_QUEUE (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/arch/powerpc/platforms/cell/spufs/
Dswitch.c185 MFC_CNTL_SUSPEND_DMA_QUEUE; in save_mfc_cntl()
188 out_be64(&priv2->mfc_control_RW, MFC_CNTL_SUSPEND_DMA_QUEUE); in save_mfc_cntl()
195 ~MFC_CNTL_SUSPEND_DMA_QUEUE & in save_mfc_cntl()
970 out_be64(&priv2->mfc_control_RW, MFC_CNTL_SUSPEND_DMA_QUEUE | in suspend_mfc_and_halt_decr()
1392 out_be64(&priv2->mfc_control_RW, MFC_CNTL_SUSPEND_DMA_QUEUE); in suspend_mfc()
/linux-6.6.21/arch/powerpc/include/asm/
Dspu.h380 #define MFC_CNTL_SUSPEND_DMA_QUEUE (1ull << 0) macro