Searched refs:wakeup_mask (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/arch/x86/platform/olpc/ |
H A D | olpc-xo1-pm.c | 31 static u16 wakeup_mask = CS5536_PM_PWRBTN; variable 41 wakeup_mask |= value; olpc_xo1_pm_wakeup_set() 48 wakeup_mask &= ~value; olpc_xo1_pm_wakeup_clear() 83 outl(wakeup_mask << 16, acpi_base + CS5536_PM1_STS); xo1_do_sleep()
|
/linux-4.4.14/arch/mips/netlogic/common/ |
H A D | smp.c | 212 static int nlm_parse_cpumask(cpumask_t *wakeup_mask) nlm_parse_cpumask() argument 219 if (cpumask_test_cpu(i, wakeup_mask)) nlm_parse_cpumask() 242 if (cpumask_test_cpu(i + j, wakeup_mask)) nlm_parse_cpumask() 250 panic("Unsupported CPU mask %*pb", cpumask_pr_args(wakeup_mask)); nlm_parse_cpumask()
|
/linux-4.4.14/arch/mips/netlogic/xlp/ |
H A D | wakeup.c | 109 static void xlp_enable_secondary_cores(const cpumask_t *wakeup_mask) xlp_enable_secondary_cores() argument 183 if (!cpumask_test_cpu(cpu, wakeup_mask)) xlp_enable_secondary_cores()
|
/linux-4.4.14/drivers/irqchip/ |
H A D | irq-vic.c | 524 u32 wakeup_mask = ~0; vic_of_init() local 534 of_property_read_u32(node, "valid-wakeup-mask", &wakeup_mask); vic_of_init() 539 __vic_init(regs, 0, 0, interrupt_mask, wakeup_mask, node); vic_of_init()
|
Completed in 264 milliseconds