Searched refs:pm_cntrl (Results 1 – 1 of 1) sorted by relevance
117 struct pm_cntrl { struct130 struct pm_cntrl pm_cntrl; argument382 if (pm_regs.pm_cntrl.enable == 1) in write_pm_cntrl()385 if (pm_regs.pm_cntrl.stop_at_max == 1) in write_pm_cntrl()388 if (pm_regs.pm_cntrl.trace_mode != 0) in write_pm_cntrl()389 val |= CBE_PM_TRACE_MODE_SET(pm_regs.pm_cntrl.trace_mode); in write_pm_cntrl()391 if (pm_regs.pm_cntrl.trace_buf_ovflw == 1) in write_pm_cntrl()392 val |= CBE_PM_TRACE_BUF_OVFLW(pm_regs.pm_cntrl.trace_buf_ovflw); in write_pm_cntrl()393 if (pm_regs.pm_cntrl.freeze == 1) in write_pm_cntrl()396 val |= CBE_PM_SPU_ADDR_TRACE_SET(pm_regs.pm_cntrl.spu_addr_trace); in write_pm_cntrl()[all …]