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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap1/
H A Dpm.h149 #define DSP_SAVE(x) dsp_sleep_save[DSP_SLEEP_SAVE_##x] = __raw_readw(x)
150 #define DSP_RESTORE(x) __raw_writew((dsp_sleep_save[DSP_SLEEP_SAVE_##x]), (x))
151 #define DSP_SHOW(x) dsp_sleep_save[DSP_SLEEP_SAVE_##x]
H A Dpm.c63 static unsigned short dsp_sleep_save[DSP_SLEEP_SAVE_SIZE]; variable

Completed in 84 milliseconds