Home
last modified time | relevance | path

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

/linux-5.19.10/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.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()
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-5.19.10/arch/powerpc/include/asm/
Dspu_csa.h194 u64 mfc_control_RW; member
Dspu.h378 u64 mfc_control_RW; /* 0x3000 */ member
/linux-5.19.10/arch/powerpc/platforms/cell/
Dspu_base.c127 out_be64(&priv2->mfc_control_RW, MFC_CNTL_RESTART_DMA_COMMAND); in spu_restart_dma()