%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 49.231.201.246 / Your IP : 216.73.216.149 Web Server : Apache/2.4.18 (Ubuntu) System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/11584/root/lib/modules/4.4.0-112-generic/build/arch/avr32/mach-at32ap/include/mach/ |
Upload File : |
/* * AVR32 AP Power Management. * * Copyright (C) 2008 Atmel Corporation * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #ifndef __ASM_AVR32_ARCH_PM_H #define __ASM_AVR32_ARCH_PM_H /* Possible arguments to the "sleep" instruction */ #define CPU_SLEEP_IDLE 0 #define CPU_SLEEP_FROZEN 1 #define CPU_SLEEP_STANDBY 2 #define CPU_SLEEP_STOP 3 #define CPU_SLEEP_STATIC 5 #ifndef __ASSEMBLY__ extern void cpu_enter_idle(void); extern void cpu_enter_standby(unsigned long sdramc_base); void intc_set_suspend_handler(unsigned long offset); #endif #endif /* __ASM_AVR32_ARCH_PM_H */