Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dohci-hcd.c201 { return ohci_readl(&hc->regs->roothub.a); } in roothub_a()
203 { return ohci_readl(&hc->regs->roothub.b); } in roothub_b()
205 { return ohci_readl(&hc->regs->roothub.status); } in roothub_status()
207 { return ohci_readl(&hc->regs->roothub.portstatus[i]); } in roothub_portstatus()
390 temp = ohci_readl(&regs->revision) & 0xff; in ohci_dump_status()
394 temp = ohci_readl(&regs->control); in ohci_dump_status()
407 temp = ohci_readl(&regs->cmdstatus); in ohci_dump_status()
416 ohci_dump_intr_mask("intrstatus", ohci_readl(&regs->intrstatus)); in ohci_dump_status()
417 ohci_dump_intr_mask("intrenable", ohci_readl(&regs->intrenable)); in ohci_dump_status()
420 ohci_readl(&regs->ed_periodcurrent)); in ohci_dump_status()
[all …]
Dohci.h17 # define ohci_readl(a) __swap_32(in_be32((u32 *)a)) macro
20 # define ohci_readl(a) readl(a) macro