mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 04:40:53 +07:00
usb: dwc3: define ScaleDown macro helper
We must ensure that those bits aren't set as they should only be used in simulation. Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:
parent
f4aadbe49e
commit
f78d32e79e
@ -160,6 +160,7 @@
|
||||
#define DWC3_GCTL_PRTCAP_OTG 3
|
||||
|
||||
#define DWC3_GCTL_CORESOFTRESET (1 << 11)
|
||||
#define DWC3_GCTL_SCALEDOWN(n) (n << 4)
|
||||
#define DWC3_GCTL_DISSCRAMBLE (1 << 3)
|
||||
|
||||
/* Global USB2 PHY Configuration Register */
|
||||
|
Loading…
Reference in New Issue
Block a user