Searched full:dwc_usb31 (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/usb/ |
D | snps,dwc3.yaml | 114 for DWC_usb31 version 1.70a-ea06 and prior. 289 snps,rx-max-burst-prd to a valid, non-zero value 1-16 (DWC_usb31 298 snps,rx-thr-num-pkt-prd to a valid, non-zero value 1-16 (DWC_usb31 307 snps,tx-max-burst-prd to a valid, non-zero value 1-16 (DWC_usb31 316 snps,tx-thr-num-pkt-prd to a valid, non-zero value 1-16 (DWC_usb31
|
/Linux-v6.1/drivers/usb/dwc3/ |
D | core.h | 212 /* Global RX Threshold Configuration Register for DWC_usb31 only */ 222 /* Global TX Threshold Configuration Register for DWC_usb31 only */ 321 #define DWC31_GTXFIFOSIZ_TXFRAMNUM BIT(15) /* DWC_usb31 only */ 322 #define DWC31_GTXFIFOSIZ_TXFDEP(n) ((n) & 0x7fff) /* DWC_usb31 only */ 327 #define DWC31_GRXFIFOSIZ_RXFDEP(n) ((n) & 0x7fff) /* DWC_usb31 only */ 358 #define DWC3_GHWPARAMS3_SSPHY_IFC_GEN2 2 /* DWC_usb31 only */ 416 #define DWC3_DCFG_SUPERSPEED_PLUS (5 << 0) /* DWC_usb31 only */ 510 #define DWC3_DSTS_SUPERSPEED_PLUS (5 << 0) /* DWC_usb31 only */ 1073 * not needed for DWC_usb31 version 1.70a-ea06 and below
|
D | core.c | 85 * DWC_usb31 and DWC_usb3 v3.30a and higher do not support OTG in dwc3_get_dr_mode() 173 * Wait for internal clocks to synchronized. DWC_usb31 and in __dwc3_set_mode() 287 * For DWC_usb31 controller 1.90a and later, the DCTL.CSFRST bit in dwc3_core_soft_reset() 311 * For DWC_usb31 controller 1.80a and prior, once DCTL.CSFRST bit in dwc3_core_soft_reset() 1179 * DWC_usb31 controller. in dwc3_core_init() 1662 * for DWC_usb31 for super-speed-plus. in dwc3_check_params()
|
D | gadget.c | 292 * DWC_usb3 3.30a and DWC_usb31 1.90a programming guide section 3.2.2 in dwc3_send_gadget_ep_cmd() 1731 * In DWC_usb31 version 1.70a-ea06 and prior, for highspeed and fullspeed 2607 * In the Synopsys DWC_usb31 1.90a programming guide section in dwc3_gadget_pullup() 3766 * This mode is NOT available on the DWC_usb31 IP. in dwc3_stop_active_transfer()
|