Searched refs:ohci_readl (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/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() 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 …]
|
D | ohci-hcd.c | 408 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 …]
|
D | ohci-dbg.c | 105 temp = ohci_readl (controller, ®s->revision) & 0xff; in ohci_dump_status() 112 temp = ohci_readl (controller, ®s->control); in ohci_dump_status() 127 temp = ohci_readl (controller, ®s->cmdstatus); in ohci_dump_status() 138 ohci_readl (controller, ®s->intrstatus), in ohci_dump_status() 141 ohci_readl (controller, ®s->intrenable), in ohci_dump_status() 146 ohci_readl (controller, ®s->ed_periodcurrent), in ohci_dump_status() 150 ohci_readl (controller, ®s->ed_controlhead), in ohci_dump_status() 153 ohci_readl (controller, ®s->ed_controlcurrent), in ohci_dump_status() 157 ohci_readl (controller, ®s->ed_bulkhead), in ohci_dump_status() 160 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 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-at91.c | 620 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()
|
D | ohci-da8xx.c | 113 rh_a = ohci_readl(ohci, &ohci->regs->roothub.a); in ohci_da8xx_init()
|
D | ohci-q.c | 496 (void) ohci_readl (ohci, &ohci->regs->control); in start_ed_unlink()
|