Home
last modified time | relevance | path

Searched refs:ohci_writel (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/usb/host/
Dohci-hcd.c681 ohci_writel((uintptr_t)ed, &ohci->regs->ed_controlhead); in ep_link()
690 ohci_writel(ohci->hc_control, &ohci->regs->control); in ep_link()
699 ohci_writel((uintptr_t)ed, &ohci->regs->ed_bulkhead); in ep_link()
708 ohci_writel(ohci->hc_control, &ohci->regs->control); in ep_link()
785 ohci_writel(ohci->hc_control, in ep_unlink()
788 ohci_writel(m32_swap(*((__u32 *)&ed->hwNextED)), in ep_unlink()
806 ohci_writel(ohci->hc_control, in ep_unlink()
809 ohci_writel(m32_swap(*((__u32 *)&ed->hwNextED)), in ep_unlink()
994 ohci_writel(OHCI_BLF, &ohci->regs->cmdstatus); in td_submit_job()
1021 ohci_writel(OHCI_CLF, &ohci->regs->cmdstatus); in td_submit_job()
[all …]
Dohci.h18 # define ohci_writel(v, a) writel(__swap_32(v), a) macro
21 # define ohci_writel(v, a) writel(v, a) macro