Lines Matching defs:quirks

37 static unsigned long long quirks;
38 module_param(quirks, ullong, S_IRUGO);
39 MODULE_PARM_DESC(quirks, "Bit flags for quirks to be enabled as default");
224 if (xhci->quirks & XHCI_INTEL_HOST)
232 if (xhci->quirks & XHCI_ASMEDIA_MODIFY_FLOWCONTROL)
276 if (!(xhci->quirks & XHCI_ZERO_64B_REGS) || !domain ||
479 xhci->quirks |= XHCI_LINK_TRB_QUIRK;
489 xhci->quirks |= XHCI_COMP_MODE_QUIRK;
526 if (xhci->quirks & XHCI_NEC_HOST)
572 if (xhci->quirks & XHCI_NEC_HOST) {
633 if ((xhci->quirks & XHCI_COMP_MODE_QUIRK) &&
641 if (xhci->quirks & XHCI_AMD_PLL_FIX)
673 if (xhci->quirks & XHCI_SPURIOUS_REBOOT)
694 if (xhci->quirks & XHCI_SPURIOUS_WAKEUP ||
695 xhci->quirks & XHCI_RESET_TO_DEFAULT)
924 if (xhci->quirks & XHCI_SUSPEND_DELAY)
940 delay *= (xhci->quirks & XHCI_SLOW_SUSPEND) ? 10 : 1;
970 if ((xhci->quirks & XHCI_SNPS_BROKEN_SUSPEND) &&
986 if ((xhci->quirks & XHCI_COMP_MODE_QUIRK) &&
1032 if (hibernated || xhci->quirks & XHCI_RESET_ON_RESUME || xhci->broken_suspend)
1081 if ((xhci->quirks & XHCI_COMP_MODE_QUIRK) &&
1187 if ((xhci->quirks & XHCI_COMP_MODE_QUIRK) && !comp_timer_running)
1190 if (xhci->quirks & XHCI_ASMEDIA_MODIFY_FLOWCONTROL)
1335 if (xhci->quirks & XHCI_SG_TRB_CACHE_SIZE_QUIRK) {
1352 if ((xhci->quirks & XHCI_SG_TRB_CACHE_SIZE_QUIRK) && unmap_temp_buf)
2822 if ((xhci->quirks & XHCI_EP_LIMIT_QUIRK) &&
2830 if ((xhci->quirks & XHCI_SW_BW_CHECKING) &&
2832 if ((xhci->quirks & XHCI_EP_LIMIT_QUIRK))
2853 if ((xhci->quirks & XHCI_EP_LIMIT_QUIRK))
2873 if ((xhci->quirks & XHCI_EP_LIMIT_QUIRK)) {
3431 if ((xhci->quirks & XHCI_BROKEN_STREAMS) ||
3818 if ((xhci->quirks & XHCI_EP_LIMIT_QUIRK)) {
3878 if (xhci->quirks & XHCI_RESET_ON_RESUME)
4014 if ((xhci->quirks & XHCI_EP_LIMIT_QUIRK)) {
4046 if (xhci->quirks & XHCI_RESET_ON_RESUME)
4427 if (xhci->quirks & XHCI_HW_LPM_DISABLE)
4649 if (xhci->quirks & (XHCI_INTEL_HOST | XHCI_ZHAOXIN_HOST))
4713 if (xhci->quirks & (XHCI_INTEL_HOST | XHCI_ZHAOXIN_HOST))
4797 if (xhci->quirks & XHCI_INTEL_HOST && tier > 3)
4799 if (xhci->quirks & XHCI_ZHAOXIN_HOST && tier > 2)
4936 if (!xhci || !(xhci->quirks & XHCI_LPM_SUPPORT) ||
4971 if (!xhci || !(xhci->quirks & XHCI_LPM_SUPPORT) ||
5174 * quirks
5216 xhci->quirks |= quirks;
5226 xhci->quirks |= XHCI_SPURIOUS_SUCCESS;
5249 if (xhci->quirks & XHCI_NO_64BIT_SUPPORT)
5282 xhci_info(xhci, "hcc params 0x%08x hci version 0x%x quirks 0x%016llx\n",
5283 xhci->hcc_params, xhci->hci_version, xhci->quirks);