Searched refs:ohci_writel (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/drivers/usb/host/ |
D | ohci-hcd.c | 685 ohci_writel((uintptr_t)ed, &ohci->regs->ed_controlhead); in ep_link() 694 ohci_writel(ohci->hc_control, &ohci->regs->control); in ep_link() 703 ohci_writel((uintptr_t)ed, &ohci->regs->ed_bulkhead); in ep_link() 712 ohci_writel(ohci->hc_control, &ohci->regs->control); in ep_link() 789 ohci_writel(ohci->hc_control, in ep_unlink() 792 ohci_writel(m32_swap(*((__u32 *)&ed->hwNextED)), in ep_unlink() 810 ohci_writel(ohci->hc_control, in ep_unlink() 813 ohci_writel(m32_swap(*((__u32 *)&ed->hwNextED)), in ep_unlink() 998 ohci_writel(OHCI_BLF, &ohci->regs->cmdstatus); in td_submit_job() 1025 ohci_writel(OHCI_CLF, &ohci->regs->cmdstatus); in td_submit_job() [all …]
|
D | ohci.h | 18 # define ohci_writel(a, b) out_be32((u32 *)b, __swap_32(a)) macro 21 # define ohci_writel(v, a) writel(v, a) macro
|