Lines Matching defs:xhci
17 #include "../host/xhci.h"
18 #include "../host/xhci-plat.h"
33 struct platform_device *xhci;
39 xhci = platform_device_alloc("xhci-hcd", PLATFORM_DEVID_AUTO);
40 if (!xhci) {
45 xhci->dev.parent = cdns->dev;
46 cdns->host_dev = xhci;
48 ret = platform_device_add_resources(xhci, cdns->xhci_res,
65 ret = platform_device_add_data(xhci, cdns->xhci_plat_data,
70 ret = platform_device_add(xhci);
77 hcd = platform_get_drvdata(xhci);
86 platform_device_put(xhci);
92 struct xhci_hcd *xhci = hcd_to_xhci(hcd);
99 value = readl(&xhci->op_regs->command);
101 writel(value, &xhci->op_regs->command);