Lines Matching refs:reg
34 u32 reg; in bcm6348_a1_reboot() local
38 reg = bcm_perf_readl(PERF_SOFTRESET_REG); in bcm6348_a1_reboot()
39 reg &= ~SOFTRESET_6348_ALL; in bcm6348_a1_reboot()
40 bcm_perf_writel(reg, PERF_SOFTRESET_REG); in bcm6348_a1_reboot()
43 reg = bcm_perf_readl(PERF_SOFTRESET_REG); in bcm6348_a1_reboot()
44 reg |= SOFTRESET_6348_ALL; in bcm6348_a1_reboot()
45 bcm_perf_writel(reg, PERF_SOFTRESET_REG); in bcm6348_a1_reboot()
67 u32 reg, perf_regs[2] = { 0, 0 }; in bcm63xx_machine_reboot() local
99 reg = bcm_perf_readl(perf_regs[i]); in bcm63xx_machine_reboot()
101 reg &= ~EXTIRQ_CFG_MASK_ALL_6348; in bcm63xx_machine_reboot()
102 reg |= EXTIRQ_CFG_CLEAR_ALL_6348; in bcm63xx_machine_reboot()
104 reg &= ~EXTIRQ_CFG_MASK_ALL; in bcm63xx_machine_reboot()
105 reg |= EXTIRQ_CFG_CLEAR_ALL; in bcm63xx_machine_reboot()
107 bcm_perf_writel(reg, perf_regs[i]); in bcm63xx_machine_reboot()
117 reg = bcm_perf_readl(PERF_SYS_PLL_CTL_REG); in bcm63xx_machine_reboot()
118 reg |= SYS_PLL_SOFT_RESET; in bcm63xx_machine_reboot()
119 bcm_perf_writel(reg, PERF_SYS_PLL_CTL_REG); in bcm63xx_machine_reboot()