Searched full:dwc_usb31 (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/usb/ |
D | snps,dwc3.yaml | 129 for DWC_usb31 version 1.70a-ea06 and prior. 373 snps,rx-max-burst-prd to a valid, non-zero value 1-16 (DWC_usb31 382 snps,rx-thr-num-pkt-prd to a valid, non-zero value 1-16 (DWC_usb31 391 snps,tx-max-burst-prd to a valid, non-zero value 1-16 (DWC_usb31 400 snps,tx-thr-num-pkt-prd to a valid, non-zero value 1-16 (DWC_usb31
|
/linux-6.12.1/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 */ 436 #define DWC3_DCFG_SUPERSPEED_PLUS (5 << 0) /* DWC_usb31 only */ 530 #define DWC3_DSTS_SUPERSPEED_PLUS (5 << 0) /* DWC_usb31 only */ 1104 * 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() 205 * Wait for internal clocks to synchronized. DWC_usb31 and in __dwc3_set_mode() 323 * For DWC_usb31 controller 1.90a and later, the DCTL.CSFRST bit in dwc3_core_soft_reset() 347 * For DWC_usb31 controller 1.80a and prior, once DCTL.CSFRST bit in dwc3_core_soft_reset() 1035 * DWC_usb31 version2.00a operating in host mode. in dwc3_core_setup_global_control() 1037 * There is a problem in DWC_usb31 version 2.00a operating in dwc3_core_setup_global_control() 1387 * DWC_usb31 controller. in dwc3_core_init() 1905 * for DWC_usb31 for super-speed-plus. in dwc3_check_params()
|
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() 1739 * In DWC_usb31 version 1.70a-ea06 and prior, for highspeed and fullspeed 2698 * In the Synopsys DWC_usb31 1.90a programming guide section in dwc3_gadget_soft_connect() 3922 * This mode is NOT available on the DWC_usb31 IP. In this in dwc3_stop_active_transfer()
|