Searched refs:ZONE_MEM_PWR_STATE_MASK (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-bcm/ |
H A D | platsmp-brcmstb.c | 46 ZONE_MEM_PWR_STATE_MASK = BIT(29), enumerator 172 if (pwr_ctrl_wait_tmout(cpu, 1, ZONE_MEM_PWR_STATE_MASK)) in brcmstb_cpu_power_on() 173 panic("ZONE_MEM_PWR_STATE_MASK set timeout"); in brcmstb_cpu_power_on() 228 if (pwr_ctrl_wait_tmout(cpu, 0, ZONE_MEM_PWR_STATE_MASK)) in brcmstb_cpu_kill() 229 panic("ZONE_MEM_PWR_STATE_MASK clear timeout"); in brcmstb_cpu_kill()
|
/kernel/linux/linux-6.6/arch/arm/mach-bcm/ |
H A D | platsmp-brcmstb.c | 38 ZONE_MEM_PWR_STATE_MASK = BIT(29), enumerator 164 if (pwr_ctrl_wait_tmout(cpu, 1, ZONE_MEM_PWR_STATE_MASK)) in brcmstb_cpu_power_on() 165 panic("ZONE_MEM_PWR_STATE_MASK set timeout"); in brcmstb_cpu_power_on() 220 if (pwr_ctrl_wait_tmout(cpu, 0, ZONE_MEM_PWR_STATE_MASK)) in brcmstb_cpu_kill() 221 panic("ZONE_MEM_PWR_STATE_MASK clear timeout"); in brcmstb_cpu_kill()
|
Completed in 2 milliseconds