Searched +full:lpm +full:- +full:nyet +full:- +full:threshold (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/usb/snps,dwc3-common.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Felipe Balbi <balbi@kernel.org>14 vendor-specific implementation or as a standalone component.17 - $ref: usb-drd.yaml#18 - if:24 - dr_mode28 $ref: usb-xhci.yaml#[all …]
1 /* SPDX-License-Identifier: GPL-2.0 */3 * core.h - DesignWare USB3 DRD Core Header5 * Copyright (C) 2010-2011 Texas Instruments Incorporated - https://www.ti.com20 #include <linux/dma-mapping.h>37 * DWC3 Multiport controllers support up to 15 High-Speed PHYs197 /* Global SoC Bus Configuration Register: AHB-prot/AXI-cache/OCP-ReqInfo */222 /* Global RX Threshold Configuration Register */227 /* Global TX Threshold Configuration Register */232 /* Global RX Threshold Configuration Register for DWC_usb31 only */242 /* Global TX Threshold Configuration Register for DWC_usb31 only */[all …]
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>44 #include "../host/xhci-ext-caps.h"49 * dwc3_get_dr_mode - Validates and sets dr_mode55 struct device *dev = dwc->dev; in dwc3_get_dr_mode()58 if (dwc->dr_mode == USB_DR_MODE_UNKNOWN) in dwc3_get_dr_mode()59 dwc->dr_mode = USB_DR_MODE_OTG; in dwc3_get_dr_mode()61 mode = dwc->dr_mode; in dwc3_get_dr_mode()[all …]
1 // SPDX-License-Identifier: GPL-2.03 * gadget.c - DesignWare USB3 DRD Controller Gadget Framework Link5 * Copyright (C) 2010-2011 Texas Instruments Incorporated - https://www.ti.com20 #include <linux/dma-mapping.h>30 #define DWC3_ALIGN_FRAME(d, n) (((d)->frame_number + ((d)->interval * (n))) \31 & ~((d)->interval - 1))34 * dwc3_gadget_set_test_mode - enables usb2 test modes39 * success or -EINVAL if wrong Test Selector is passed.45 reg = dwc3_readl(dwc->regs, DWC3_DCTL); in dwc3_gadget_set_test_mode()57 return -EINVAL; in dwc3_gadget_set_test_mode()[all …]