Subversion Repositories freemyipod

Rev

Rev 265 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 265 Rev 274
Line 41... Line 41...
41
 
41
 
42
/*** OTG PHY CONTROL REGISTERS ***/
42
/*** OTG PHY CONTROL REGISTERS ***/
43
#define OPHYPWR     (*((uint32_t volatile*)(PHYBASE + 0x000)))
43
#define OPHYPWR     (*((uint32_t volatile*)(PHYBASE + 0x000)))
44
#define OPHYCLK     (*((uint32_t volatile*)(PHYBASE + 0x004)))
44
#define OPHYCLK     (*((uint32_t volatile*)(PHYBASE + 0x004)))
45
#define ORSTCON     (*((uint32_t volatile*)(PHYBASE + 0x008)))
45
#define ORSTCON     (*((uint32_t volatile*)(PHYBASE + 0x008)))
-
 
46
#define OPHYUNK3    (*((uint32_t volatile*)(PHYBASE + 0x018)))
46
#define OPHYUNK1    (*((uint32_t volatile*)(PHYBASE + 0x01c)))
47
#define OPHYUNK1    (*((uint32_t volatile*)(PHYBASE + 0x01c)))
47
#define OPHYUNK2    (*((uint32_t volatile*)(PHYBASE + 0x044)))
48
#define OPHYUNK2    (*((uint32_t volatile*)(PHYBASE + 0x044)))
48
 
49
 
49
/*** OTG LINK CORE REGISTERS ***/
50
/*** OTG LINK CORE REGISTERS ***/
50
/* Core Global Registers */
51
/* Core Global Registers */