Home
last modified time | relevance | path

Searched defs:ehci_regs (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/usb/
H A Dehci_def.h54 struct ehci_regs { struct
57 u32 command;
77 u32 status;
93 u32 intr_enable;
100 u32 frame_list; /* points to periodic list */
104 u32 reserved1[2];
110 u32 reserved2[6];
113 u32 configured_flag;
116 union {
170 union {
[all …]
/openbmc/linux/drivers/usb/host/
H A Doxu210hp-hcd.c122 struct ehci_regs { struct
124 u32 command;
137 u32 status;
154 u32 intr_enable;
157 u32 frame_index; /* current microframe number */
159 u32 segment; /* address bits 63:32 if needed */
161 u32 frame_list; /* points to periodic list */
163 u32 async_next; /* address of next async queue head */
165 u32 reserved[9];
168 u32 configured_flag;
[all …]
/openbmc/linux/drivers/usb/early/
H A Dehci-dbgp.c59 static struct ehci_regs __iomem *ehci_regs; variable