X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=include%2Fshared%2Fhw.h;h=139ded8dc6a402d1efe179cb40108452d9ecd22b;hb=9e8c14ba532a7a8087548cbb3cc458d0fa387cdf;hp=0db874abde500750f7365ed6a9c254b297d03025;hpb=91978587bb5fc143a0c61d1b30213a3c400f27ea;p=carl9170fw.git diff --git a/include/shared/hw.h b/include/shared/hw.h index 0db874a..139ded8 100644 --- a/include/shared/hw.h +++ b/include/shared/hw.h @@ -589,11 +589,13 @@ #define AR9170_USB_REG_EP10_MAP (AR9170_USB_REG_BASE + 0x039) #define AR9170_USB_REG_EP_IN_MAX_SIZE_HIGH (AR9170_USB_REG_BASE + 0x03f) +#define AR9170_USB_EP_IN_STALL 0x8 #define AR9170_USB_EP_IN_TOGGLE 0x10 #define AR9170_USB_REG_EP_IN_MAX_SIZE_LOW (AR9170_USB_REG_BASE + 0x03e) #define AR9170_USB_REG_EP_OUT_MAX_SIZE_HIGH (AR9170_USB_REG_BASE + 0x05f) +#define AR9170_USB_EP_OUT_STALL 0x8 #define AR9170_USB_EP_OUT_TOGGLE 0x10 #define AR9170_USB_REG_EP_OUT_MAX_SIZE_LOW (AR9170_USB_REG_BASE + 0x05e)