mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
tcc77x: add tcc77x_cscfg_bw() helper for external memory bus width setup
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22729 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
05fd9ee182
commit
36e8fc0872
3 changed files with 15 additions and 2 deletions
|
|
@ -128,7 +128,7 @@ static void _display_on(void)
|
|||
void lcd_init_device(void)
|
||||
{
|
||||
/* Configure external memory banks */
|
||||
CSCFG1 = 0x2d500023 | (((MCFG >> 11) & 1) << 28);
|
||||
CSCFG1 = 0x0d500023 | tcc77x_cscfg_bw(TCC77X_CSCFG_BW16);
|
||||
|
||||
/* may be reset */
|
||||
GPIOA |= 0x8000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue