mpui1610_sleep_save   73 arch/arm/mach-omap1/pm.c static unsigned int mpui1610_sleep_save[MPUI1610_SLEEP_SAVE_SIZE];
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]