Searched +full:tx +full:- +full:thr +full:- +full:num +full:- +full:pkt (Results 1 – 1 of 1) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.03 * core.c - DesignWare USB3 DRD Controller Core file5 * Copyright (C) 2010-2011 Texas Instruments Incorporated - https://www.ti.com24 #include <linux/dma-mapping.h>42 #include "../host/xhci-ext-caps.h"47 * dwc3_get_dr_mode - Validates and sets dr_mode53 struct device *dev = dwc->dev; in dwc3_get_dr_mode()56 if (dwc->dr_mode == USB_DR_MODE_UNKNOWN) in dwc3_get_dr_mode()57 dwc->dr_mode = USB_DR_MODE_OTG; in dwc3_get_dr_mode()59 mode = dwc->dr_mode; in dwc3_get_dr_mode()[all …]