Searched full:dwc_usb31 (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/usb/ |
D | snps,dwc3-common.yaml | 71 for DWC_usb31 version 1.70a-ea06 and prior. 315 snps,rx-max-burst-prd to a valid, non-zero value 1-16 (DWC_usb31 324 snps,rx-thr-num-pkt-prd to a valid, non-zero value 1-16 (DWC_usb31 333 snps,tx-max-burst-prd to a valid, non-zero value 1-16 (DWC_usb31 342 snps,tx-thr-num-pkt-prd to a valid, non-zero value 1-16 (DWC_usb31
|
/linux-6.14.4/drivers/usb/dwc3/ |
D | core.h | 232 /* Global RX Threshold Configuration Register for DWC_usb31 only */ 242 /* Global TX Threshold Configuration Register for DWC_usb31 only */ 340 #define DWC31_GTXFIFOSIZ_TXFRAMNUM BIT(15) /* DWC_usb31 only */ 341 #define DWC31_GTXFIFOSIZ_TXFDEP(n) ((n) & 0x7fff) /* DWC_usb31 only */ 346 #define DWC31_GRXFIFOSIZ_RXFDEP(n) ((n) & 0x7fff) /* DWC_usb31 only */ 377 #define DWC3_GHWPARAMS3_SSPHY_IFC_GEN2 2 /* DWC_usb31 only */ 437 #define DWC3_DCFG_SUPERSPEED_PLUS (5 << 0) /* DWC_usb31 only */ 532 #define DWC3_DSTS_SUPERSPEED_PLUS (5 << 0) /* DWC_usb31 only */ 1105 * not needed for DWC_usb31 version 1.70a-ea06 and below
|
D | core.c | 86 * DWC_usb31 and DWC_usb3 v3.30a and higher do not support OTG in dwc3_get_dr_mode() 218 * Wait for internal clocks to synchronized. DWC_usb31 and in __dwc3_set_mode() 336 * For DWC_usb31 controller 1.90a and later, the DCTL.CSFRST bit in dwc3_core_soft_reset() 360 * For DWC_usb31 controller 1.80a and prior, once DCTL.CSFRST bit in dwc3_core_soft_reset() 1050 * DWC_usb31 version2.00a operating in host mode. in dwc3_core_setup_global_control() 1052 * There is a problem in DWC_usb31 version 2.00a operating in dwc3_core_setup_global_control() 1402 * DWC_usb31 controller. in dwc3_core_init() 1498 * STAR 9001346572: This issue affects DWC_usb31 versions 1.80a and in dwc3_core_init() 1931 * for DWC_usb31 for super-speed-plus. in dwc3_check_params()
|
D | gadget.c | 327 * DWC_usb3 3.30a and DWC_usb31 1.90a programming guide section 3.2.2 in dwc3_send_gadget_ep_cmd() 1791 * In DWC_usb31 version 1.70a-ea06 and prior, for highspeed and fullspeed 2786 * In the Synopsys DWC_usb31 1.90a programming guide section in dwc3_gadget_soft_connect() 3991 * This mode is NOT available on the DWC_usb31 IP. In this in dwc3_stop_active_transfer()
|