Lines Matching full:keystone
16 #include <asm/arch/xhci-keystone.h>
44 struct keystone_xhci keystone; variable
129 keystone.dwc3_reg = (struct dwc3 *)(CONFIG_USB_HOST_XHCI_BASE + in xhci_hcd_init()
132 keystone_xhci_core_init(keystone.dwc3_reg); in xhci_hcd_init()
142 keystone.usbss = usbss; in xhci_hcd_init()
143 keystone.phy = phy; in xhci_hcd_init()
144 keystone.hcd = hcd; in xhci_hcd_init()
145 keystone.hcor = hcor; in xhci_hcd_init()
160 struct dwc3 *dwc3_reg = keystone.dwc3_reg; in keystone_xhci_phy_suspend()
163 hcor = keystone.hcor; in keystone_xhci_phy_suspend()
237 keystone_xhci_phy_unset(keystone.phy); in xhci_hcd_stop()
239 /* memset(&keystone, 0, sizeof(struct keystone_xhci)); */ in xhci_hcd_stop()