Home
last modified time | relevance | path

Searched refs:CS5536_PM_PWRBTN (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/arch/x86/platform/olpc/
Dolpc-xo1-sci.c239 olpc_xo1_pm_wakeup_set(CS5536_PM_PWRBTN); in xo1_sci_suspend()
241 olpc_xo1_pm_wakeup_clear(CS5536_PM_PWRBTN); in xo1_sci_suspend()
315 outl((CS5536_PM_PWRBTN << 16) | 0xffff, acpi_base + CS5536_PM1_STS); in setup_sci_interrupt()
Dolpc-xo1-pm.c30 static u16 wakeup_mask = CS5536_PM_PWRBTN;
/linux-3.4.99/include/linux/
Dcs5535.h101 #define CS5536_PM_PWRBTN (1 << 8) macro