Searched refs:ohci_readl (Results 1 – 2 of 2) sorted by relevance
203 { 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(®s->revision) & 0xff; in ohci_dump_status()396 temp = ohci_readl(®s->control); in ohci_dump_status()409 temp = ohci_readl(®s->cmdstatus); in ohci_dump_status()422 ohci_readl(®s->ed_periodcurrent)); in ohci_dump_status()426 ohci_readl(®s->ed_controlcurrent)); in ohci_dump_status()1822 ohci_readl(&ohci->regs->control)); in hc_reset()1917 ints = ohci_readl(®s->intrstatus); in hc_interrupt()1923 ints &= ohci_readl(®s->intrenable); in hc_interrupt()[all …]
18 # define ohci_readl(a) __swap_32(in_be32((u32 *)a)) macro21 # define ohci_readl(a) readl(a) macro
Completed in 8 milliseconds