Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/include/asm/mach-ar7/
Dar7.h28 #define AR7_REGS_RESET (AR7_REGS_BASE + 0x1600) macro
151 (void *)KSEG1ADDR(AR7_REGS_RESET + AR7_RESET_PERIPHERAL); in ar7_device_enable()
159 (void *)KSEG1ADDR(AR7_REGS_RESET + AR7_RESET_PERIPHERAL); in ar7_device_disable()
/linux-6.1.9/arch/mips/ar7/
Dsetup.c17 u32 *softres_reg = ioremap(AR7_REGS_RESET + AR7_RESET_SOFTWARE, 1); in ar7_machine_restart()