mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
Get rid of some more inl/outl. 0x70000084 seems to be GPO32_ENABLE.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15477 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4ef3e821cb
commit
03dd35db0e
8 changed files with 9 additions and 8 deletions
|
|
@ -170,7 +170,7 @@ void lcd_init_device(void)
|
|||
#ifdef IPOD_4G
|
||||
GPIOB_ENABLE |= 0x4; /* B02 enable */
|
||||
GPIOB_ENABLE |= 0x8; /* B03 enable */
|
||||
outl(inl(0x70000084) | 0x2000000, 0x70000084); /* D01 enable */
|
||||
GPO32_ENABLE |= 0x2000000; /* D01 enable */
|
||||
GPO32_VAL |= 0x2000000; /* D01 =1 */
|
||||
|
||||
DEV_EN |= 0x20000; /* PWM enable */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue