Searched refs:histb (Results 1 – 4 of 4) sorted by relevance
49 static int xhci_histb_config(struct xhci_hcd_histb *histb) in xhci_histb_config() argument51 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() argument86 struct device *dev = histb->dev; in xhci_histb_clks_get()[all …]
73 obj-$(CONFIG_USB_XHCI_HISTB) += xhci-histb.o
5 obj-$(CONFIG_PHY_HISTB_COMBPHY) += phy-histb-combphy.o
21 obj-$(CONFIG_PCIE_HISI_STB) += pcie-histb.o