Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm/mach-omap1/
Dpm.h132 #define DSP_SAVE(x) dsp_sleep_save[DSP_SLEEP_SAVE_##x] = __raw_readw(x)
133 #define DSP_RESTORE(x) __raw_writew((dsp_sleep_save[DSP_SLEEP_SAVE_##x]), (x))
134 #define DSP_SHOW(x) dsp_sleep_save[DSP_SLEEP_SAVE_##x]
Dpm.c70 static unsigned short dsp_sleep_save[DSP_SLEEP_SAVE_SIZE]; variable