Home
last modified time | relevance | path

Searched refs:mfc_sr1_RW (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/arch/powerpc/platforms/cell/spufs/
Dbacking_ops.c301 sr1 = csa->priv1.mfc_sr1_RW | MFC_STATE1_MASTER_RUN_CONTROL_MASK; in spu_backing_master_start()
302 csa->priv1.mfc_sr1_RW = sr1; in spu_backing_master_start()
312 sr1 = csa->priv1.mfc_sr1_RW & ~MFC_STATE1_MASTER_RUN_CONTROL_MASK; in spu_backing_master_stop()
313 csa->priv1.mfc_sr1_RW = sr1; in spu_backing_master_stop()
Dswitch.c217 csa->priv1.mfc_sr1_RW = spu_mfc_sr1_get(spu); in save_mfc_sr1()
1692 spu_mfc_sr1_set(spu, csa->priv1.mfc_sr1_RW); in restore_mfc_sr1()
2147 csa->priv1.mfc_sr1_RW = MFC_STATE1_LOCAL_STORAGE_DECODE_MASK | in init_priv1()
/linux-6.6.21/arch/powerpc/platforms/cell/
Dspu_priv1_mmio.c102 out_be64(&spu->priv1->mfc_sr1_RW, sr1); in mfc_sr1_set()
107 return in_be64(&spu->priv1->mfc_sr1_RW); in mfc_sr1_get()
/linux-6.6.21/arch/powerpc/include/asm/
Dspu_csa.h123 u64 mfc_sr1_RW; member
Dspu.h444 u64 mfc_sr1_RW; /* 0x000 */ member
/linux-6.6.21/arch/powerpc/platforms/ps3/
Dspu.c544 offsetof(struct spu_priv1, mfc_sr1_RW), in mfc_sr1_set()