Searched defs:fotg210_regs (Results 1 – 2 of 2) sorted by relevance
13 struct fotg210_regs { struct15 struct {17 } hccr; /* 0x00 - 0x0f: hccr */18 struct {20 } hcor; /* 0x10 - 0x33: hcor */21 uint32_t rsvd1[3];22 uint32_t miscr; /* 0x40: Miscellaneous Register */23 uint32_t rsvd2[15];25 uint32_t otgcsr;/* 0x80: OTG Control Status Register */26 uint32_t otgisr;/* 0x84: OTG Interrupt Status Register */[all …]
230 struct fotg210_regs { struct233 u32 command;247 u32 status;262 u32 intr_enable;265 u32 frame_index; /* current microframe number */267 u32 segment; /* address bits 63:32 if needed */269 u32 frame_list; /* points to periodic list */271 u32 async_next; /* address of next async queue head */273 u32 reserved1;275 u32 port_status;[all …]