forked from len0rd/rockbox
CPU boosting support for ipod nano and video. The rest of the targets
are either untested or do not work with the current code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9070 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4ba14d9113
commit
f6e856774c
5 changed files with 71 additions and 18 deletions
|
@ -305,8 +305,11 @@ static inline void invalidate_icache(void)
|
|||
|
||||
/* TODO: Implement set_irq_level and check CPU frequencies */
|
||||
|
||||
#define CPUFREQ_DEFAULT CPU_FREQ
|
||||
#define CPUFREQ_NORMAL 37500000
|
||||
#define CPUFREQ_DEFAULT_MULT 8
|
||||
#define CPUFREQ_DEFAULT 240000000
|
||||
#define CPUFREQ_NORMAL_MULT 10
|
||||
#define CPUFREQ_NORMAL 30000000
|
||||
#define CPUFREQ_MAX_MULT 25
|
||||
#define CPUFREQ_MAX 75000000
|
||||
|
||||
static inline unsigned short swap16(unsigned short value)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue