Home
last modified time | relevance | path

Searched defs:fotg210_regs (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/usb/
H A Dfotg210.h12 struct fotg210_regs { struct
14 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 …]
/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h228 struct fotg210_regs { struct
231 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 …]