Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/platforms/cell/spufs/
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()
188 out_be64(&priv2->mfc_control_RW, MFC_CNTL_SUSPEND_DMA_QUEUE); in save_mfc_cntl()
189 POLL_WHILE_FALSE((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()
[all …]
Dfile.c1816 ctx->csa.priv2.mfc_control_RW |= MFC_CNTL_DECREMENTER_RUNNING; in spufs_decr_status_set()
1818 ctx->csa.priv2.mfc_control_RW &= ~MFC_CNTL_DECREMENTER_RUNNING; in spufs_decr_status_set()
1826 if (ctx->csa.priv2.mfc_control_RW & MFC_CNTL_DECREMENTER_RUNNING) in spufs_decr_status_get()
2507 u64 mfc_control_RW; in spufs_show_ctx() local
2515 mfc_control_RW = in_be64(&priv2->mfc_control_RW); in spufs_show_ctx()
2520 mfc_control_RW = csa->priv2.mfc_control_RW; in spufs_show_ctx()
2535 mfc_control_RW, in spufs_show_ctx()
Drun.c104 mfc_cntl = &ctx->spu->priv2->mfc_control_RW; in spu_setup_isolated()
Dhw_ops.c305 out_be64(&priv2->mfc_control_RW, MFC_CNTL_RESTART_DMA_COMMAND); in spu_hw_restart_dma()
Dbacking_ops.c368 ctx->csa.priv2.mfc_control_RW |= MFC_CNTL_RESTART_DMA_COMMAND; in spu_backing_restart_dma()
/Linux-v5.4/arch/powerpc/include/asm/
Dspu_csa.h194 u64 mfc_control_RW; member
Dspu.h411 u64 mfc_control_RW; /* 0x3000 */ member
/Linux-v5.4/arch/powerpc/platforms/cell/
Dspu_base.c128 out_be64(&priv2->mfc_control_RW, MFC_CNTL_RESTART_DMA_COMMAND); in spu_restart_dma()