Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A 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 …]
/OK3568_Linux_fs/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 …]
/OK3568_Linux_fs/kernel/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 …]