OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ed_controlhead
(Results
1 - 4
of
4
) sorted by null
/external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.h
159
__u32
ed_controlhead
;
member in struct:ohci_regs
au1x00_usb_ohci.c
286
maybe_print_eds ("
ed_controlhead
", readl (®s->
ed_controlhead
));
477
writel ((long)ed, &ohci->regs->
ed_controlhead
);
527
writel (m32_swap (*((__u32 *)&ed->hwNextED)), &ohci->regs->
ed_controlhead
);
[
all
...]
/external/u-boot/drivers/usb/host/
ohci.h
172
__u32
ed_controlhead
;
member in struct:ohci_regs
ohci-hcd.c
418
maybe_print_eds("
ed_controlhead
", ohci_readl(®s->
ed_controlhead
));
681
ohci_writel((uintptr_t)ed, &ohci->regs->
ed_controlhead
);
789
&ohci->regs->
ed_controlhead
);
[
all
...]
Completed in 520 milliseconds