[U-Boot] [PATCH 1/2] pxa25x: Add UDC registers definitions

Marek Vasut marex at denx.de
Sun Aug 19 01:14:14 CEST 2012


Dear Łukasz Dałek,

> Signed-off-by: Łukasz Dałek <luk0104 at gmail.com>
[...]

> +/*
> + * 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


More information about the U-Boot mailing list