Searched refs:ohci_readl (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/usb/host/ |
A D | ohci-hub.c | 60 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_rh_suspend() 108 temp = ohci_readl(ohci, portstat); in ohci_rh_suspend() 130 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_rh_suspend() 180 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_rh_resume() 218 temp = ohci_readl (ohci, &ohci->regs->control); in ohci_rh_resume() 250 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_rh_resume() 259 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_rh_resume() 297 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_rh_resume() 624 u16 now = ohci_readl(ohci, &ohci->regs->fmnumber); in root_port_reset() 638 temp = ohci_readl (ohci, portstat); in root_port_reset() [all …]
|
A D | ohci-hcd.c | 473 if (!no_handshake && ohci_readl (ohci, in ohci_init() 591 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_run() 624 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_run() 649 ohci_readl (ohci, &ohci->regs->fminterval), in ohci_run() 650 ohci_readl (ohci, &ohci->regs->periodicstart)); in ohci_run() 696 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_run() 862 ohci->prev_donehead = ohci_readl(ohci, in io_watchdog_func() 886 ints = ohci_readl(ohci, ®s->intrstatus); in ohci_irq() 899 ints &= ohci_readl(ohci, ®s->intrenable); in ohci_irq() 981 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_irq() [all …]
|
A D | ohci-dbg.c | 113 temp = ohci_readl (controller, ®s->control); in ohci_dump_status() 128 temp = ohci_readl (controller, ®s->cmdstatus); in ohci_dump_status() 139 ohci_readl (controller, ®s->intrstatus), in ohci_dump_status() 142 ohci_readl (controller, ®s->intrenable), in ohci_dump_status() 151 ohci_readl (controller, ®s->ed_controlhead), in ohci_dump_status() 158 ohci_readl (controller, ®s->ed_bulkhead), in ohci_dump_status() 161 ohci_readl (controller, ®s->ed_bulkcurrent), in ohci_dump_status() 624 rdata = ohci_readl (ohci, ®s->fminterval); in fill_registers_buffer() 632 rdata = ohci_readl (ohci, ®s->fmremaining); in fill_registers_buffer() 639 rdata = ohci_readl (ohci, ®s->periodicstart); in fill_registers_buffer() [all …]
|
A D | ohci.h | 585 #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()
|
A D | ohci-da8xx.c | 259 rh_a = ohci_readl(ohci, &ohci->regs->roothub.a); in ohci_da8xx_reset()
|
A D | ohci-at91.c | 652 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_hcd_at91_drv_suspend()
|
A D | ohci-q.c | 498 (void) ohci_readl (ohci, &ohci->regs->control); in start_ed_unlink()
|
Completed in 16 milliseconds