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