Searched refs:ohci_readl (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/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() 139 ohci->hc_control = ohci_readl (ohci, &ohci->regs->control); in ohci_rh_resume() 157 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_rh_resume() 196 temp = ohci_readl (ohci, &ohci->regs->control); in ohci_rh_resume() 227 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_rh_resume() 236 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_rh_resume() 274 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_rh_resume() [all …]
|
D | ohci-hcd.c | 375 ohci->hc_control = ohci_readl (ohci, &ohci->regs->control); in ohci_usb_reset() 391 ohci->hc_control = ohci_readl(ohci, &ohci->regs->control); in ohci_shutdown() 400 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_shutdown() 477 (void) ohci_readl(ohci, &ohci->regs->control); in unlink_watchdog_func() 513 if (!no_handshake && ohci_readl (ohci, in ohci_init() 527 while (ohci_readl (ohci, &ohci->regs->control) & OHCI_CTRL_IR) { in ohci_init() 543 if (ohci_readl (ohci, &ohci->regs->control) & OHCI_CTRL_RWC) in ohci_init() 584 val = ohci_readl (ohci, &ohci->regs->fminterval); in ohci_run() 621 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_run() 633 while ((ohci_readl (ohci, &ohci->regs->cmdstatus) & OHCI_HCR) != 0) { in ohci_run() [all …]
|
D | ohci-dbg.c | 137 temp = ohci_readl (controller, ®s->revision) & 0xff; in ohci_dump_status() 143 temp = ohci_readl (controller, ®s->control); in ohci_dump_status() 158 temp = ohci_readl (controller, ®s->cmdstatus); in ohci_dump_status() 169 ohci_readl (controller, ®s->intrstatus), in ohci_dump_status() 172 ohci_readl (controller, ®s->intrenable), in ohci_dump_status() 177 ohci_readl (controller, ®s->ed_periodcurrent), in ohci_dump_status() 181 ohci_readl (controller, ®s->ed_controlhead), in ohci_dump_status() 184 ohci_readl (controller, ®s->ed_controlcurrent), in ohci_dump_status() 188 ohci_readl (controller, ®s->ed_bulkhead), in ohci_dump_status() 191 ohci_readl (controller, ®s->ed_bulkcurrent), in ohci_dump_status() [all …]
|
D | ohci.h | 578 #define ohci_readl(o,r) _ohci_readl(o,r) macro 696 u32 fit = ohci_readl(ohci, &ohci->regs->fminterval) & FIT; in periodic_reinit() 709 u32 temp = ohci_readl (hc, &hc->regs->roothub.register); \ 714 temp = ohci_readl (hc, &hc->regs->roothub.register); \ 720 { return ohci_readl (hc, &hc->regs->roothub.b); } in roothub_b() 722 { return ohci_readl (hc, &hc->regs->roothub.status); } in roothub_status()
|
D | ohci-au1xxx.c | 274 (void)ohci_readl(ohci, &ohci->regs->intrdisable); in ohci_hcd_au1xxx_drv_suspend()
|
D | ohci-at91.c | 335 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_hcd_at91_drv_suspend()
|
D | ohci-pci.c | 339 (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-q.c | 483 (void) ohci_readl (ohci, &ohci->regs->control); in start_ed_unlink()
|