mpui1510_sleep_save   72 arch/arm/mach-omap1/pm.c static unsigned int mpui1510_sleep_save[MPUI1510_SLEEP_SAVE_SIZE];
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]