Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/include/asm/mach-ar7/
Dar7.h23 #define AR7_REGS_POWER (AR7_REGS_BASE + 0x0a00) macro
24 #define AR7_REGS_CLOCKS (AR7_REGS_POWER + 0x80)
25 #define UR8_REGS_CLOCKS (AR7_REGS_POWER + 0x20)
172 void *power_reg = (void *)KSEG1ADDR(AR7_REGS_POWER); in ar7_device_on()
179 void *power_reg = (void *)KSEG1ADDR(AR7_REGS_POWER); in ar7_device_off()
/linux-6.1.9/arch/mips/ar7/
Dsetup.c30 u32 *power_reg = (u32 *)ioremap(AR7_REGS_POWER, 1); in ar7_machine_power_off()