Searched refs:ohci_writel (Results 1 – 2 of 2) sorted by relevance
/u-boot/drivers/usb/host/ |
A D | ohci-hcd.c | 791 ohci_writel(ohci->hc_control, in ep_unlink() 812 ohci_writel(ohci->hc_control, in ep_unlink() 1215 #define WR_RH_PORTSTAT(x) ohci_writel((x), \ 1859 ohci_writel(0, &ohci->regs->ed_controlhead); in hc_start() 1860 ohci_writel(0, &ohci->regs->ed_bulkhead); in hc_start() 1862 ohci_writel((uintptr_t)ohci->hcca, in hc_start() 1869 ohci_writel(0x628, &ohci->regs->lsthresh); in hc_start() 1880 ohci_writel(mask, &ohci->regs->intrdisable); in hc_start() 1883 ohci_writel(mask, &ohci->regs->intrstatus); in hc_start() 1886 ohci_writel(mask, &ohci->regs->intrenable); in hc_start() [all …]
|
A D | ohci.h | 19 # define ohci_writel(a, b) out_be32((u32 *)b, __swap_32(a)) macro 22 # define ohci_writel(v, a) writel(v, a) macro
|
Completed in 9 milliseconds