Get rid of some more inl/outl and use the new GPO32 define instead.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15474 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Barry Wardell 2007-11-05 15:48:59 +00:00
parent 560515fba1
commit 2d95fd524d
4 changed files with 9 additions and 9 deletions

View file

@ -171,7 +171,7 @@ void lcd_init_device(void)
GPIOB_ENABLE |= 0x4; /* B02 enable */
GPIOB_ENABLE |= 0x8; /* B03 enable */
outl(inl(0x70000084) | 0x2000000, 0x70000084); /* D01 enable */
outl(inl(0x70000080) | 0x2000000, 0x70000080); /* D01 =1 */
GPO32 |= 0x2000000; /* D01 =1 */
DEV_EN |= 0x20000; /* PWM enable */
#endif