Lines Matching refs:perf_regs
67 u32 reg, perf_regs[2] = { 0, 0 }; in bcm63xx_machine_reboot() local
73 perf_regs[0] = PERF_EXTIRQ_CFG_REG_3368; in bcm63xx_machine_reboot()
76 perf_regs[0] = PERF_EXTIRQ_CFG_REG_6328; in bcm63xx_machine_reboot()
79 perf_regs[0] = PERF_EXTIRQ_CFG_REG_6338; in bcm63xx_machine_reboot()
82 perf_regs[0] = PERF_EXTIRQ_CFG_REG_6345; in bcm63xx_machine_reboot()
85 perf_regs[0] = PERF_EXTIRQ_CFG_REG_6348; in bcm63xx_machine_reboot()
88 perf_regs[0] = PERF_EXTIRQ_CFG_REG_6358; in bcm63xx_machine_reboot()
91 perf_regs[0] = PERF_EXTIRQ_CFG_REG_6362; in bcm63xx_machine_reboot()
96 if (!perf_regs[i]) in bcm63xx_machine_reboot()
99 reg = bcm_perf_readl(perf_regs[i]); in bcm63xx_machine_reboot()
107 bcm_perf_writel(reg, perf_regs[i]); in bcm63xx_machine_reboot()