Searched refs:ulpd_sleep_save (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/arm/mach-omap1/
H A Dpm.h155 #define ULPD_SAVE(x) ulpd_sleep_save[ULPD_SLEEP_SAVE_##x] = omap_readw(x)
156 #define ULPD_RESTORE(x) omap_writew((ulpd_sleep_save[ULPD_SLEEP_SAVE_##x]), (x))
157 #define ULPD_SHOW(x) ulpd_sleep_save[ULPD_SLEEP_SAVE_##x]
H A Dpm.c70 static unsigned short ulpd_sleep_save[ULPD_SLEEP_SAVE_SIZE]; variable

Completed in 62 milliseconds