Searched refs:mfc_cntl (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/powerpc/platforms/cell/spufs/
H A Drun.c85 u64 __iomem *mfc_cntl; local
104 mfc_cntl = &ctx->spu->priv2->mfc_control_RW;
109 out_be64(mfc_cntl, MFC_CNTL_PURGE_DMA_REQUEST);
110 while ((in_be64(mfc_cntl) & MFC_CNTL_PURGE_DMA_STATUS_MASK)
122 out_be64(mfc_cntl, 0);

Completed in 92 milliseconds