OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ohci_writel
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/drivers/usb/host/
ohci-hcd.c
681
ohci_writel
((uintptr_t)ed, &ohci->regs->ed_controlhead);
690
ohci_writel
(ohci->hc_control, &ohci->regs->control);
699
ohci_writel
((uintptr_t)ed, &ohci->regs->ed_bulkhead);
708
ohci_writel
(ohci->hc_control, &ohci->regs->control);
785
ohci_writel
(ohci->hc_control,
788
ohci_writel
(m32_swap(*((__u32 *)&ed->hwNextED)),
806
ohci_writel
(ohci->hc_control,
809
ohci_writel
(m32_swap(*((__u32 *)&ed->hwNextED)),
994
ohci_writel
(OHCI_BLF, &ohci->regs->cmdstatus);
1021
ohci_writel
(OHCI_CLF, &ohci->regs->cmdstatus)
[
all
...]
ohci.h
18
# define
ohci_writel
(v, a) writel(__swap_32(v), a)
macro
21
# define
ohci_writel
(v, a) writel(v, a)
macro
159
*
ohci_writel
() macros defined in this file to access these!!
Completed in 198 milliseconds