MPUI1510_SLEEP_SAVE_  163 arch/arm/mach-omap1/pm.h #define MPUI1510_SAVE(x) mpui1510_sleep_save[MPUI1510_SLEEP_SAVE_##x] = omap_readl(x)
MPUI1510_SLEEP_SAVE_  164 arch/arm/mach-omap1/pm.h #define MPUI1510_RESTORE(x) omap_writel((mpui1510_sleep_save[MPUI1510_SLEEP_SAVE_##x]), (x))
MPUI1510_SLEEP_SAVE_  165 arch/arm/mach-omap1/pm.h #define MPUI1510_SHOW(x) mpui1510_sleep_save[MPUI1510_SLEEP_SAVE_##x]