.. | .. |
---|
253 | 253 | #define DWC3_GCTL_GBLHIBERNATIONEN BIT(1) |
---|
254 | 254 | #define DWC3_GCTL_DSBLCLKGTNG BIT(0) |
---|
255 | 255 | |
---|
256 | | -/* Global User Control Register */ |
---|
257 | | -#define DWC3_GUCTL_HSTINAUTORETRY BIT(14) |
---|
258 | | - |
---|
259 | 256 | /* Global User Control 1 Register */ |
---|
260 | 257 | #define DWC3_GUCTL1_DEV_DECOUPLE_L1L2_EVT BIT(31) |
---|
261 | 258 | #define DWC3_GUCTL1_TX_IPGAP_LINECHECK_DIS BIT(28) |
---|
262 | 259 | #define DWC3_GUCTL1_DEV_FORCE_20_CLK_FOR_30_CLK BIT(26) |
---|
263 | 260 | #define DWC3_GUCTL1_DEV_L1_EXIT_BY_HW BIT(24) |
---|
264 | 261 | #define DWC3_GUCTL1_PARKMODE_DISABLE_SS BIT(17) |
---|
| 262 | +#define DWC3_GUCTL1_PARKMODE_DISABLE_HS BIT(16) |
---|
265 | 263 | |
---|
266 | 264 | /* Global Status Register */ |
---|
267 | 265 | #define DWC3_GSTS_OTG_IP BIT(10) |
---|
.. | .. |
---|
1095 | 1093 | * check during HS transmit. |
---|
1096 | 1094 | * @parkmode_disable_ss_quirk: set if we need to disable all SuperSpeed |
---|
1097 | 1095 | * instances in park mode. |
---|
| 1096 | + * @parkmode_disable_hs_quirk: set if we need to disable all HishSpeed |
---|
| 1097 | + * instances in park mode. |
---|
1098 | 1098 | * @tx_de_emphasis_quirk: set if we enable Tx de-emphasis quirk |
---|
1099 | 1099 | * @tx_de_emphasis: Tx de-emphasis value |
---|
1100 | 1100 | * 0 - -6dB de-emphasis |
---|
.. | .. |
---|
1310 | 1310 | unsigned dis_del_phy_power_chg_quirk:1; |
---|
1311 | 1311 | unsigned dis_tx_ipgap_linecheck_quirk:1; |
---|
1312 | 1312 | unsigned parkmode_disable_ss_quirk:1; |
---|
| 1313 | +#ifdef CONFIG_NO_GKI |
---|
| 1314 | + unsigned parkmode_disable_hs_quirk:1; |
---|
| 1315 | +#endif |
---|
1313 | 1316 | |
---|
1314 | 1317 | unsigned tx_de_emphasis_quirk:1; |
---|
1315 | 1318 | unsigned tx_de_emphasis:2; |
---|