mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
iPod Classic: Enable boosting by switching the CPU between 1x and 2x AHB clock
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29265 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
acf54bed55
commit
44870b7415
6 changed files with 30 additions and 16 deletions
|
|
@ -24,11 +24,10 @@
|
|||
#include "system-arm.h"
|
||||
#include "mmu-arm.h"
|
||||
|
||||
//TODO: Figure out exact values
|
||||
#define CPUFREQ_SLEEP 32768
|
||||
#define CPUFREQ_MAX 216000000
|
||||
#define CPUFREQ_DEFAULT 216000000
|
||||
#define CPUFREQ_NORMAL 216000000
|
||||
#define CPUFREQ_DEFAULT 108000000
|
||||
#define CPUFREQ_NORMAL 108000000
|
||||
|
||||
#define STORAGE_WANTS_ALIGN
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue