Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dohci-hub.c52 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()
104 temp = ohci_readl(ohci, portstat); in ohci_rh_suspend()
126 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_rh_suspend()
158 ohci->hc_control = ohci_readl (ohci, &ohci->regs->control); in ohci_rh_resume()
176 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_rh_resume()
214 temp = ohci_readl (ohci, &ohci->regs->control); in ohci_rh_resume()
246 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_rh_resume()
255 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_rh_resume()
[all …]
Dohci-hcd.c408 ohci->hc_control = ohci_readl (ohci, &ohci->regs->control); in ohci_usb_reset()
428 ohci_readl(ohci, &ohci->regs->cmdstatus); /* flush the writes */ in ohci_shutdown()
461 if (!no_handshake && ohci_readl (ohci, in ohci_init()
475 while (ohci_readl (ohci, &ohci->regs->control) & OHCI_CTRL_IR) { in ohci_init()
491 if (ohci_readl (ohci, &ohci->regs->control) & OHCI_CTRL_RWC) in ohci_init()
536 val = ohci_readl (ohci, &ohci->regs->fminterval); in ohci_run()
573 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_run()
585 while ((ohci_readl (ohci, &ohci->regs->cmdstatus) & OHCI_HCR) != 0) { in ohci_run()
606 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_run()
622 if ((ohci_readl (ohci, &ohci->regs->fminterval) & 0x3fff0000) == 0 in ohci_run()
[all …]
Dohci-dbg.c105 temp = ohci_readl (controller, &regs->revision) & 0xff; in ohci_dump_status()
112 temp = ohci_readl (controller, &regs->control); in ohci_dump_status()
127 temp = ohci_readl (controller, &regs->cmdstatus); in ohci_dump_status()
138 ohci_readl (controller, &regs->intrstatus), in ohci_dump_status()
141 ohci_readl (controller, &regs->intrenable), in ohci_dump_status()
146 ohci_readl (controller, &regs->ed_periodcurrent), in ohci_dump_status()
150 ohci_readl (controller, &regs->ed_controlhead), in ohci_dump_status()
153 ohci_readl (controller, &regs->ed_controlcurrent), in ohci_dump_status()
157 ohci_readl (controller, &regs->ed_bulkhead), in ohci_dump_status()
160 ohci_readl (controller, &regs->ed_bulkcurrent), in ohci_dump_status()
[all …]
Dohci.h584 #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()
Dohci-at91.c620 ohci->hc_control = ohci_readl(ohci, &ohci->regs->control); in ohci_hcd_at91_drv_suspend()
626 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_hcd_at91_drv_suspend()
Dohci-da8xx.c113 rh_a = ohci_readl(ohci, &ohci->regs->roothub.a); in ohci_da8xx_init()
Dohci-q.c496 (void) ohci_readl (ohci, &ohci->regs->control); in start_ed_unlink()