Searched refs:CPU_RESET (Results 1 – 3 of 3) sorted by relevance
51 #define CPU_RESET(cpu) (0x1111ul<<(cpu)) macro131 writel(CPU_RESET(cpu), CLK_RST_CONTROLLER_RST_CPU_CMPLX_SET); in boot_secondary()158 writel(CPU_RESET(cpu), CLK_RST_CONTROLLER_RST_CPU_CMPLX_CLR); in boot_secondary()
20 #define CPU_RESET 0x00000002 macro