usb: xhci-mtk: fix a short packet issue of gen1 isoc-in transfer
[platform/kernel/linux-starfive.git] / drivers / usb / host / xhci-mtk.h
index faaaf05..ac04207 100644 (file)
@@ -160,6 +160,8 @@ struct xhci_hcd_mtk {
        struct regmap *uwk;
        u32 uwk_reg_base;
        u32 uwk_vers;
+       /* quirk */
+       u32 rxfifo_depth;
 };
 
 static inline struct xhci_hcd_mtk *hcd_to_mtk(struct usb_hcd *hcd)