Home
last modified time | relevance | path

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

/drivers/usb/host/
Dxhci-mvebu.c104 xhci->quirks |= XHCI_SKIP_PHY_INIT; in xhci_mvebu_a3700_plat_setup()
Dxhci-plat.c393 if ((xhci->quirks & XHCI_SKIP_PHY_INIT) || (priv && (priv->quirks & XHCI_SKIP_PHY_INIT))) in xhci_plat_probe()
Dxhci.h1905 #define XHCI_SKIP_PHY_INIT BIT_ULL(37) macro
/drivers/usb/cdns3/
Dhost.c27 .quirks = XHCI_SKIP_PHY_INIT,