Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/platforms/cell/spufs/
A Dhw_ops.c231 sr1 = spu_mfc_sr1_get(spu) | MFC_STATE1_MASTER_RUN_CONTROL_MASK; in spu_hw_master_start()
242 sr1 = spu_mfc_sr1_get(spu) & ~MFC_STATE1_MASTER_RUN_CONTROL_MASK; in spu_hw_master_stop()
A Dbacking_ops.c301 sr1 = csa->priv1.mfc_sr1_RW | MFC_STATE1_MASTER_RUN_CONTROL_MASK; in spu_backing_master_start()
312 sr1 = csa->priv1.mfc_sr1_RW & ~MFC_STATE1_MASTER_RUN_CONTROL_MASK; in spu_backing_master_stop()
A Dswitch.c496 spu_mfc_sr1_set(spu, (MFC_STATE1_MASTER_RUN_CONTROL_MASK | in setup_mfc_sr1()
1043 MFC_STATE1_MASTER_RUN_CONTROL_MASK); in clear_spu_status()
1055 MFC_STATE1_MASTER_RUN_CONTROL_MASK); in clear_spu_status()
1882 spu_mfc_sr1_set(spu, MFC_STATE1_MASTER_RUN_CONTROL_MASK); in force_spu_isolate_exit()
2148 MFC_STATE1_MASTER_RUN_CONTROL_MASK | in init_priv1()
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dspu.h450 #define MFC_STATE1_MASTER_RUN_CONTROL_MASK 0x20ull macro
/linux-6.3-rc2/arch/powerpc/platforms/cell/
A Dspu_base.c706 tmp &= ~MFC_STATE1_MASTER_RUN_CONTROL_MASK; in crash_kexec_stop_spus()
/linux-6.3-rc2/arch/powerpc/xmon/
A Dxmon.c4164 tmp &= ~MFC_STATE1_MASTER_RUN_CONTROL_MASK; in stop_spus()

Completed in 26 milliseconds