ULPD_SLEEP_SAVE_  155 arch/arm/mach-omap1/pm.h #define ULPD_SAVE(x) ulpd_sleep_save[ULPD_SLEEP_SAVE_##x] = omap_readw(x)
ULPD_SLEEP_SAVE_  156 arch/arm/mach-omap1/pm.h #define ULPD_RESTORE(x) omap_writew((ulpd_sleep_save[ULPD_SLEEP_SAVE_##x]), (x))
ULPD_SLEEP_SAVE_  157 arch/arm/mach-omap1/pm.h #define ULPD_SHOW(x) ulpd_sleep_save[ULPD_SLEEP_SAVE_##x]