Home
last modified time | relevance | path

Searched refs:ehci_writel (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/drivers/usb/host/
Dehci-hub.c80 ehci_writel(ehci, status & ~PORT_PE, reg); in ehci_handover_companion_ports()
113 ehci_writel(ehci, status | PORT_CSC, reg); in ehci_handover_companion_ports()
117 ehci_writel(ehci, status & ~PORT_PE, reg); in ehci_handover_companion_ports()
170 ehci_writel(ehci, temp & ~HOSTPC_PHCD, hostpc_reg); in ehci_adjust_port_wakeup_flags()
192 ehci_writel(ehci, t2, reg); in ehci_adjust_port_wakeup_flags()
202 ehci_writel(ehci, temp | HOSTPC_PHCD, hostpc_reg); in ehci_adjust_port_wakeup_flags()
294 ehci_writel(ehci, t2, reg); in ehci_bus_suspend()
324 ehci_writel(ehci, t3 | HOSTPC_PHCD, hostpc_reg); in ehci_bus_suspend()
359 ehci_writel(ehci, mask, &ehci->regs->intr_enable); in ehci_bus_suspend()
408 ehci_writel(ehci, 0, &ehci->regs->intr_enable); in ehci_bus_resume()
[all …]
Dehci-fsl.c242 ehci_writel(ehci, portsc, &ehci->regs->port_status[port_offset]); in ehci_fsl_setup_phy()
366 ehci_writel(ehci, SBUSCFG_INCR8, in ehci_fsl_setup()
425 ehci_writel(ehci, tmp, &ehci->regs->command); in ehci_fsl_mpc512x_drv_suspend()
450 ehci_writel(ehci, tmp, &ehci->regs->port_status[0]); in ehci_fsl_mpc512x_drv_suspend()
486 ehci_writel(ehci, tmp, hcd->regs + FSL_SOC_USB_USBMODE); in ehci_fsl_mpc512x_drv_resume()
488 ehci_writel(ehci, pdata->pm_usbgenctrl, in ehci_fsl_mpc512x_drv_resume()
490 ehci_writel(ehci, ISIPHYCTRL_PXE | ISIPHYCTRL_PHYE, in ehci_fsl_mpc512x_drv_resume()
493 ehci_writel(ehci, SBUSCFG_INCR8, hcd->regs + FSL_SOC_USB_SBUSCFG); in ehci_fsl_mpc512x_drv_resume()
496 ehci_writel(ehci, pdata->pm_command, &ehci->regs->command); in ehci_fsl_mpc512x_drv_resume()
497 ehci_writel(ehci, pdata->pm_intr_enable, &ehci->regs->intr_enable); in ehci_fsl_mpc512x_drv_resume()
[all …]
Dehci-hcd.c186 ehci_writel(ehci, 0, &ehci->regs->intr_enable); in ehci_halt()
200 ehci_writel(ehci, temp, &ehci->regs->command); in ehci_halt()
222 ehci_writel(ehci, tmp, &ehci->regs->usbmode); in tdi_reset()
241 ehci_writel(ehci, command, &ehci->regs->command); in ehci_reset()
248 ehci_writel(ehci, USBMODE_EX_HC | USBMODE_EX_VBPS, in ehci_reset()
250 ehci_writel(ehci, TXFIFO_DEFAULT, &ehci->regs->txfill_tuning); in ehci_reset()
286 ehci_writel(ehci, ehci->command, &ehci->regs->command); in ehci_quiesce()
325 ehci_writel(ehci, PORT_RWC_BITS, in ehci_turn_off_all_ports()
343 ehci_writel(ehci, 0, &ehci->regs->configured_flag); in ehci_silence_controller()
581 ehci_writel(ehci, ehci->periodic_dma, &ehci->regs->frame_list); in ehci_run()
[all …]
Dehci-tegra.c119 ehci_writel(ehci, 0, &ehci->regs->intr_enable); in tegra_ehci_internal_port_reset()
129 ehci_writel(ehci, temp, portsc_reg); in tegra_ehci_internal_port_reset()
132 ehci_writel(ehci, temp, portsc_reg); in tegra_ehci_internal_port_reset()
156 ehci_writel(ehci, PORT_CSC, portsc_reg); in tegra_ehci_internal_port_reset()
163 ehci_writel(ehci, temp, &ehci->regs->status); in tegra_ehci_internal_port_reset()
166 ehci_writel(ehci, saved_usbintr, &ehci->regs->intr_enable); in tegra_ehci_internal_port_reset()
208 ehci_writel(ehci, temp | PORT_SUSPEND, status_reg); in tegra_ehci_hub_control()
254 ehci_writel(ehci, temp | PORT_RESUME, status_reg); in tegra_ehci_hub_control()
574 ehci_writel(ehci, txfifothresh << 16, &ehci->regs->txfill_tuning); in tegra_ehci_reset()
Dehci-timer.c14 ehci_writel(ehci, ehci->command, &ehci->regs->command); in ehci_set_command_bit()
24 ehci_writel(ehci, ehci->command, &ehci->regs->command); in ehci_clear_command_bit()
202 ehci_writel(ehci, 0, &ehci->regs->configured_flag); in ehci_handle_controller_death()
203 ehci_writel(ehci, 0, &ehci->regs->intr_enable); in ehci_handle_controller_death()
351 ehci_writel(ehci, STS_IAA, &ehci->regs->status); in ehci_iaa_watchdog()
Dehci-pmcmsp.c54 ehci_writel(ehci, (val | USB_CTRL_MODE_STREAM_DISABLE), in usb_hcd_tdi_set_mode()
60 ehci_writel(ehci, val, (u32 *)statreg); in usb_hcd_tdi_set_mode()
63 ehci_writel(ehci, USB_CTRL_FIFO_THRESH, (u32 *)fiforeg); in usb_hcd_tdi_set_mode()
Dehci-mxc.c111 ehci_writel(ehci, pdata->portsc, &ehci->regs->port_status[0]); in ehci_mxc_drv_probe()
Dehci-pci.c79 ehci_writel(ehci, INTEL_QUARK_X1000_EHCI_MAX_THRESHOLD, in ehci_pci_reinit()
Dehci.h762 static inline void ehci_writel(const struct ehci_hcd *ehci, in ehci_writel() function
Dehci-q.c1278 ehci_writel(ehci, ehci->command | CMD_IAAD, in start_iaa_cycle()
1289 ehci_writel(ehci, (u32) ehci->async->qh_dma, in end_iaa_cycle()
/Linux-v4.19/drivers/usb/chipidea/
Dhost.c238 ehci_writel(ehci, tmp, &ehci->regs->command); in ci_ehci_bus_suspend()