From 977c69f8196ccee2f6397a31b1546f036063f389 Mon Sep 17 00:00:00 2001 From: Barry Wardell Date: Wed, 20 Dec 2006 18:03:40 +0000 Subject: iPod 3G is also PortalPlayer so should use the common USB driver. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11824 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/pp5002.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'firmware') diff --git a/firmware/export/pp5002.h b/firmware/export/pp5002.h index da35fd9200..b1bc6f4d01 100644 --- a/firmware/export/pp5002.h +++ b/firmware/export/pp5002.h @@ -59,6 +59,12 @@ #define DEV_RS (*(volatile unsigned long *)( 0xcf005030)) #define DEV_EN (*(volatile unsigned long *)( 0xcf005000)) +#define DEV_USB 0x400000 + +#define DEV_INIT (*(volatile unsigned long *)(0x70000020)) + +#define INIT_USB 0x80000000 + #define CPU_INT_STAT (*(volatile unsigned long*)(0xcf001000)) #define CPU_INT_EN (*(volatile unsigned long*)(0xcf001024)) #define CPU_INT_CLR (*(volatile unsigned long*)(0xcf001028)) -- cgit v1.2.3