Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
dsp-omap.h
Go to the documentation of this file.
1 #ifndef __OMAP_DSP_H__
2 #define __OMAP_DSP_H__
3 
4 #include <linux/types.h>
5 
7  void (*dsp_set_min_opp) (u8 opp_id);
9  void (*cpu_set_freq) (unsigned long f);
10  unsigned long (*cpu_get_freq) (void);
11  unsigned long mpu_speed[6];
12 
13  /* functions to write and read PRCM registers */
20 
23 
26 };
27 
28 #if defined(CONFIG_TIDSPBRIDGE) || defined(CONFIG_TIDSPBRIDGE_MODULE)
29 extern void omap_dsp_reserve_sdram_memblock(void);
30 #else
31 static inline void omap_dsp_reserve_sdram_memblock(void) { }
32 #endif
33 
34 #endif