Lines Matching +full:armada +full:- +full:8 +full:k +full:- +full:gpio
1 // SPDX-License-Identifier: GPL-2.0+
13 #include <asm/gpio.h>
48 ctx->hcd = (struct xhci_hccr *)plat->hcd_base; in xhci_usb_probe()
49 len = HC_LENGTH(xhci_readl(&ctx->hcd->cr_capbase)); in xhci_usb_probe()
50 hcor = (struct xhci_hcor *)((uintptr_t)ctx->hcd + len); in xhci_usb_probe()
52 ret = device_get_supply_regulator(dev, "vbus-supply", ®ulator); in xhci_usb_probe()
64 return xhci_register(dev, ctx->hcd, hcor); in xhci_usb_probe()
74 plat->hcd_base = devfdt_get_addr(dev); in xhci_usb_ofdata_to_platdata()
75 if (plat->hcd_base == FDT_ADDR_T_NONE) { in xhci_usb_ofdata_to_platdata()
77 return -ENXIO; in xhci_usb_ofdata_to_platdata()
84 { .compatible = "marvell,armada3700-xhci" },
85 { .compatible = "marvell,armada-380-xhci" },
86 { .compatible = "marvell,armada-8k-xhci" },