Home
last modified time | relevance | path

Searched refs:XHCI_SKIP_PHY_INIT (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-plat.c364 xhci->quirks |= XHCI_SKIP_PHY_INIT; in xhci_plat_probe()
399 if ((xhci->quirks & XHCI_SKIP_PHY_INIT) || (priv && (priv->quirks & XHCI_SKIP_PHY_INIT))) in xhci_plat_probe()
H A Dxhci-mvebu.c104 xhci->quirks |= XHCI_SKIP_PHY_INIT; in xhci_mvebu_a3700_plat_setup()
H A Dxhci.h1904 #define XHCI_SKIP_PHY_INIT BIT_ULL(37) macro
/OK3568_Linux_fs/kernel/drivers/usb/cdns3/
H A Dhost.c27 .quirks = XHCI_SKIP_PHY_INIT,