Home
last modified time | relevance | path

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

/arch/powerpc/oprofile/
Dop_model_cell.c116 struct pm_cntrl { struct
129 struct pm_cntrl pm_cntrl; argument
381 if (pm_regs.pm_cntrl.enable == 1) in write_pm_cntrl()
384 if (pm_regs.pm_cntrl.stop_at_max == 1) in write_pm_cntrl()
387 if (pm_regs.pm_cntrl.trace_mode != 0) in write_pm_cntrl()
388 val |= CBE_PM_TRACE_MODE_SET(pm_regs.pm_cntrl.trace_mode); in write_pm_cntrl()
390 if (pm_regs.pm_cntrl.trace_buf_ovflw == 1) in write_pm_cntrl()
391 val |= CBE_PM_TRACE_BUF_OVFLW(pm_regs.pm_cntrl.trace_buf_ovflw); in write_pm_cntrl()
392 if (pm_regs.pm_cntrl.freeze == 1) in write_pm_cntrl()
395 val |= CBE_PM_SPU_ADDR_TRACE_SET(pm_regs.pm_cntrl.spu_addr_trace); in write_pm_cntrl()
[all …]