浏览代码
usb: Clear CTR_{RX,TX} if we spot two packets completed: The CTR
notification must be for one of those two packets, and if we leave
it asserted then it could later confuse us into thinking *another*
two packets are completed.
In practice this doesn't seem to happen as we only ever process one
packet before check-and-clear CTR flags, but this does make the
pipeline more robust.