mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
Merge branch 'master' of git://git.denx.de/u-boot-ti
This commit is contained in:
commit
5aa7bece10
79 changed files with 3465 additions and 931 deletions
|
@ -41,7 +41,8 @@
|
|||
#define DWC3_REG_OFFSET 0xC100
|
||||
|
||||
struct g_event_buffer {
|
||||
u64 g_evntadr;
|
||||
u32 g_evntadrlo;
|
||||
u32 g_evntadrhi;
|
||||
u32 g_evntsiz;
|
||||
u32 g_evntcount;
|
||||
};
|
||||
|
@ -185,4 +186,9 @@ struct dwc3 { /* offset: 0xC100 */
|
|||
#define DWC3_GTXFIFOSIZ_TXFDEF(n) ((n) & 0xffff)
|
||||
#define DWC3_GTXFIFOSIZ_TXFSTADDR(n) ((n) & 0xffff0000)
|
||||
|
||||
/* Device Control Register */
|
||||
#define DWC3_DCTL_RUN_STOP (1 << 31)
|
||||
#define DWC3_DCTL_CSFTRST (1 << 30)
|
||||
#define DWC3_DCTL_LSFTRST (1 << 29)
|
||||
|
||||
#endif /* __DWC3_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue