musb_regs.h 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604
  1. /*
  2. * MUSB OTG driver register defines
  3. *
  4. * Copyright 2005 Mentor Graphics Corporation
  5. * Copyright (C) 2005-2006 by Texas Instruments
  6. * Copyright (C) 2006-2007 Nokia Corporation
  7. *
  8. * This program is free software; you can redistribute it and/or
  9. * modify it under the terms of the GNU General Public License
  10. * version 2 as published by the Free Software Foundation.
  11. *
  12. * This program is distributed in the hope that it will be useful, but
  13. * WITHOUT ANY WARRANTY; without even the implied warranty of
  14. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  15. * 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., 51 Franklin St, Fifth Floor, Boston, MA
  20. * 02110-1301 USA
  21. *
  22. * THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
  23. * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  24. * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
  25. * NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT,
  26. * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  27. * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  28. * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  29. * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  30. * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  31. * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  32. *
  33. */
  34. #ifndef __MUSB_REGS_H__
  35. #define __MUSB_REGS_H__
  36. #define MUSB_EP0_FIFOSIZE 64 /* This is non-configurable */
  37. /*
  38. * MUSB Register bits
  39. */
  40. /* POWER */
  41. #define MUSB_POWER_ISOUPDATE 0x80
  42. #define MUSB_POWER_SOFTCONN 0x40
  43. #define MUSB_POWER_HSENAB 0x20
  44. #define MUSB_POWER_HSMODE 0x10
  45. #define MUSB_POWER_RESET 0x08
  46. #define MUSB_POWER_RESUME 0x04
  47. #define MUSB_POWER_SUSPENDM 0x02
  48. #define MUSB_POWER_ENSUSPEND 0x01
  49. /* INTRUSB */
  50. #define MUSB_INTR_SUSPEND 0x01
  51. #define MUSB_INTR_RESUME 0x02
  52. #define MUSB_INTR_RESET 0x04
  53. #define MUSB_INTR_BABBLE 0x04
  54. #define MUSB_INTR_SOF 0x08
  55. #define MUSB_INTR_CONNECT 0x10
  56. #define MUSB_INTR_DISCONNECT 0x20
  57. #define MUSB_INTR_SESSREQ 0x40
  58. #define MUSB_INTR_VBUSERROR 0x80 /* For SESSION end */
  59. /* DEVCTL */
  60. #define MUSB_DEVCTL_BDEVICE 0x80
  61. #define MUSB_DEVCTL_FSDEV 0x40
  62. #define MUSB_DEVCTL_LSDEV 0x20
  63. #define MUSB_DEVCTL_VBUS 0x18
  64. #define MUSB_DEVCTL_VBUS_SHIFT 3
  65. #define MUSB_DEVCTL_HM 0x04
  66. #define MUSB_DEVCTL_HR 0x02
  67. #define MUSB_DEVCTL_SESSION 0x01
  68. /* MUSB ULPI VBUSCONTROL */
  69. #define MUSB_ULPI_USE_EXTVBUS 0x01
  70. #define MUSB_ULPI_USE_EXTVBUSIND 0x02
  71. /* TESTMODE */
  72. #define MUSB_TEST_FORCE_HOST 0x80
  73. #define MUSB_TEST_FIFO_ACCESS 0x40
  74. #define MUSB_TEST_FORCE_FS 0x20
  75. #define MUSB_TEST_FORCE_HS 0x10
  76. #define MUSB_TEST_PACKET 0x08
  77. #define MUSB_TEST_K 0x04
  78. #define MUSB_TEST_J 0x02
  79. #define MUSB_TEST_SE0_NAK 0x01
  80. /* Allocate for double-packet buffering (effectively doubles assigned _SIZE) */
  81. #define MUSB_FIFOSZ_DPB 0x10
  82. /* Allocation size (8, 16, 32, ... 4096) */
  83. #define MUSB_FIFOSZ_SIZE 0x0f
  84. /* CSR0 */
  85. #define MUSB_CSR0_FLUSHFIFO 0x0100
  86. #define MUSB_CSR0_TXPKTRDY 0x0002
  87. #define MUSB_CSR0_RXPKTRDY 0x0001
  88. /* CSR0 in Peripheral mode */
  89. #define MUSB_CSR0_P_SVDSETUPEND 0x0080
  90. #define MUSB_CSR0_P_SVDRXPKTRDY 0x0040
  91. #define MUSB_CSR0_P_SENDSTALL 0x0020
  92. #define MUSB_CSR0_P_SETUPEND 0x0010
  93. #define MUSB_CSR0_P_DATAEND 0x0008
  94. #define MUSB_CSR0_P_SENTSTALL 0x0004
  95. /* CSR0 in Host mode */
  96. #define MUSB_CSR0_H_DIS_PING 0x0800
  97. #define MUSB_CSR0_H_WR_DATATOGGLE 0x0400 /* Set to allow setting: */
  98. #define MUSB_CSR0_H_DATATOGGLE 0x0200 /* Data toggle control */
  99. #define MUSB_CSR0_H_NAKTIMEOUT 0x0080
  100. #define MUSB_CSR0_H_STATUSPKT 0x0040
  101. #define MUSB_CSR0_H_REQPKT 0x0020
  102. #define MUSB_CSR0_H_ERROR 0x0010
  103. #define MUSB_CSR0_H_SETUPPKT 0x0008
  104. #define MUSB_CSR0_H_RXSTALL 0x0004
  105. /* CSR0 bits to avoid zeroing (write zero clears, write 1 ignored) */
  106. #define MUSB_CSR0_P_WZC_BITS \
  107. (MUSB_CSR0_P_SENTSTALL)
  108. #define MUSB_CSR0_H_WZC_BITS \
  109. (MUSB_CSR0_H_NAKTIMEOUT | MUSB_CSR0_H_RXSTALL \
  110. | MUSB_CSR0_RXPKTRDY)
  111. /* TxType/RxType */
  112. #define MUSB_TYPE_SPEED 0xc0
  113. #define MUSB_TYPE_SPEED_SHIFT 6
  114. #define MUSB_TYPE_PROTO 0x30 /* Implicitly zero for ep0 */
  115. #define MUSB_TYPE_PROTO_SHIFT 4
  116. #define MUSB_TYPE_REMOTE_END 0xf /* Implicitly zero for ep0 */
  117. /* CONFIGDATA */
  118. #define MUSB_CONFIGDATA_MPRXE 0x80 /* Auto bulk pkt combining */
  119. #define MUSB_CONFIGDATA_MPTXE 0x40 /* Auto bulk pkt splitting */
  120. #define MUSB_CONFIGDATA_BIGENDIAN 0x20
  121. #define MUSB_CONFIGDATA_HBRXE 0x10 /* HB-ISO for RX */
  122. #define MUSB_CONFIGDATA_HBTXE 0x08 /* HB-ISO for TX */
  123. #define MUSB_CONFIGDATA_DYNFIFO 0x04 /* Dynamic FIFO sizing */
  124. #define MUSB_CONFIGDATA_SOFTCONE 0x02 /* SoftConnect */
  125. #define MUSB_CONFIGDATA_UTMIDW 0x01 /* Data width 0/1 => 8/16bits */
  126. /* TXCSR in Peripheral and Host mode */
  127. #define MUSB_TXCSR_AUTOSET 0x8000
  128. #define MUSB_TXCSR_DMAENAB 0x1000
  129. #define MUSB_TXCSR_FRCDATATOG 0x0800
  130. #define MUSB_TXCSR_DMAMODE 0x0400
  131. #define MUSB_TXCSR_CLRDATATOG 0x0040
  132. #define MUSB_TXCSR_FLUSHFIFO 0x0008
  133. #define MUSB_TXCSR_FIFONOTEMPTY 0x0002
  134. #define MUSB_TXCSR_TXPKTRDY 0x0001
  135. /* TXCSR in Peripheral mode */
  136. #define MUSB_TXCSR_P_ISO 0x4000
  137. #define MUSB_TXCSR_P_INCOMPTX 0x0080
  138. #define MUSB_TXCSR_P_SENTSTALL 0x0020
  139. #define MUSB_TXCSR_P_SENDSTALL 0x0010
  140. #define MUSB_TXCSR_P_UNDERRUN 0x0004
  141. /* TXCSR in Host mode */
  142. #define MUSB_TXCSR_H_WR_DATATOGGLE 0x0200
  143. #define MUSB_TXCSR_H_DATATOGGLE 0x0100
  144. #define MUSB_TXCSR_H_NAKTIMEOUT 0x0080
  145. #define MUSB_TXCSR_H_RXSTALL 0x0020
  146. #define MUSB_TXCSR_H_ERROR 0x0004
  147. /* TXCSR bits to avoid zeroing (write zero clears, write 1 ignored) */
  148. #define MUSB_TXCSR_P_WZC_BITS \
  149. (MUSB_TXCSR_P_INCOMPTX | MUSB_TXCSR_P_SENTSTALL \
  150. | MUSB_TXCSR_P_UNDERRUN | MUSB_TXCSR_FIFONOTEMPTY)
  151. #define MUSB_TXCSR_H_WZC_BITS \
  152. (MUSB_TXCSR_H_NAKTIMEOUT | MUSB_TXCSR_H_RXSTALL \
  153. | MUSB_TXCSR_H_ERROR | MUSB_TXCSR_FIFONOTEMPTY)
  154. /* RXCSR in Peripheral and Host mode */
  155. #define MUSB_RXCSR_AUTOCLEAR 0x8000
  156. #define MUSB_RXCSR_DMAENAB 0x2000
  157. #define MUSB_RXCSR_DISNYET 0x1000
  158. #define MUSB_RXCSR_PID_ERR 0x1000
  159. #define MUSB_RXCSR_DMAMODE 0x0800
  160. #define MUSB_RXCSR_INCOMPRX 0x0100
  161. #define MUSB_RXCSR_CLRDATATOG 0x0080
  162. #define MUSB_RXCSR_FLUSHFIFO 0x0010
  163. #define MUSB_RXCSR_DATAERROR 0x0008
  164. #define MUSB_RXCSR_FIFOFULL 0x0002
  165. #define MUSB_RXCSR_RXPKTRDY 0x0001
  166. /* RXCSR in Peripheral mode */
  167. #define MUSB_RXCSR_P_ISO 0x4000
  168. #define MUSB_RXCSR_P_SENTSTALL 0x0040
  169. #define MUSB_RXCSR_P_SENDSTALL 0x0020
  170. #define MUSB_RXCSR_P_OVERRUN 0x0004
  171. /* RXCSR in Host mode */
  172. #define MUSB_RXCSR_H_AUTOREQ 0x4000
  173. #define MUSB_RXCSR_H_WR_DATATOGGLE 0x0400
  174. #define MUSB_RXCSR_H_DATATOGGLE 0x0200
  175. #define MUSB_RXCSR_H_RXSTALL 0x0040
  176. #define MUSB_RXCSR_H_REQPKT 0x0020
  177. #define MUSB_RXCSR_H_ERROR 0x0004
  178. /* RXCSR bits to avoid zeroing (write zero clears, write 1 ignored) */
  179. #define MUSB_RXCSR_P_WZC_BITS \
  180. (MUSB_RXCSR_P_SENTSTALL | MUSB_RXCSR_P_OVERRUN \
  181. | MUSB_RXCSR_RXPKTRDY)
  182. #define MUSB_RXCSR_H_WZC_BITS \
  183. (MUSB_RXCSR_H_RXSTALL | MUSB_RXCSR_H_ERROR \
  184. | MUSB_RXCSR_DATAERROR | MUSB_RXCSR_RXPKTRDY)
  185. /* HUBADDR */
  186. #define MUSB_HUBADDR_MULTI_TT 0x80
  187. #ifndef CONFIG_BLACKFIN
  188. /*
  189. * Common USB registers
  190. */
  191. #define MUSB_FADDR 0x00 /* 8-bit */
  192. #define MUSB_POWER 0x01 /* 8-bit */
  193. #define MUSB_INTRTX 0x02 /* 16-bit */
  194. #define MUSB_INTRRX 0x04
  195. #define MUSB_INTRTXE 0x06
  196. #define MUSB_INTRRXE 0x08
  197. #define MUSB_INTRUSB 0x0A /* 8 bit */
  198. #define MUSB_INTRUSBE 0x0B /* 8 bit */
  199. #define MUSB_FRAME 0x0C
  200. #define MUSB_INDEX 0x0E /* 8 bit */
  201. #define MUSB_TESTMODE 0x0F /* 8 bit */
  202. /* Get offset for a given FIFO from musb->mregs */
  203. #ifdef CONFIG_USB_TUSB6010
  204. #define MUSB_FIFO_OFFSET(epnum) (0x200 + ((epnum) * 0x20))
  205. #else
  206. #define MUSB_FIFO_OFFSET(epnum) (0x20 + ((epnum) * 4))
  207. #endif
  208. /*
  209. * Additional Control Registers
  210. */
  211. #define MUSB_DEVCTL 0x60 /* 8 bit */
  212. /* These are always controlled through the INDEX register */
  213. #define MUSB_TXFIFOSZ 0x62 /* 8-bit (see masks) */
  214. #define MUSB_RXFIFOSZ 0x63 /* 8-bit (see masks) */
  215. #define MUSB_TXFIFOADD 0x64 /* 16-bit offset shifted right 3 */
  216. #define MUSB_RXFIFOADD 0x66 /* 16-bit offset shifted right 3 */
  217. /* REVISIT: vctrl/vstatus: optional vendor utmi+phy register at 0x68 */
  218. #define MUSB_HWVERS 0x6C /* 8 bit */
  219. #define MUSB_ULPI_BUSCONTROL 0x70 /* 8 bit */
  220. #define MUSB_EPINFO 0x78 /* 8 bit */
  221. #define MUSB_RAMINFO 0x79 /* 8 bit */
  222. #define MUSB_LINKINFO 0x7a /* 8 bit */
  223. #define MUSB_VPLEN 0x7b /* 8 bit */
  224. #define MUSB_HS_EOF1 0x7c /* 8 bit */
  225. #define MUSB_FS_EOF1 0x7d /* 8 bit */
  226. #define MUSB_LS_EOF1 0x7e /* 8 bit */
  227. /* Offsets to endpoint registers */
  228. #define MUSB_TXMAXP 0x00
  229. #define MUSB_TXCSR 0x02
  230. #define MUSB_CSR0 MUSB_TXCSR /* Re-used for EP0 */
  231. #define MUSB_RXMAXP 0x04
  232. #define MUSB_RXCSR 0x06
  233. #define MUSB_RXCOUNT 0x08
  234. #define MUSB_COUNT0 MUSB_RXCOUNT /* Re-used for EP0 */
  235. #define MUSB_TXTYPE 0x0A
  236. #define MUSB_TYPE0 MUSB_TXTYPE /* Re-used for EP0 */
  237. #define MUSB_TXINTERVAL 0x0B
  238. #define MUSB_NAKLIMIT0 MUSB_TXINTERVAL /* Re-used for EP0 */
  239. #define MUSB_RXTYPE 0x0C
  240. #define MUSB_RXINTERVAL 0x0D
  241. #define MUSB_FIFOSIZE 0x0F
  242. #define MUSB_CONFIGDATA MUSB_FIFOSIZE /* Re-used for EP0 */
  243. /* Offsets to endpoint registers in indexed model (using INDEX register) */
  244. #define MUSB_INDEXED_OFFSET(_epnum, _offset) \
  245. (0x10 + (_offset))
  246. /* Offsets to endpoint registers in flat models */
  247. #define MUSB_FLAT_OFFSET(_epnum, _offset) \
  248. (0x100 + (0x10*(_epnum)) + (_offset))
  249. #ifdef CONFIG_USB_TUSB6010
  250. /* TUSB6010 EP0 configuration register is special */
  251. #define MUSB_TUSB_OFFSET(_epnum, _offset) \
  252. (0x10 + _offset)
  253. #include "tusb6010.h" /* Needed "only" for TUSB_EP0_CONF */
  254. #endif
  255. #define MUSB_TXCSR_MODE 0x2000
  256. /* "bus control"/target registers, for host side multipoint (external hubs) */
  257. #define MUSB_TXFUNCADDR 0x00
  258. #define MUSB_TXHUBADDR 0x02
  259. #define MUSB_TXHUBPORT 0x03
  260. #define MUSB_RXFUNCADDR 0x04
  261. #define MUSB_RXHUBADDR 0x06
  262. #define MUSB_RXHUBPORT 0x07
  263. #define MUSB_BUSCTL_OFFSET(_epnum, _offset) \
  264. (0x80 + (8*(_epnum)) + (_offset))
  265. static inline void musb_write_txfifosz(void __iomem *mbase, u8 c_size)
  266. {
  267. musb_writeb(mbase, MUSB_TXFIFOSZ, c_size);
  268. }
  269. static inline void musb_write_txfifoadd(void __iomem *mbase, u16 c_off)
  270. {
  271. musb_writew(mbase, MUSB_TXFIFOADD, c_off);
  272. }
  273. static inline void musb_write_rxfifosz(void __iomem *mbase, u8 c_size)
  274. {
  275. musb_writeb(mbase, MUSB_RXFIFOSZ, c_size);
  276. }
  277. static inline void musb_write_rxfifoadd(void __iomem *mbase, u16 c_off)
  278. {
  279. musb_writew(mbase, MUSB_RXFIFOADD, c_off);
  280. }
  281. static inline u8 musb_read_txfifosz(void __iomem *mbase)
  282. {
  283. return musb_readb(mbase, MUSB_TXFIFOSZ);
  284. }
  285. static inline u16 musb_read_txfifoadd(void __iomem *mbase)
  286. {
  287. return musb_readw(mbase, MUSB_TXFIFOADD);
  288. }
  289. static inline u8 musb_read_rxfifosz(void __iomem *mbase)
  290. {
  291. return musb_readb(mbase, MUSB_RXFIFOSZ);
  292. }
  293. static inline u16 musb_read_rxfifoadd(void __iomem *mbase)
  294. {
  295. return musb_readw(mbase, MUSB_RXFIFOADD);
  296. }
  297. static inline u8 musb_read_configdata(void __iomem *mbase)
  298. {
  299. musb_writeb(mbase, MUSB_INDEX, 0);
  300. return musb_readb(mbase, 0x10 + MUSB_CONFIGDATA);
  301. }
  302. static inline u16 musb_read_hwvers(void __iomem *mbase)
  303. {
  304. return musb_readw(mbase, MUSB_HWVERS);
  305. }
  306. static inline void __iomem *musb_read_target_reg_base(u8 i, void __iomem *mbase)
  307. {
  308. return (MUSB_BUSCTL_OFFSET(i, 0) + mbase);
  309. }
  310. static inline void musb_write_rxfunaddr(void __iomem *ep_target_regs,
  311. u8 qh_addr_reg)
  312. {
  313. musb_writeb(ep_target_regs, MUSB_RXFUNCADDR, qh_addr_reg);
  314. }
  315. static inline void musb_write_rxhubaddr(void __iomem *ep_target_regs,
  316. u8 qh_h_addr_reg)
  317. {
  318. musb_writeb(ep_target_regs, MUSB_RXHUBADDR, qh_h_addr_reg);
  319. }
  320. static inline void musb_write_rxhubport(void __iomem *ep_target_regs,
  321. u8 qh_h_port_reg)
  322. {
  323. musb_writeb(ep_target_regs, MUSB_RXHUBPORT, qh_h_port_reg);
  324. }
  325. static inline void musb_write_txfunaddr(void __iomem *mbase, u8 epnum,
  326. u8 qh_addr_reg)
  327. {
  328. musb_writeb(mbase, MUSB_BUSCTL_OFFSET(epnum, MUSB_TXFUNCADDR),
  329. qh_addr_reg);
  330. }
  331. static inline void musb_write_txhubaddr(void __iomem *mbase, u8 epnum,
  332. u8 qh_addr_reg)
  333. {
  334. musb_writeb(mbase, MUSB_BUSCTL_OFFSET(epnum, MUSB_TXHUBADDR),
  335. qh_addr_reg);
  336. }
  337. static inline void musb_write_txhubport(void __iomem *mbase, u8 epnum,
  338. u8 qh_h_port_reg)
  339. {
  340. musb_writeb(mbase, MUSB_BUSCTL_OFFSET(epnum, MUSB_TXHUBPORT),
  341. qh_h_port_reg);
  342. }
  343. static inline u8 musb_read_rxfunaddr(void __iomem *mbase, u8 epnum)
  344. {
  345. return musb_readb(mbase, MUSB_BUSCTL_OFFSET(epnum, MUSB_RXFUNCADDR));
  346. }
  347. static inline u8 musb_read_rxhubaddr(void __iomem *mbase, u8 epnum)
  348. {
  349. return musb_readb(mbase, MUSB_BUSCTL_OFFSET(epnum, MUSB_RXHUBADDR));
  350. }
  351. static inline u8 musb_read_rxhubport(void __iomem *mbase, u8 epnum)
  352. {
  353. return musb_readb(mbase, MUSB_BUSCTL_OFFSET(epnum, MUSB_RXHUBPORT));
  354. }
  355. static inline u8 musb_read_txfunaddr(void __iomem *mbase, u8 epnum)
  356. {
  357. return musb_readb(mbase, MUSB_BUSCTL_OFFSET(epnum, MUSB_TXFUNCADDR));
  358. }
  359. static inline u8 musb_read_txhubaddr(void __iomem *mbase, u8 epnum)
  360. {
  361. return musb_readb(mbase, MUSB_BUSCTL_OFFSET(epnum, MUSB_TXHUBADDR));
  362. }
  363. static inline u8 musb_read_txhubport(void __iomem *mbase, u8 epnum)
  364. {
  365. return musb_readb(mbase, MUSB_BUSCTL_OFFSET(epnum, MUSB_TXHUBPORT));
  366. }
  367. #else /* CONFIG_BLACKFIN */
  368. #define USB_BASE USB_FADDR
  369. #define USB_OFFSET(reg) (reg - USB_BASE)
  370. /*
  371. * Common USB registers
  372. */
  373. #define MUSB_FADDR USB_OFFSET(USB_FADDR) /* 8-bit */
  374. #define MUSB_POWER USB_OFFSET(USB_POWER) /* 8-bit */
  375. #define MUSB_INTRTX USB_OFFSET(USB_INTRTX) /* 16-bit */
  376. #define MUSB_INTRRX USB_OFFSET(USB_INTRRX)
  377. #define MUSB_INTRTXE USB_OFFSET(USB_INTRTXE)
  378. #define MUSB_INTRRXE USB_OFFSET(USB_INTRRXE)
  379. #define MUSB_INTRUSB USB_OFFSET(USB_INTRUSB) /* 8 bit */
  380. #define MUSB_INTRUSBE USB_OFFSET(USB_INTRUSBE)/* 8 bit */
  381. #define MUSB_FRAME USB_OFFSET(USB_FRAME)
  382. #define MUSB_INDEX USB_OFFSET(USB_INDEX) /* 8 bit */
  383. #define MUSB_TESTMODE USB_OFFSET(USB_TESTMODE)/* 8 bit */
  384. /* Get offset for a given FIFO from musb->mregs */
  385. #define MUSB_FIFO_OFFSET(epnum) \
  386. (USB_OFFSET(USB_EP0_FIFO) + ((epnum) * 8))
  387. /*
  388. * Additional Control Registers
  389. */
  390. #define MUSB_DEVCTL USB_OFFSET(USB_OTG_DEV_CTL) /* 8 bit */
  391. #define MUSB_LINKINFO USB_OFFSET(USB_LINKINFO)/* 8 bit */
  392. #define MUSB_VPLEN USB_OFFSET(USB_VPLEN) /* 8 bit */
  393. #define MUSB_HS_EOF1 USB_OFFSET(USB_HS_EOF1) /* 8 bit */
  394. #define MUSB_FS_EOF1 USB_OFFSET(USB_FS_EOF1) /* 8 bit */
  395. #define MUSB_LS_EOF1 USB_OFFSET(USB_LS_EOF1) /* 8 bit */
  396. /* Offsets to endpoint registers */
  397. #define MUSB_TXMAXP 0x00
  398. #define MUSB_TXCSR 0x04
  399. #define MUSB_CSR0 MUSB_TXCSR /* Re-used for EP0 */
  400. #define MUSB_RXMAXP 0x08
  401. #define MUSB_RXCSR 0x0C
  402. #define MUSB_RXCOUNT 0x10
  403. #define MUSB_COUNT0 MUSB_RXCOUNT /* Re-used for EP0 */
  404. #define MUSB_TXTYPE 0x14
  405. #define MUSB_TYPE0 MUSB_TXTYPE /* Re-used for EP0 */
  406. #define MUSB_TXINTERVAL 0x18
  407. #define MUSB_NAKLIMIT0 MUSB_TXINTERVAL /* Re-used for EP0 */
  408. #define MUSB_RXTYPE 0x1C
  409. #define MUSB_RXINTERVAL 0x20
  410. #define MUSB_TXCOUNT 0x28
  411. /* Offsets to endpoint registers in indexed model (using INDEX register) */
  412. #define MUSB_INDEXED_OFFSET(_epnum, _offset) \
  413. (0x40 + (_offset))
  414. /* Offsets to endpoint registers in flat models */
  415. #define MUSB_FLAT_OFFSET(_epnum, _offset) \
  416. (USB_OFFSET(USB_EP_NI0_TXMAXP) + (0x40 * (_epnum)) + (_offset))
  417. /* Not implemented - HW has seperate Tx/Rx FIFO */
  418. #define MUSB_TXCSR_MODE 0x0000
  419. static inline void musb_write_txfifosz(void __iomem *mbase, u8 c_size)
  420. {
  421. }
  422. static inline void musb_write_txfifoadd(void __iomem *mbase, u16 c_off)
  423. {
  424. }
  425. static inline void musb_write_rxfifosz(void __iomem *mbase, u8 c_size)
  426. {
  427. }
  428. static inline void musb_write_rxfifoadd(void __iomem *mbase, u16 c_off)
  429. {
  430. }
  431. static inline u8 musb_read_txfifosz(void __iomem *mbase)
  432. {
  433. }
  434. static inline u16 musb_read_txfifoadd(void __iomem *mbase)
  435. {
  436. }
  437. static inline u8 musb_read_rxfifosz(void __iomem *mbase)
  438. {
  439. }
  440. static inline u16 musb_read_rxfifoadd(void __iomem *mbase)
  441. {
  442. }
  443. static inline u8 musb_read_configdata(void __iomem *mbase)
  444. {
  445. return 0;
  446. }
  447. static inline u16 musb_read_hwvers(void __iomem *mbase)
  448. {
  449. /*
  450. * This register is invisible on Blackfin, actually the MUSB
  451. * RTL version of Blackfin is 1.9, so just harcode its value.
  452. */
  453. return MUSB_HWVERS_1900;
  454. }
  455. static inline void __iomem *musb_read_target_reg_base(u8 i, void __iomem *mbase)
  456. {
  457. return NULL;
  458. }
  459. static inline void musb_write_rxfunaddr(void __iomem *ep_target_regs,
  460. u8 qh_addr_req)
  461. {
  462. }
  463. static inline void musb_write_rxhubaddr(void __iomem *ep_target_regs,
  464. u8 qh_h_addr_reg)
  465. {
  466. }
  467. static inline void musb_write_rxhubport(void __iomem *ep_target_regs,
  468. u8 qh_h_port_reg)
  469. {
  470. }
  471. static inline void musb_write_txfunaddr(void __iomem *mbase, u8 epnum,
  472. u8 qh_addr_reg)
  473. {
  474. }
  475. static inline void musb_write_txhubaddr(void __iomem *mbase, u8 epnum,
  476. u8 qh_addr_reg)
  477. {
  478. }
  479. static inline void musb_write_txhubport(void __iomem *mbase, u8 epnum,
  480. u8 qh_h_port_reg)
  481. {
  482. }
  483. static inline u8 musb_read_rxfunaddr(void __iomem *mbase, u8 epnum)
  484. {
  485. }
  486. static inline u8 musb_read_rxhubaddr(void __iomem *mbase, u8 epnum)
  487. {
  488. }
  489. static inline u8 musb_read_rxhubport(void __iomem *mbase, u8 epnum)
  490. {
  491. }
  492. static inline u8 musb_read_txfunaddr(void __iomem *mbase, u8 epnum)
  493. {
  494. }
  495. static inline u8 musb_read_txhubaddr(void __iomem *mbase, u8 epnum)
  496. {
  497. }
  498. static inline void musb_read_txhubport(void __iomem *mbase, u8 epnum)
  499. {
  500. }
  501. #endif /* CONFIG_BLACKFIN */
  502. #endif /* __MUSB_REGS_H__ */