Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f78d32e7 authored by Felipe Balbi's avatar Felipe Balbi
Browse files

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: default avatarFelipe Balbi <balbi@ti.com>
parent f4aadbe4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 */