diff options
Diffstat (limited to 'sys/dev/usb/controller/dwc_otgreg.h')
-rw-r--r-- | sys/dev/usb/controller/dwc_otgreg.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/usb/controller/dwc_otgreg.h b/sys/dev/usb/controller/dwc_otgreg.h index c485e44..257a418 100644 --- a/sys/dev/usb/controller/dwc_otgreg.h +++ b/sys/dev/usb/controller/dwc_otgreg.h @@ -519,10 +519,8 @@ #define HCCHAR_ODDFRM (1<<29) #define HCCHAR_DEVADDR_SHIFT 22 #define HCCHAR_DEVADDR_MASK 0x1fc00000 -#define HCCHAR_MC_EC_SHIFT 20 -#define HCCHAR_MC_EC_MASK 0x00300000 -#define HCCHAR_EC_SHIFT 20 -#define HCCHAR_EC_MASK 0x00300000 +#define HCCHAR_MC_SHIFT 20 +#define HCCHAR_MC_MASK 0x00300000 #define HCCHAR_EPTYPE_SHIFT 18 #define HCCHAR_EPTYPE_MASK 0x000c0000 #define HCCHAR_LSPDDEV (1<<17) |