Searched refs:ohci_writel (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/usb/host/ |
A D | ohci-hub.c | 111 ohci_writel(ohci, RH_PS_PSS, portstat); in ohci_rh_suspend() 119 ohci_writel(ohci, OHCI_INTR_RHSC | OHCI_INTR_RD, in ohci_rh_suspend() 258 ohci_writel (ohci, temp, &ohci->regs->control); in ohci_rh_resume() 276 ohci_writel (ohci, in ohci_rh_resume() 421 ohci_writel(ohci, rhsc_enable, in ohci_root_hub_state_changes() 661 ohci_writel (ohci, RH_PS_PRSC, portstat); in root_port_reset() 664 ohci_writel (ohci, RH_PS_PRS, portstat); in root_port_reset() 696 ohci_writel (ohci, RH_HS_OCIC, in ohci_hub_control() 738 ohci_writel (ohci, temp, in ohci_hub_control() 781 ohci_writel (ohci, RH_PS_PSS, in ohci_hub_control() [all …]
|
A D | ohci-hcd.c | 428 ohci_writel(ohci, OHCI_HCR, &ohci->regs->cmdstatus); in _ohci_shutdown() 629 ohci_writel (ohci, 0, &ohci->regs->ed_controlhead); in ohci_run() 630 ohci_writel (ohci, 0, &ohci->regs->ed_bulkhead); in ohci_run() 669 ohci_writel (ohci, ~0, &ohci->regs->intrstatus); in ohci_run() 670 ohci_writel (ohci, mask, &ohci->regs->intrenable); in ohci_run() 690 ohci_writel(ohci, val, &ohci->regs->roothub.a); in ohci_run() 693 ohci_writel (ohci, (val & RH_A_NPS) ? 0 : RH_B_PPCM, in ohci_run() 929 ohci_writel(ohci, OHCI_INTR_RD | OHCI_INTR_RHSC, in ohci_irq() 950 ohci_writel(ohci, OHCI_INTR_RD, ®s->intrstatus); in ohci_irq() 975 ohci_writel (ohci, ints, ®s->intrstatus); in ohci_irq() [all …]
|
A D | ohci-q.c | 206 ohci_writel (ohci, ed->dma, in ed_schedule() 218 ohci_writel (ohci, ohci->hc_control, in ed_schedule() 238 ohci_writel (ohci, ohci->hc_control, in ed_schedule() 339 ohci_writel (ohci, ohci->hc_control, in ed_deschedule() 343 ohci_writel (ohci, in ed_deschedule() 365 ohci_writel (ohci, ohci->hc_control, in ed_deschedule() 369 ohci_writel (ohci, in ed_deschedule() 1114 ohci_writel (ohci, 0, in finish_unlinks() 1124 ohci_writel (ohci, 0, in finish_unlinks() 1179 ohci_writel(ohci, OHCI_CLF, in takeback_td() [all …]
|
A D | ohci-ps3.c | 29 ohci_writel(ohci, 0x7f000000 | RH_A_PSM | RH_A_OCPM, in ps3_ohci_hc_start() 31 ohci_writel(ohci, 0x00060000, &ohci->regs->roothub.b); in ps3_ohci_hc_start()
|
A D | ohci.h | 586 #define ohci_writel(o,v,r) _ohci_writel(o,v,r) macro 699 ohci_writel (ohci, (fit ^ FIT) | ohci->fminterval, in periodic_reinit() 701 ohci_writel (ohci, ((9 * fi) / 10) & 0x3fff, in periodic_reinit()
|
A D | ohci-omap.c | 161 ohci_writel(ohci, rh, &ohci->regs->roothub.a); in ohci_omap_reset()
|
A D | ohci-da8xx.c | 272 ohci_writel(ohci, rh_a, &ohci->regs->roothub.a); in ohci_da8xx_reset()
|
Completed in 14 milliseconds