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

/linux-4.4.14/arch/arm/mach-omap1/
H A Dpm.h151 #define DSP_SAVE(x) dsp_sleep_save[DSP_SLEEP_SAVE_##x] = __raw_readw(x)
152 #define DSP_RESTORE(x) __raw_writew((dsp_sleep_save[DSP_SLEEP_SAVE_##x]), (x))
153 #define DSP_SHOW(x) dsp_sleep_save[DSP_SLEEP_SAVE_##x]
H A Dpm.c69 static unsigned short dsp_sleep_save[DSP_SLEEP_SAVE_SIZE]; variable

Completed in 107 milliseconds