Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/bcm63xx/
Dsetup.c38 reg = bcm_perf_readl(PERF_SOFTRESET_REG); 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()
45 bcm_perf_writel(reg, PERF_SOFTRESET_REG); in bcm6348_a1_reboot()
Dreset.c171 reset_reg = PERF_SOFTRESET_REG; in bcm63xx_reset_bits_init()
174 reset_reg = PERF_SOFTRESET_REG; in bcm63xx_reset_bits_init()
/linux-4.1.27/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_regs.h269 #define PERF_SOFTRESET_REG 0x28 macro