Searched refs:ohci_readl (Results 1 – 9 of 9) sorted by relevance
/linux-3.4.99/drivers/usb/host/ |
D | ohci-hub.c | 52 ohci->hc_control = ohci_readl (ohci, &ohci->regs->control); in ohci_rh_suspend() 59 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_rh_suspend() 78 ohci->hc_control = ohci_readl (ohci, &ohci->regs->control); in ohci_rh_suspend() 108 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_rh_suspend() 140 ohci->hc_control = ohci_readl (ohci, &ohci->regs->control); in ohci_rh_resume() 158 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_rh_resume() 197 temp = ohci_readl (ohci, &ohci->regs->control); in ohci_rh_resume() 228 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_rh_resume() 237 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_rh_resume() 275 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_rh_resume() [all …]
|
D | ohci-hcd.c | 376 ohci->hc_control = ohci_readl (ohci, &ohci->regs->control); in ohci_usb_reset() 396 ohci_readl(ohci, &ohci->regs->cmdstatus); /* flush the writes */ in ohci_shutdown() 476 (void) ohci_readl(ohci, &ohci->regs->control); in unlink_watchdog_func() 512 if (!no_handshake && ohci_readl (ohci, in ohci_init() 526 while (ohci_readl (ohci, &ohci->regs->control) & OHCI_CTRL_IR) { in ohci_init() 542 if (ohci_readl (ohci, &ohci->regs->control) & OHCI_CTRL_RWC) in ohci_init() 583 val = ohci_readl (ohci, &ohci->regs->fminterval); in ohci_run() 620 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_run() 632 while ((ohci_readl (ohci, &ohci->regs->cmdstatus) & OHCI_HCR) != 0) { in ohci_run() 653 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_run() [all …]
|
D | ohci-dbg.c | 158 temp = ohci_readl (controller, ®s->revision) & 0xff; in ohci_dump_status() 165 temp = ohci_readl (controller, ®s->control); in ohci_dump_status() 180 temp = ohci_readl (controller, ®s->cmdstatus); in ohci_dump_status() 191 ohci_readl (controller, ®s->intrstatus), in ohci_dump_status() 194 ohci_readl (controller, ®s->intrenable), in ohci_dump_status() 199 ohci_readl (controller, ®s->ed_periodcurrent), in ohci_dump_status() 203 ohci_readl (controller, ®s->ed_controlhead), in ohci_dump_status() 206 ohci_readl (controller, ®s->ed_controlcurrent), in ohci_dump_status() 210 ohci_readl (controller, ®s->ed_bulkhead), in ohci_dump_status() 213 ohci_readl (controller, ®s->ed_bulkcurrent), in ohci_dump_status() [all …]
|
D | ohci.h | 584 #define ohci_readl(o,r) _ohci_readl(o,r) macro 697 u32 fit = ohci_readl(ohci, &ohci->regs->fminterval) & FIT; in periodic_reinit() 710 u32 temp = ohci_readl (hc, &hc->regs->roothub.register); \ 715 temp = ohci_readl (hc, &hc->regs->roothub.register); \ 721 { return ohci_readl (hc, &hc->regs->roothub.b); } in roothub_b() 723 { return ohci_readl (hc, &hc->regs->roothub.status); } in roothub_status()
|
D | ohci-au1xxx.c | 188 (void)ohci_readl(ohci, &ohci->regs->intrdisable); in ohci_hcd_au1xxx_drv_suspend()
|
D | ohci-pci.c | 318 (void)ohci_readl(ohci, &ohci->regs->intrdisable); in ohci_pci_suspend()
|
D | ohci-da8xx.c | 113 rh_a = ohci_readl(ohci, &ohci->regs->roothub.a); in ohci_da8xx_init()
|
D | ohci-at91.c | 690 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_hcd_at91_drv_suspend()
|
D | ohci-q.c | 483 (void) ohci_readl (ohci, &ohci->regs->control); in start_ed_unlink()
|