Searched full:dwc_usb31 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/usb/ |
H A D | snps,dwc3.yaml | 128 for DWC_usb31 version 1.70a-ea06 and prior. 316 snps,rx-max-burst-prd to a valid, non-zero value 1-16 (DWC_usb31 325 snps,rx-thr-num-pkt-prd to a valid, non-zero value 1-16 (DWC_usb31 334 snps,tx-max-burst-prd to a valid, non-zero value 1-16 (DWC_usb31 343 snps,tx-thr-num-pkt-prd to a valid, non-zero value 1-16 (DWC_usb31
|
/openbmc/linux/drivers/usb/dwc3/ |
H A D | core.h | 219 /* Global RX Threshold Configuration Register for DWC_usb31 only */ 229 /* Global TX Threshold Configuration Register for DWC_usb31 only */ 327 #define DWC31_GTXFIFOSIZ_TXFRAMNUM BIT(15) /* DWC_usb31 only */ 328 #define DWC31_GTXFIFOSIZ_TXFDEP(n) ((n) & 0x7fff) /* DWC_usb31 only */ 333 #define DWC31_GRXFIFOSIZ_RXFDEP(n) ((n) & 0x7fff) /* DWC_usb31 only */ 364 #define DWC3_GHWPARAMS3_SSPHY_IFC_GEN2 2 /* DWC_usb31 only */ 423 #define DWC3_DCFG_SUPERSPEED_PLUS (5 << 0) /* DWC_usb31 only */ 518 #define DWC3_DSTS_SUPERSPEED_PLUS (5 << 0) /* DWC_usb31 only */ 1089 * not needed for DWC_usb31 version 1.70a-ea06 and below
|
H A D | core.c | 85 * DWC_usb31 and DWC_usb3 v3.30a and higher do not support OTG in dwc3_get_dr_mode() 198 * Wait for internal clocks to synchronized. DWC_usb31 and in __dwc3_set_mode() 312 * For DWC_usb31 controller 1.90a and later, the DCTL.CSFRST bit in dwc3_core_soft_reset() 336 * For DWC_usb31 controller 1.80a and prior, once DCTL.CSFRST bit in dwc3_core_soft_reset() 939 * DWC_usb31 version2.00a operating in host mode. in dwc3_core_setup_global_control() 941 * There is a problem in DWC_usb31 version 2.00a operating in dwc3_core_setup_global_control() 1289 * DWC_usb31 controller. in dwc3_core_init() 1750 * for DWC_usb31 for super-speed-plus. in dwc3_check_params()
|
H A D | gadget.c | 328 * DWC_usb3 3.30a and DWC_usb31 1.90a programming guide section 3.2.2 in dwc3_send_gadget_ep_cmd() 1780 * In DWC_usb31 version 1.70a-ea06 and prior, for highspeed and fullspeed 2739 * In the Synopsys DWC_usb31 1.90a programming guide section in dwc3_gadget_soft_connect() 3963 * This mode is NOT available on the DWC_usb31 IP. In this in dwc3_stop_active_transfer()
|