Home
last modified time | relevance | path

Searched refs:mfc_control_RW (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/powerpc/platforms/cell/spufs/
H A Dswitch.c174 switch (in_be64(&priv2->mfc_control_RW) & in save_mfc_cntl()
177 POLL_WHILE_FALSE((in_be64(&priv2->mfc_control_RW) & in save_mfc_cntl()
183 csa->priv2.mfc_control_RW = in save_mfc_cntl()
184 in_be64(&priv2->mfc_control_RW) | in save_mfc_cntl()
193 csa->priv2.mfc_control_RW = in save_mfc_cntl()
194 in_be64(&priv2->mfc_control_RW) & in save_mfc_cntl()
259 csa->priv2.mfc_control_RW &= ~mask; in save_mfc_stopped_status()
260 csa->priv2.mfc_control_RW |= in_be64(&priv2->mfc_control_RW) & mask; in save_mfc_stopped_status()
271 out_be64(&priv2->mfc_control_RW, in halt_mfc_decr()
464 out_be64(&priv2->mfc_control_RW, in purge_mfc_queue()
[all …]
H A Dfile.c1803 ctx->csa.priv2.mfc_control_RW |= MFC_CNTL_DECREMENTER_RUNNING; in spufs_decr_status_set()
1805 ctx->csa.priv2.mfc_control_RW &= ~MFC_CNTL_DECREMENTER_RUNNING; in spufs_decr_status_set()
1813 if (ctx->csa.priv2.mfc_control_RW & MFC_CNTL_DECREMENTER_RUNNING) in spufs_decr_status_get()
2491 u64 mfc_control_RW; in spufs_show_ctx() local
2499 mfc_control_RW = in_be64(&priv2->mfc_control_RW); in spufs_show_ctx()
2504 mfc_control_RW = csa->priv2.mfc_control_RW; in spufs_show_ctx()
2519 mfc_control_RW, in spufs_show_ctx()
H A Drun.c104 mfc_cntl = &ctx->spu->priv2->mfc_control_RW; in spu_setup_isolated()
H A Dhw_ops.c305 out_be64(&priv2->mfc_control_RW, MFC_CNTL_RESTART_DMA_COMMAND); in spu_hw_restart_dma()
H A Dbacking_ops.c368 ctx->csa.priv2.mfc_control_RW |= MFC_CNTL_RESTART_DMA_COMMAND; in spu_backing_restart_dma()
/openbmc/linux/arch/powerpc/include/asm/
H A Dspu_csa.h194 u64 mfc_control_RW; member
H A Dspu.h378 u64 mfc_control_RW; /* 0x3000 */ member
/openbmc/linux/arch/powerpc/platforms/cell/
H A Dspu_base.c127 out_be64(&priv2->mfc_control_RW, MFC_CNTL_RESTART_DMA_COMMAND); in spu_restart_dma()