Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-histb.c89 if (IS_ERR(histb->bus_clk)) { in xhci_histb_clks_get()
95 if (IS_ERR(histb->utmi_clk)) { in xhci_histb_clks_get()
101 if (IS_ERR(histb->pipe_clk)) { in xhci_histb_clks_get()
190 struct xhci_hcd_histb *histb; in xhci_histb_probe() local
202 histb = devm_kzalloc(dev, sizeof(*histb), GFP_KERNEL); in xhci_histb_probe()
203 if (!histb) in xhci_histb_probe()
206 histb->dev = dev; in xhci_histb_probe()
213 if (IS_ERR(histb->ctrl)) in xhci_histb_probe()
214 return PTR_ERR(histb->ctrl); in xhci_histb_probe()
241 hcd->regs = histb->ctrl; in xhci_histb_probe()
[all …]
H A DMakefile73 obj-$(CONFIG_USB_XHCI_HISTB) += xhci-histb.o
/openbmc/linux/drivers/phy/hisilicon/
H A DMakefile6 obj-$(CONFIG_PHY_HISTB_COMBPHY) += phy-histb-combphy.o
/openbmc/linux/drivers/pci/controller/dwc/
H A DMakefile23 obj-$(CONFIG_PCIE_HISI_STB) += pcie-histb.o
/openbmc/linux/drivers/char/hw_random/
H A DMakefile32 obj-$(CONFIG_HW_RANDOM_HISTB) += histb-rng.o
H A DKconfig347 module will be called histb-rng.
/openbmc/u-boot/arch/arm/dts/
H A Dhi3798cv200.dtsi10 #include <dt-bindings/clock/histb-clock.h>
/openbmc/linux/arch/arm64/boot/dts/hisilicon/
H A Dhi3798cv200.dtsi8 #include <dt-bindings/clock/histb-clock.h>
/openbmc/linux/
H A DMAINTAINERS16658 F: Documentation/devicetree/bindings/pci/hisilicon-histb-pcie.txt
16659 F: drivers/pci/controller/dwc/pcie-histb.c