Searched refs:u3h (Results 1 – 3 of 3) sorted by relevance
25 u3h->u2_ports, u3h->u3_ports); in host_ports_num_get()32 int num_u3p = u3h->u3_ports; in ssusb_host_enable()33 int num_u2p = u3h->u2_ports; in ssusb_host_enable()74 int num_u3p = u3h->u3_ports; in ssusb_host_disable()75 int num_u2p = u3h->u2_ports; in ssusb_host_disable()108 struct mtu3_host *u3h = ssusb->u3h; in ssusb_host_init() local109 struct udevice *dev = u3h->dev; in ssusb_host_init()112 u3h->ssusb = ssusb; in ssusb_host_init()113 u3h->hcd = ssusb->mac_base; in ssusb_host_init()119 host_ports_num_get(u3h); in ssusb_host_init()[all …]
269 struct mtu3_host *u3h = dev_get_priv(dev); in mtu3_host_probe() local273 u3h->dev = dev; in mtu3_host_probe()274 ssusb->u3h = u3h; in mtu3_host_probe()279 u3h->ctrl.quirks = XHCI_MTK_HOST; in mtu3_host_probe()280 hcor = (struct xhci_hcor *)((uintptr_t)u3h->hcd + in mtu3_host_probe()281 HC_LENGTH(xhci_readl(&u3h->hcd->cr_capbase))); in mtu3_host_probe()283 return xhci_register(dev, u3h->hcd, hcor); in mtu3_host_probe()288 struct mtu3_host *u3h = dev_get_priv(dev); in mtu3_host_remove() local291 ssusb_host_exit(u3h->ssusb); in mtu3_host_remove()
153 struct mtu3_host *u3h; member
Completed in 5 milliseconds