From c4003c6cad984ed80d0bf0b67431d2a5b6e90693 Mon Sep 17 00:00:00 2001 From: NicJA Date: Thu, 15 May 2014 21:01:34 +0000 Subject: [PATCH] a few more usb2otg defines git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@49005 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- arch/arm-raspi/include/hardware/usb2otg.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm-raspi/include/hardware/usb2otg.h b/arch/arm-raspi/include/hardware/usb2otg.h index da3e6e7b7f..766f7eec61 100644 --- a/arch/arm-raspi/include/hardware/usb2otg.h +++ b/arch/arm-raspi/include/hardware/usb2otg.h @@ -80,6 +80,12 @@ #define USB2OTG_HOSTCHAN_DMABUFF (0x1c) #define USB2OTG_HOST_CHANREGSIZE (0x20) +#define USB2OTG_HOSTCHAR_MAXPACKETSIZE 0 +#define USB2OTG_HOSTCHAR_EPNO 11 +#define USB2OTG_HOSTCHAR_EPDIR 15 +#define USB2OTG_HOSTCHAR_DISABLE 30 +#define USB2OTG_HOSTCHAR_ENABLE 31 + #define USB2OTG_DEVCFG (USB2OTG_BASE + 0x0800) #define USB2OTG_DEVCTRL (USB2OTG_BASE + 0x0804) #define USB2OTG_DEVSTATUS (USB2OTG_BASE + 0x0808) -- 2.11.4.GIT