Searched refs:histb (Results 1 – 8 of 8) 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
6 obj-$(CONFIG_PHY_HISTB_COMBPHY) += phy-histb-combphy.o
24 obj-$(CONFIG_PCIE_HISI_STB) += pcie-histb.o
32 obj-$(CONFIG_HW_RANDOM_HISTB) += histb-rng.o
347 module will be called histb-rng.
8 #include <dt-bindings/clock/histb-clock.h>
17938 F: Documentation/devicetree/bindings/pci/hisilicon-histb-pcie.txt17939 F: drivers/pci/controller/dwc/pcie-histb.c