Home
last modified time | relevance | path

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

/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.h148 struct ohci_regs { struct
150 __u32 revision;
151 __u32 control;
152 __u32 cmdstatus;
153 __u32 intrstatus;
154 __u32 intrenable;
155 __u32 intrdisable;
157 __u32 hcca;
158 __u32 ed_periodcurrent;
159 __u32 ed_controlhead;
[all …]
/external/u-boot/drivers/usb/host/
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 …]