Home
last modified time | relevance | path

Searched refs:num_u3_ports (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mtk.c93 for (i = 0; i < mtk->num_u3_ports; i++) { in xhci_mtk_host_enable()
120 if (mtk->num_u3_ports > u3_ports_disabled) in xhci_mtk_host_enable()
144 for (i = 0; i < mtk->num_u3_ports; i++) { in xhci_mtk_host_disable()
201 mtk->num_u3_ports = CAP_U3_PORT_NUM(value); in xhci_mtk_ssusb_config()
204 mtk->num_u2_ports, mtk->num_u3_ports); in xhci_mtk_ssusb_config()
H A Dxhci-mtk.h137 int num_u3_ports; member