drivers:cm33:usb: fix wrong usb fifo size
- The issue is that The fifo size will be set to (SZ_8) if the fifo size is not exactly equal these values.
- But now, for example, if the fifo size is greater than 128 but smaller than 256. The (SZ_256) will be choosed.
Checklist
- 已修改对应的 issue的状态
- MR 的Milestones、Lable都已正确设置
- MR 的 Title、Commit message 足够的简洁且精准
- 足够的信息帮助 reviewer 理解 feature 的大致实现或者 bug 的相关细节
- Ci pipeline 已运行且通过
- 等待 merge
Release notes (Mandatory)
- [Drivers/cm33/usb] fix wrong usb fifo size