Searched defs:mfc_control_RW (Results 1 - 3 of 3) sorted by relevance

/arch/powerpc/include/asm/
H A Dspu_csa.h207 u64 mfc_control_RW; member in struct:spu_priv2_collapsed
H A Dspu.h424 u64 mfc_control_RW; /* 0x3000 */ member in struct:spu_priv2
/arch/powerpc/platforms/cell/spufs/
H A Dfile.c1938 ctx->csa.priv2.mfc_control_RW |= MFC_CNTL_DECREMENTER_RUNNING;
1940 ctx->csa.priv2.mfc_control_RW &= ~MFC_CNTL_DECREMENTER_RUNNING;
1948 if (ctx->csa.priv2.mfc_control_RW & MFC_CNTL_DECREMENTER_RUNNING)
2633 u64 mfc_control_RW; local
2641 mfc_control_RW = in_be64(&priv2->mfc_control_RW);
2646 mfc_control_RW = csa->priv2.mfc_control_RW;
2661 mfc_control_RW,

Completed in 65 milliseconds