Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-pci.c650 if (driver_data && driver_data->quirks & XHCI_RENESAS_FW_QUIRK) { in xhci_pci_probe()
954 .quirks = XHCI_RENESAS_FW_QUIRK,
H A Dxhci.h1905 #define XHCI_RENESAS_FW_QUIRK BIT_ULL(36) macro