Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/mach-omap1/
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]
Dpm.c70 static unsigned short ulpd_sleep_save[ULPD_SLEEP_SAVE_SIZE]; variable