Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-omap1/
H A Dpm.h140 #define ULPD_SAVE(x) ulpd_sleep_save[ULPD_SLEEP_SAVE_##x] = omap_readw(x)
141 #define ULPD_RESTORE(x) omap_writew((ulpd_sleep_save[ULPD_SLEEP_SAVE_##x]), (x))
142 #define ULPD_SHOW(x) ulpd_sleep_save[ULPD_SLEEP_SAVE_##x]
H A Dpm.c71 static unsigned short ulpd_sleep_save[ULPD_SLEEP_SAVE_SIZE]; variable