| .. | .. |
|---|
| 262 | 262 | #define DWC3_GUCTL1_DEV_FORCE_20_CLK_FOR_30_CLK BIT(26) |
|---|
| 263 | 263 | #define DWC3_GUCTL1_DEV_L1_EXIT_BY_HW BIT(24) |
|---|
| 264 | 264 | #define DWC3_GUCTL1_PARKMODE_DISABLE_SS BIT(17) |
|---|
| 265 | +#define DWC3_GUCTL1_PARKMODE_DISABLE_HS BIT(16) |
|---|
| 265 | 266 | |
|---|
| 266 | 267 | /* Global Status Register */ |
|---|
| 267 | 268 | #define DWC3_GSTS_OTG_IP BIT(10) |
|---|
| .. | .. |
|---|
| 1095 | 1096 | * check during HS transmit. |
|---|
| 1096 | 1097 | * @parkmode_disable_ss_quirk: set if we need to disable all SuperSpeed |
|---|
| 1097 | 1098 | * instances in park mode. |
|---|
| 1099 | + * @parkmode_disable_hs_quirk: set if we need to disable all HishSpeed |
|---|
| 1100 | + * instances in park mode. |
|---|
| 1098 | 1101 | * @tx_de_emphasis_quirk: set if we enable Tx de-emphasis quirk |
|---|
| 1099 | 1102 | * @tx_de_emphasis: Tx de-emphasis value |
|---|
| 1100 | 1103 | * 0 - -6dB de-emphasis |
|---|
| .. | .. |
|---|
| 1310 | 1313 | unsigned dis_del_phy_power_chg_quirk:1; |
|---|
| 1311 | 1314 | unsigned dis_tx_ipgap_linecheck_quirk:1; |
|---|
| 1312 | 1315 | unsigned parkmode_disable_ss_quirk:1; |
|---|
| 1316 | +#ifdef CONFIG_NO_GKI |
|---|
| 1317 | + unsigned parkmode_disable_hs_quirk:1; |
|---|
| 1318 | +#endif |
|---|
| 1313 | 1319 | |
|---|
| 1314 | 1320 | unsigned tx_de_emphasis_quirk:1; |
|---|
| 1315 | 1321 | unsigned tx_de_emphasis:2; |
|---|