Home
last modified time | relevance | path

Searched refs:histb (Results 1 – 4 of 4) sorted by relevance

/drivers/usb/host/
Dxhci-histb.c49 static int xhci_histb_config(struct xhci_hcd_histb *histb) in xhci_histb_config() argument
51 struct device_node *np = histb->dev->of_node; in xhci_histb_config()
56 regval = readl(histb->ctrl + REG_GUSB2PHYCFG0); in xhci_histb_config()
60 writel(regval, histb->ctrl + REG_GUSB2PHYCFG0); in xhci_histb_config()
71 regval = readl(histb->ctrl + REG_GUSB3PIPECTL0); in xhci_histb_config()
75 writel(regval, histb->ctrl + REG_GUSB3PIPECTL0); in xhci_histb_config()
78 writel(0x23100000, histb->ctrl + GTXTHRCFG); in xhci_histb_config()
79 writel(0x23100000, histb->ctrl + GRXTHRCFG); in xhci_histb_config()
84 static int xhci_histb_clks_get(struct xhci_hcd_histb *histb) in xhci_histb_clks_get() argument
86 struct device *dev = histb->dev; in xhci_histb_clks_get()
[all …]
DMakefile73 obj-$(CONFIG_USB_XHCI_HISTB) += xhci-histb.o
/drivers/phy/hisilicon/
DMakefile5 obj-$(CONFIG_PHY_HISTB_COMBPHY) += phy-histb-combphy.o
/drivers/pci/controller/dwc/
DMakefile21 obj-$(CONFIG_PCIE_HISI_STB) += pcie-histb.o