Home
last modified time | relevance | path

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

/u-boot/drivers/usb/host/
A Dohci-hcd.c203 { return ohci_readl(&hc->regs->roothub.a); } in roothub_a()
205 { return ohci_readl(&hc->regs->roothub.b); } in roothub_b()
392 temp = ohci_readl(&regs->revision) & 0xff; in ohci_dump_status()
396 temp = ohci_readl(&regs->control); in ohci_dump_status()
409 temp = ohci_readl(&regs->cmdstatus); in ohci_dump_status()
422 ohci_readl(&regs->ed_periodcurrent)); in ohci_dump_status()
426 ohci_readl(&regs->ed_controlcurrent)); in ohci_dump_status()
1822 ohci_readl(&ohci->regs->control)); in hc_reset()
1917 ints = ohci_readl(&regs->intrstatus); in hc_interrupt()
1923 ints &= ohci_readl(&regs->intrenable); in hc_interrupt()
[all …]
A Dohci.h18 # define ohci_readl(a) __swap_32(in_be32((u32 *)a)) macro
21 # define ohci_readl(a) readl(a) macro

Completed in 8 milliseconds