Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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

Completed in 4 milliseconds