Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/platform/olpc/
Dolpc-xo1-sci.c270 olpc_xo1_pm_wakeup_set(CS5536_PM_PWRBTN); in xo1_sci_suspend()
272 olpc_xo1_pm_wakeup_clear(CS5536_PM_PWRBTN); in xo1_sci_suspend()
346 outl(((CS5536_PM_PWRBTN | CS5536_PM_RTC) << 16) | 0xffff, in setup_sci_interrupt()
Dolpc-xo1-pm.c27 static u16 wakeup_mask = CS5536_PM_PWRBTN;
/Linux-v5.4/include/linux/
Dcs5535.h99 #define CS5536_PM_PWRBTN (1 << 8) macro