Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dohci.h161 struct ohci_regs { struct
163 __u32 revision;
164 __u32 control;
165 __u32 cmdstatus;
166 __u32 intrstatus;
167 __u32 intrenable;
168 __u32 intrdisable;
170 __u32 hcca;
171 __u32 ed_periodcurrent;
172 __u32 ed_controlhead;
[all …]
/openbmc/linux/drivers/usb/host/
H A Dohci.h210 struct ohci_regs { struct
212 __hc32 revision;
213 __hc32 control;
214 __hc32 cmdstatus;
215 __hc32 intrstatus;
216 __hc32 intrenable;
217 __hc32 intrdisable;
220 __hc32 hcca;
221 __hc32 ed_periodcurrent;
222 __hc32 ed_controlhead;
[all …]