Searched refs:ehci_writel (Results 1 – 8 of 8) sorted by relevance
/drivers/usb/host/ |
D | ehci-hub.c | 71 ehci_writel(ehci, status & ~PORT_PE, reg); in ehci_handover_companion_ports() 97 ehci_writel(ehci, status | PORT_CSC, reg); in ehci_handover_companion_ports() 101 ehci_writel(ehci, status & ~PORT_PE, reg); in ehci_handover_companion_ports() 162 ehci_writel(ehci, t2, reg); in ehci_bus_suspend() 181 ehci_writel(ehci, mask, &ehci->regs->intr_enable); in ehci_bus_suspend() 220 ehci_writel(ehci, 0, &ehci->regs->intr_enable); in ehci_bus_resume() 223 ehci_writel(ehci, 0, &ehci->regs->segment); in ehci_bus_resume() 224 ehci_writel(ehci, ehci->periodic_dma, &ehci->regs->frame_list); in ehci_bus_resume() 225 ehci_writel(ehci, (u32) ehci->async->qh_dma, &ehci->regs->async_next); in ehci_bus_resume() 228 ehci_writel(ehci, ehci->command, &ehci->regs->command); in ehci_bus_resume() [all …]
|
D | ehci-hcd.c | 154 ehci_writel(ehci, 0, &ehci->regs->intr_enable); in ehci_halt() 161 ehci_writel(ehci, temp, &ehci->regs->command); in ehci_halt() 197 ehci_writel(ehci, tmp, reg_ptr); in tdi_reset() 208 ehci_writel(ehci, command, &ehci->regs->command); in ehci_reset() 243 ehci_writel(ehci, temp, &ehci->regs->command); in ehci_quiesce() 287 ehci_writel(ehci, cmd & ~CMD_IAAD, in ehci_iaa_watchdog() 299 ehci_writel(ehci, STS_IAA, &ehci->regs->status); in ehci_iaa_watchdog() 336 ehci_writel(ehci, PORT_RWC_BITS, in ehci_turn_off_all_ports() 350 ehci_writel(ehci, 0, &ehci->regs->configured_flag); in ehci_silence_controller() 569 ehci_writel(ehci, ehci->periodic_dma, &ehci->regs->frame_list); in ehci_run() [all …]
|
D | ehci-au1xxx.c | 226 ehci_writel(ehci, 0, &ehci->regs->intr_enable); in ehci_hcd_au1xxx_drv_suspend() 272 ehci_writel(ehci, mask, &ehci->regs->intr_enable); in ehci_hcd_au1xxx_drv_resume() 293 ehci_writel(ehci, ehci->command, &ehci->regs->command); in ehci_hcd_au1xxx_drv_resume() 294 ehci_writel(ehci, FLAG_CF, &ehci->regs->configured_flag); in ehci_hcd_au1xxx_drv_resume()
|
D | ehci-pci.c | 293 ehci_writel(ehci, 0, &ehci->regs->intr_enable); in ehci_pci_suspend() 333 ehci_writel(ehci, mask, &ehci->regs->intr_enable); in ehci_pci_resume() 355 ehci_writel(ehci, ehci->command, &ehci->regs->command); in ehci_pci_resume() 356 ehci_writel(ehci, FLAG_CF, &ehci->regs->configured_flag); in ehci_pci_resume()
|
D | ehci-fsl.c | 179 ehci_writel(ehci, portsc, &ehci->regs->port_status[port_offset]); in mpc83xx_setup_phy() 232 ehci_writel(ehci, 0x00000003, non_ehci + FSL_SOC_USB_USBMODE); in mpc83xx_usb_setup()
|
D | ehci-q.c | 847 ehci_writel(ehci, cmd, &ehci->regs->command); in qh_link_async() 1078 ehci_writel(ehci, cmd & ~CMD_ASE, in start_unlink_async() 1108 ehci_writel(ehci, cmd, &ehci->regs->command); in start_unlink_async()
|
D | ehci.h | 643 static inline void ehci_writel(const struct ehci_hcd *ehci, in ehci_writel() function
|
D | ehci-sched.c | 452 ehci_writel(ehci, cmd, &ehci->regs->command); in enable_periodic() 479 ehci_writel(ehci, cmd, &ehci->regs->command); in disable_periodic()
|