MPUI1610_SLEEP_SAVE_  167 arch/arm/mach-omap1/pm.h #define MPUI1610_SAVE(x) mpui1610_sleep_save[MPUI1610_SLEEP_SAVE_##x] = omap_readl(x)
MPUI1610_SLEEP_SAVE_  168 arch/arm/mach-omap1/pm.h #define MPUI1610_RESTORE(x) omap_writel((mpui1610_sleep_save[MPUI1610_SLEEP_SAVE_##x]), (x))
MPUI1610_SLEEP_SAVE_  169 arch/arm/mach-omap1/pm.h #define MPUI1610_SHOW(x) mpui1610_sleep_save[MPUI1610_SLEEP_SAVE_##x]