Searched defs:wakeup (Results 1 - 7 of 7) sorted by relevance

/arch/x86/realmode/rm/
H A DMakefile12 wakeup-objs := wakeup_asm.o wakemain.o video-mode.o
13 wakeup-objs += copy.o bioscall.o regs.o
18 wakeup-objs += video-vga.o
19 wakeup-objs += video-vesa.o
20 wakeup-objs += video-bios.o
26 realmode-$(CONFIG_ACPI_SLEEP) += $(wakeup-objs)
/arch/blackfin/mach-common/
H A Dpm.c146 int wakeup; local
159 wakeup = bfin_read_VR_CTL() & ~FREQ;
160 wakeup |= SCKELOW;
163 wakeup |= PHYWE;
166 wakeup |= GPWE;
189 do_hibernate(wakeup | vr_wakeup); /* See you later! */
H A Dints-priority.c218 u32 bank, bit, wakeup = 0; local
226 wakeup |= WAKE;
231 wakeup |= CANWE;
236 wakeup |= CANWE;
241 wakeup |= USBWE;
246 wakeup |= ROTWE;
257 vr_wakeup |= wakeup;
261 vr_wakeup &= ~wakeup;
1102 * Boot-ROM code modifies SICA_IWRx wakeup registers
/arch/powerpc/sysdev/
H A Dfsl_mpic_timer_wakeup.c2 * MPIC timer wakeup driver
32 struct fsl_mpic_timer_wakeup *wakeup = local
37 if (wakeup->timer) {
38 disable_irq_wake(wakeup->timer->irq);
39 mpic_free_timer(wakeup->timer);
42 wakeup->timer = NULL;
48 struct fsl_mpic_timer_wakeup *wakeup = dev_id; local
50 schedule_work(&wakeup->free_work);
52 return wakeup->timer ? IRQ_HANDLED : IRQ_NONE;
159 MODULE_DESCRIPTION("Freescale MPIC global timer wakeup drive
[all...]
/arch/mips/include/asm/netlogic/
H A Dpsb-bootinfo.h47 uint64_t wakeup; member in struct:psb_info
/arch/x86/kvm/
H A Di8259.c51 bool wakeup = s->wakeup_needed; variable
59 if (wakeup) {
/arch/blackfin/mach-bf609/
H A Dpm.c58 #define BITP_ROM_SYSCTRL_DDR_WRITE 13 /* writes the DDR registers from Syscontrol structure for wakeup initialization of DDR */
78 #define BITM_ROM_SYSCTRL_DDR_WRITE (0x00002000) /* Writes the DDR registers from the structure, only really intented for wakeup functionality and not for full DDR configuration */
201 unsigned long wakeup = 0; local
205 wakeup |= PA15WE;
212 wakeup |= PB15WE;
219 wakeup |= PC15WE;
226 wakeup |= PD06WE;
233 wakeup |= PE12WE;
240 wakeup |= PG04WE;
247 wakeup |
[all...]

Completed in 150 milliseconds