Home
last modified time | relevance | path

Searched refs:xhci_regs (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/dwc3/
H A Dhost.c31 void __iomem *xhci_regs; in dwc3_power_off_all_roothub_ports() local
41 xhci_regs = ioremap_np(dwc->xhci_resources[0].start, DWC3_XHCI_REGS_END); in dwc3_power_off_all_roothub_ports()
43 xhci_regs = ioremap(dwc->xhci_resources[0].start, DWC3_XHCI_REGS_END); in dwc3_power_off_all_roothub_ports()
44 if (!xhci_regs) { in dwc3_power_off_all_roothub_ports()
49 op_regs_base = HC_LENGTH(readl(xhci_regs)); in dwc3_power_off_all_roothub_ports()
50 reg = readl(xhci_regs + XHCI_HCSPARAMS1); in dwc3_power_off_all_roothub_ports()
55 reg = readl(xhci_regs + offset); in dwc3_power_off_all_roothub_ports()
57 writel(reg, xhci_regs + offset); in dwc3_power_off_all_roothub_ports()
60 iounmap(xhci_regs); in dwc3_power_off_all_roothub_ports()
/linux/drivers/usb/cdns3/
H A Dcore.h88 void __iomem *xhci_regs; member