Home
last modified time | relevance | path

Searched refs:XHCI_BROKEN_PORT_PED (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dxhci-plat.c251 xhci->quirks |= XHCI_BROKEN_PORT_PED; in xhci_plat_probe()
H A Dxhci-hub.c594 if (xhci->quirks & XHCI_BROKEN_PORT_PED) { in xhci_disable_port()
H A Dxhci.h1639 #define XHCI_BROKEN_PORT_PED BIT_ULL(25) macro