regs-usb.h 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. /*
  2. * Freescale i.MX28 USB OTG Register Definitions
  3. *
  4. * Copyright (C) 2011 Marek Vasut <marek.vasut@gmail.com>
  5. * on behalf of DENX Software Engineering GmbH
  6. *
  7. * This program is free software; you can redistribute it and/or modify
  8. * it under the terms of the GNU General Public License as published by
  9. * the Free Software Foundation; either version 2 of the License, or
  10. * (at your option) any later version.
  11. *
  12. * This program is distributed in the hope that it will be useful,
  13. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. * GNU General Public License for more details.
  16. *
  17. * You should have received a copy of the GNU General Public License
  18. * along with this program; if not, write to the Free Software
  19. * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  20. *
  21. */
  22. #ifndef __REGS_USB_H__
  23. #define __REGS_USB_H__
  24. struct mx28_usb_regs {
  25. uint32_t hw_usbctrl_id; /* 0x000 */
  26. uint32_t hw_usbctrl_hwgeneral; /* 0x004 */
  27. uint32_t hw_usbctrl_hwhost; /* 0x008 */
  28. uint32_t hw_usbctrl_hwdevice; /* 0x00c */
  29. uint32_t hw_usbctrl_hwtxbuf; /* 0x010 */
  30. uint32_t hw_usbctrl_hwrxbuf; /* 0x014 */
  31. uint32_t reserved1[26];
  32. uint32_t hw_usbctrl_gptimer0ld; /* 0x080 */
  33. uint32_t hw_usbctrl_gptimer0ctrl; /* 0x084 */
  34. uint32_t hw_usbctrl_gptimer1ld; /* 0x088 */
  35. uint32_t hw_usbctrl_gptimer1ctrl; /* 0x08c */
  36. uint32_t hw_usbctrl_sbuscfg; /* 0x090 */
  37. uint32_t reserved2[27];
  38. uint32_t hw_usbctrl_caplength; /* 0x100 */
  39. uint32_t hw_usbctrl_hcsparams; /* 0x104 */
  40. uint32_t hw_usbctrl_hccparams; /* 0x108 */
  41. uint32_t reserved3[5];
  42. uint32_t hw_usbctrl_dciversion; /* 0x120 */
  43. uint32_t hw_usbctrl_dccparams; /* 0x124 */
  44. uint32_t reserved4[6];
  45. uint32_t hw_usbctrl_usbcmd; /* 0x140 */
  46. uint32_t hw_usbctrl_usbsts; /* 0x144 */
  47. uint32_t hw_usbctrl_usbintr; /* 0x148 */
  48. uint32_t hw_usbctrl_frindex; /* 0x14c */
  49. uint32_t reserved5;
  50. union {
  51. uint32_t hw_usbctrl_periodiclistbase; /* 0x154 */
  52. uint32_t hw_usbctrl_deviceaddr; /* 0x154 */
  53. };
  54. union {
  55. uint32_t hw_usbctrl_asynclistaddr; /* 0x158 */
  56. uint32_t hw_usbctrl_endpointlistaddr; /* 0x158 */
  57. };
  58. uint32_t hw_usbctrl_ttctrl; /* 0x15c */
  59. uint32_t hw_usbctrl_burstsize; /* 0x160 */
  60. uint32_t hw_usbctrl_txfilltuning; /* 0x164 */
  61. uint32_t reserved6;
  62. uint32_t hw_usbctrl_ic_usb; /* 0x16c */
  63. uint32_t hw_usbctrl_ulpi; /* 0x170 */
  64. uint32_t reserved7;
  65. uint32_t hw_usbctrl_endptnak; /* 0x178 */
  66. uint32_t hw_usbctrl_endptnaken; /* 0x17c */
  67. uint32_t reserved8;
  68. uint32_t hw_usbctrl_portsc1; /* 0x184 */
  69. uint32_t reserved9[7];
  70. uint32_t hw_usbctrl_otgsc; /* 0x1a4 */
  71. uint32_t hw_usbctrl_usbmode; /* 0x1a8 */
  72. uint32_t hw_usbctrl_endptsetupstat; /* 0x1ac */
  73. uint32_t hw_usbctrl_endptprime; /* 0x1b0 */
  74. uint32_t hw_usbctrl_endptflush; /* 0x1b4 */
  75. uint32_t hw_usbctrl_endptstat; /* 0x1b8 */
  76. uint32_t hw_usbctrl_endptcomplete; /* 0x1bc */
  77. uint32_t hw_usbctrl_endptctrl0; /* 0x1c0 */
  78. uint32_t hw_usbctrl_endptctrl1; /* 0x1c4 */
  79. uint32_t hw_usbctrl_endptctrl2; /* 0x1c8 */
  80. uint32_t hw_usbctrl_endptctrl3; /* 0x1cc */
  81. uint32_t hw_usbctrl_endptctrl4; /* 0x1d0 */
  82. uint32_t hw_usbctrl_endptctrl5; /* 0x1d4 */
  83. uint32_t hw_usbctrl_endptctrl6; /* 0x1d8 */
  84. uint32_t hw_usbctrl_endptctrl7; /* 0x1dc */
  85. };
  86. #define CLKCTRL_PLL0CTRL0_LFR_SEL_MASK (0x3 << 28)
  87. #define HW_USBCTRL_ID_CIVERSION_OFFSET 29
  88. #define HW_USBCTRL_ID_CIVERSION_MASK (0x7 << 29)
  89. #define HW_USBCTRL_ID_VERSION_OFFSET 25
  90. #define HW_USBCTRL_ID_VERSION_MASK (0xf << 25)
  91. #define HW_USBCTRL_ID_REVISION_OFFSET 21
  92. #define HW_USBCTRL_ID_REVISION_MASK (0xf << 21)
  93. #define HW_USBCTRL_ID_TAG_OFFSET 16
  94. #define HW_USBCTRL_ID_TAG_MASK (0x1f << 16)
  95. #define HW_USBCTRL_ID_NID_OFFSET 8
  96. #define HW_USBCTRL_ID_NID_MASK (0x3f << 8)
  97. #define HW_USBCTRL_ID_ID_OFFSET 0
  98. #define HW_USBCTRL_ID_ID_MASK (0x3f << 0)
  99. #define HW_USBCTRL_HWGENERAL_SM_OFFSET 9
  100. #define HW_USBCTRL_HWGENERAL_SM_MASK (0x3 << 9)
  101. #define HW_USBCTRL_HWGENERAL_PHYM_OFFSET 6
  102. #define HW_USBCTRL_HWGENERAL_PHYM_MASK (0x7 << 6)
  103. #define HW_USBCTRL_HWGENERAL_PHYW_OFFSET 4
  104. #define HW_USBCTRL_HWGENERAL_PHYW_MASK (0x3 << 4)
  105. #define HW_USBCTRL_HWGENERAL_BWT (1 << 3)
  106. #define HW_USBCTRL_HWGENERAL_CLKC_OFFSET 1
  107. #define HW_USBCTRL_HWGENERAL_CLKC_MASK (0x3 << 1)
  108. #define HW_USBCTRL_HWGENERAL_RT (1 << 0)
  109. #define HW_USBCTRL_HWHOST_TTPER_OFFSET 24
  110. #define HW_USBCTRL_HWHOST_TTPER_MASK (0xff << 24)
  111. #define HW_USBCTRL_HWHOST_TTASY_OFFSET 16
  112. #define HW_USBCTRL_HWHOST_TTASY_MASK (0xff << 19)
  113. #define HW_USBCTRL_HWHOST_NPORT_OFFSET 1
  114. #define HW_USBCTRL_HWHOST_NPORT_MASK (0x7 << 1)
  115. #define HW_USBCTRL_HWHOST_HC (1 << 0)
  116. #define HW_USBCTRL_HWDEVICE_DEVEP_OFFSET 1
  117. #define HW_USBCTRL_HWDEVICE_DEVEP_MASK (0x1f << 1)
  118. #define HW_USBCTRL_HWDEVICE_DC (1 << 0)
  119. #define HW_USBCTRL_HWTXBUF_TXLCR (1 << 31)
  120. #define HW_USBCTRL_HWTXBUF_TXCHANADD_OFFSET 16
  121. #define HW_USBCTRL_HWTXBUF_TXCHANADD_MASK (0xff << 16)
  122. #define HW_USBCTRL_HWTXBUF_TXADD_OFFSET 8
  123. #define HW_USBCTRL_HWTXBUF_TXADD_MASK (0xff << 8)
  124. #define HW_USBCTRL_HWTXBUF_TXBURST_OFFSET 0
  125. #define HW_USBCTRL_HWTXBUF_TXBURST_MASK 0xff
  126. #define HW_USBCTRL_HWRXBUF_RXADD_OFFSET 8
  127. #define HW_USBCTRL_HWRXBUF_RXADD_MASK (0xff << 8)
  128. #define HW_USBCTRL_HWRXBUF_RXBURST_OFFSET 0
  129. #define HW_USBCTRL_HWRXBUF_RXBURST_MASK 0xff
  130. #define HW_USBCTRL_GPTIMERLD_GPTLD_OFFSET 0
  131. #define HW_USBCTRL_GPTIMERLD_GPTLD_MASK 0xffffff
  132. #define HW_USBCTRL_GPTIMERCTRL_GPTRUN (1 << 31)
  133. #define HW_USBCTRL_GPTIMERCTRL_GPTRST (1 << 30)
  134. #define HW_USBCTRL_GPTIMERCTRL_GPTMODE (1 << 24)
  135. #define HW_USBCTRL_GPTIMERCTRL_GPTCNT_OFFSET 0
  136. #define HW_USBCTRL_GPTIMERCTRL_GPTCNT_MASK 0xffffff
  137. #define HW_USBCTRL_SBUSCFG_AHBBURST_OFFSET 0
  138. #define HW_USBCTRL_SBUSCFG_AHBBURST_MASK 0x7
  139. #define HW_USBCTRL_SBUSCFG_AHBBURST_U_INCR 0x0
  140. #define HW_USBCTRL_SBUSCFG_AHBBURST_S_INCR4 0x1
  141. #define HW_USBCTRL_SBUSCFG_AHBBURST_S_INCR8 0x2
  142. #define HW_USBCTRL_SBUSCFG_AHBBURST_S_INCR16 0x3
  143. #define HW_USBCTRL_SBUSCFG_AHBBURST_U_INCR4 0x5
  144. #define HW_USBCTRL_SBUSCFG_AHBBURST_U_INCR8 0x6
  145. #define HW_USBCTRL_SBUSCFG_AHBBURST_U_INCR16 0x7
  146. #endif /* __REGS_USB_H__ */