Searched refs:arm_sleep_save (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap1/
H A Dpm.h145 #define ARM_SAVE(x) arm_sleep_save[ARM_SLEEP_SAVE_##x] = omap_readl(x)
146 #define ARM_RESTORE(x) omap_writel((arm_sleep_save[ARM_SLEEP_SAVE_##x]), (x))
147 #define ARM_SHOW(x) arm_sleep_save[ARM_SLEEP_SAVE_##x]
H A Dpm.c62 static unsigned int arm_sleep_save[ARM_SLEEP_SAVE_SIZE]; variable
344 arg0 = arm_sleep_save[ARM_SLEEP_SAVE_ARM_IDLECT1];
345 arg1 = arm_sleep_save[ARM_SLEEP_SAVE_ARM_IDLECT2];

Completed in 77 milliseconds