Searched refs:histb (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/usb/host/
H A Dxhci-histb.c49 static int xhci_histb_config(struct xhci_hcd_histb *histb) argument
51 struct device_node *np = histb->dev->of_node;
56 regval = readl(histb->ctrl + REG_GUSB2PHYCFG0);
60 writel(regval, histb->ctrl + REG_GUSB2PHYCFG0);
71 regval = readl(histb->ctrl + REG_GUSB3PIPECTL0);
75 writel(regval, histb->ctrl + REG_GUSB3PIPECTL0);
78 writel(0x23100000, histb->ctrl + GTXTHRCFG);
79 writel(0x23100000, histb->ctrl + GRXTHRCFG);
84 static int xhci_histb_clks_get(struct xhci_hcd_histb *histb) argument
86 struct device *dev = histb
115 xhci_histb_host_enable(struct xhci_hcd_histb *histb) argument
157 xhci_histb_host_disable(struct xhci_hcd_histb *histb) argument
170 struct xhci_hcd_histb *histb = hcd_to_histb(hcd); local
190 struct xhci_hcd_histb *histb; local
314 struct xhci_hcd_histb *histb = platform_get_drvdata(dev); local
336 struct xhci_hcd_histb *histb = dev_get_drvdata(dev); local
351 struct xhci_hcd_histb *histb = dev_get_drvdata(dev); local
[all...]
H A DMakefile73 obj-$(CONFIG_USB_XHCI_HISTB) += xhci-histb.o
/linux-master/drivers/phy/hisilicon/
H A DMakefile6 obj-$(CONFIG_PHY_HISTB_COMBPHY) += phy-histb-combphy.o
/linux-master/drivers/pci/controller/dwc/
H A DMakefile23 obj-$(CONFIG_PCIE_HISI_STB) += pcie-histb.o
/linux-master/drivers/char/hw_random/
H A DMakefile32 obj-$(CONFIG_HW_RANDOM_HISTB) += histb-rng.o
/linux-master/drivers/clk/hisilicon/
H A Dcrg-hi3798cv200.c8 #include <dt-bindings/clock/histb-clock.h>

Completed in 152 milliseconds