Dear Łukasz Dałek,

> Signed-off-by: Łukasz Dałek <[email protected]>
[...]

> +/*
> + * Intel(R) PXA255 Processor Specification Update (page 31)
> + * define new "must be one" bits in UDCCFR
> + */

I adjusted this a bit.

> +#define UDCCFR_MB1           (0xff & ~(UDCCFR_AREN | UDCCFR_ACM))
> +
> +#define UFNRH_SIR            (1 << 7)        /* SOF interrupt request */
> +#define UFNRH_SIM            (1 << 6)        /* SOF interrupt mask */
> +#define UFNRH_IPE14          (1 << 5)        /* ISO packet error, ep14 */
> +#define UFNRH_IPE9           (1 << 4)        /* ISO packet error, ep9 */
> +#define UFNRH_IPE4           (1 << 3)        /* ISO packet error, ep4 */
> +
> +#endif /* __REGS_USB_H__ */

Applied and pushed to u-boot-usb.git, thanks!

Best regards,
Marek Vasut
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to