rockbox/firmware/target/arm/as3525/sansa-clip
Rafaël Carré adb978a44d Sansa AMS: Various fixes/enhancements for clock frequencies
Fix CGU_DBOP setting

Set PCLK to the exact frequency (62MHz, not the maximal frequency)

Use a better comment for CLK_DIV macro

Use preprocessor safety checks for clock divider sizes to avoid future mistakes (not for SD_IDENT frequency since that check is handled by mci_set_clock_divider)

Use maximal IDE frequency of 66MHz (like OF), not 90MHz like written in AS3525 datasheet. The IDE chip is somehow linked to internal storage, and a too high frequency could affect the storage driver.

Use the same DBOP frequency of 32MHz for all models (like OF, verified clip, fuze, e200v2 and m200v4), compromise between performance and battery life could be added in the future for each target
Performance increase on Sansa Fuze with DBOP freq. set to 64MHz: +12% fps for lcd_update, +1% fps for yuv

Thanks to daytona955 on the forums for his help

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20923 a1c6a512-1295-4272-9138-f99709370657
2009-05-13 08:27:20 +00:00
..
backlight-clip.c Sansa Clip: backlight brightness is not possible, so remove references to it 2008-11-18 17:40:32 +00:00
backlight-target.h Clip: add backlight and buttonlight code 2008-10-31 22:02:41 +00:00
button-clip.c Sansa AMS: ignore buttons when hold switch is on 2008-12-03 11:30:18 +00:00
button-target.h Use the same poweroff count for clip as for other AMS targets 2008-12-28 21:58:13 +00:00
lcd-as-clip.S Sansa Clip : save one instruction per 8 pixels loop in lcd_grey_data 2008-12-01 04:07:13 +00:00
lcd-ssd1303.c Sansa AMS: Various fixes/enhancements for clock frequencies 2009-05-13 08:27:20 +00:00
powermgmt-clip.c Sansa Clip: enable battery charging. 2009-02-14 16:19:21 +00:00