Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/platforms/cell/spufs/
Dswitch.c199 MFC_CNTL_SUSPEND_DMA_QUEUE; in save_mfc_cntl()
202 out_be64(&priv2->mfc_control_RW, MFC_CNTL_SUSPEND_DMA_QUEUE); in save_mfc_cntl()
209 ~MFC_CNTL_SUSPEND_DMA_QUEUE & in save_mfc_cntl()
984 out_be64(&priv2->mfc_control_RW, MFC_CNTL_SUSPEND_DMA_QUEUE | in suspend_mfc_and_halt_decr()
1406 out_be64(&priv2->mfc_control_RW, MFC_CNTL_SUSPEND_DMA_QUEUE); in suspend_mfc()
/linux-3.4.99/arch/powerpc/include/asm/
Dspu.h426 #define MFC_CNTL_SUSPEND_DMA_QUEUE (1ull << 0) macro