Skip to content

Commit b87293f

Browse files
Victor Brzeskivbrzeski
authored andcommitted
dwc2: support ISO transfer scheduling
Don't commit this, this is a proof of concept for now.
1 parent d9cc76c commit b87293f

File tree

3 files changed

+245
-27
lines changed

3 files changed

+245
-27
lines changed

drivers/usb/common/usb_dwc2_hw.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,7 @@ USB_DWC2_SET_FIELD_DEFINE(dctl_tstctl, DCTL_TSTCTL)
763763
#define USB_DWC2_DSTS_DEVLNSTS_MASK (0x3UL << USB_DWC2_DSTS_DEVLNSTS_POS)
764764
#define USB_DWC2_DSTS_SOFFN_POS 8UL
765765
#define USB_DWC2_DSTS_SOFFN_MASK (0x3FFFUL << USB_DWC2_DSTS_SOFFN_POS)
766+
#define USB_DWC2_DSTS_SOFFN_LIMIT 0x3FFFUL
766767
#define USB_DWC2_DSTS_ERRTICERR_POS 3UL
767768
#define USB_DWC2_DSTS_ERRTICERR BIT(USB_DWC2_DSTS_ERRTICERR_POS)
768769
#define USB_DWC2_DSTS_ENUMSPD_POS 1UL

0 commit comments

Comments
 (0)