[RPI-B] [HEADS UP] DWC OTG TX path optimisation for 11-current

Hans Petter Selasky hps at selasky.org
Fri Jul 31 02:39:10 UTC 2015


On 07/31/15 04:11, Hans Petter Selasky wrote:
> +    /* clear RX FIFO level interrupt */
> +    DWC_OTG_WRITE_4(sc, DOTG_GINTSTS, GINTMSK_RXFLVL);
> +

Minor typo there, should be:

DWC_OTG_WRITE_4(sc, DOTG_GINTSTS, GINTSTS_RXFLVL);

--HPS


More information about the freebsd-arm mailing list