defBF542.h 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767
  1. /*
  2. * Copyright 2007-2010 Analog Devices Inc.
  3. *
  4. * Licensed under the ADI BSD license or the GPL-2 (or later)
  5. */
  6. #ifndef _DEF_BF542_H
  7. #define _DEF_BF542_H
  8. /* Include defBF54x_base.h for the set of #defines that are common to all ADSP-BF54x processors */
  9. #include "defBF54x_base.h"
  10. /* The following are the #defines needed by ADSP-BF542 that are not in the common header */
  11. /* ATAPI Registers */
  12. #define ATAPI_CONTROL 0xffc03800 /* ATAPI Control Register */
  13. #define ATAPI_STATUS 0xffc03804 /* ATAPI Status Register */
  14. #define ATAPI_DEV_ADDR 0xffc03808 /* ATAPI Device Register Address */
  15. #define ATAPI_DEV_TXBUF 0xffc0380c /* ATAPI Device Register Write Data */
  16. #define ATAPI_DEV_RXBUF 0xffc03810 /* ATAPI Device Register Read Data */
  17. #define ATAPI_INT_MASK 0xffc03814 /* ATAPI Interrupt Mask Register */
  18. #define ATAPI_INT_STATUS 0xffc03818 /* ATAPI Interrupt Status Register */
  19. #define ATAPI_XFER_LEN 0xffc0381c /* ATAPI Length of Transfer */
  20. #define ATAPI_LINE_STATUS 0xffc03820 /* ATAPI Line Status */
  21. #define ATAPI_SM_STATE 0xffc03824 /* ATAPI State Machine Status */
  22. #define ATAPI_TERMINATE 0xffc03828 /* ATAPI Host Terminate */
  23. #define ATAPI_PIO_TFRCNT 0xffc0382c /* ATAPI PIO mode transfer count */
  24. #define ATAPI_DMA_TFRCNT 0xffc03830 /* ATAPI DMA mode transfer count */
  25. #define ATAPI_UMAIN_TFRCNT 0xffc03834 /* ATAPI UDMAIN transfer count */
  26. #define ATAPI_UDMAOUT_TFRCNT 0xffc03838 /* ATAPI UDMAOUT transfer count */
  27. #define ATAPI_REG_TIM_0 0xffc03840 /* ATAPI Register Transfer Timing 0 */
  28. #define ATAPI_PIO_TIM_0 0xffc03844 /* ATAPI PIO Timing 0 Register */
  29. #define ATAPI_PIO_TIM_1 0xffc03848 /* ATAPI PIO Timing 1 Register */
  30. #define ATAPI_MULTI_TIM_0 0xffc03850 /* ATAPI Multi-DMA Timing 0 Register */
  31. #define ATAPI_MULTI_TIM_1 0xffc03854 /* ATAPI Multi-DMA Timing 1 Register */
  32. #define ATAPI_MULTI_TIM_2 0xffc03858 /* ATAPI Multi-DMA Timing 2 Register */
  33. #define ATAPI_ULTRA_TIM_0 0xffc03860 /* ATAPI Ultra-DMA Timing 0 Register */
  34. #define ATAPI_ULTRA_TIM_1 0xffc03864 /* ATAPI Ultra-DMA Timing 1 Register */
  35. #define ATAPI_ULTRA_TIM_2 0xffc03868 /* ATAPI Ultra-DMA Timing 2 Register */
  36. #define ATAPI_ULTRA_TIM_3 0xffc0386c /* ATAPI Ultra-DMA Timing 3 Register */
  37. /* SDH Registers */
  38. #define SDH_PWR_CTL 0xffc03900 /* SDH Power Control */
  39. #define SDH_CLK_CTL 0xffc03904 /* SDH Clock Control */
  40. #define SDH_ARGUMENT 0xffc03908 /* SDH Argument */
  41. #define SDH_COMMAND 0xffc0390c /* SDH Command */
  42. #define SDH_RESP_CMD 0xffc03910 /* SDH Response Command */
  43. #define SDH_RESPONSE0 0xffc03914 /* SDH Response0 */
  44. #define SDH_RESPONSE1 0xffc03918 /* SDH Response1 */
  45. #define SDH_RESPONSE2 0xffc0391c /* SDH Response2 */
  46. #define SDH_RESPONSE3 0xffc03920 /* SDH Response3 */
  47. #define SDH_DATA_TIMER 0xffc03924 /* SDH Data Timer */
  48. #define SDH_DATA_LGTH 0xffc03928 /* SDH Data Length */
  49. #define SDH_DATA_CTL 0xffc0392c /* SDH Data Control */
  50. #define SDH_DATA_CNT 0xffc03930 /* SDH Data Counter */
  51. #define SDH_STATUS 0xffc03934 /* SDH Status */
  52. #define SDH_STATUS_CLR 0xffc03938 /* SDH Status Clear */
  53. #define SDH_MASK0 0xffc0393c /* SDH Interrupt0 Mask */
  54. #define SDH_MASK1 0xffc03940 /* SDH Interrupt1 Mask */
  55. #define SDH_FIFO_CNT 0xffc03948 /* SDH FIFO Counter */
  56. #define SDH_FIFO 0xffc03980 /* SDH Data FIFO */
  57. #define SDH_E_STATUS 0xffc039c0 /* SDH Exception Status */
  58. #define SDH_E_MASK 0xffc039c4 /* SDH Exception Mask */
  59. #define SDH_CFG 0xffc039c8 /* SDH Configuration */
  60. #define SDH_RD_WAIT_EN 0xffc039cc /* SDH Read Wait Enable */
  61. #define SDH_PID0 0xffc039d0 /* SDH Peripheral Identification0 */
  62. #define SDH_PID1 0xffc039d4 /* SDH Peripheral Identification1 */
  63. #define SDH_PID2 0xffc039d8 /* SDH Peripheral Identification2 */
  64. #define SDH_PID3 0xffc039dc /* SDH Peripheral Identification3 */
  65. #define SDH_PID4 0xffc039e0 /* SDH Peripheral Identification4 */
  66. #define SDH_PID5 0xffc039e4 /* SDH Peripheral Identification5 */
  67. #define SDH_PID6 0xffc039e8 /* SDH Peripheral Identification6 */
  68. #define SDH_PID7 0xffc039ec /* SDH Peripheral Identification7 */
  69. /* USB Control Registers */
  70. #define USB_FADDR 0xffc03c00 /* Function address register */
  71. #define USB_POWER 0xffc03c04 /* Power management register */
  72. #define USB_INTRTX 0xffc03c08 /* Interrupt register for endpoint 0 and Tx endpoint 1 to 7 */
  73. #define USB_INTRRX 0xffc03c0c /* Interrupt register for Rx endpoints 1 to 7 */
  74. #define USB_INTRTXE 0xffc03c10 /* Interrupt enable register for IntrTx */
  75. #define USB_INTRRXE 0xffc03c14 /* Interrupt enable register for IntrRx */
  76. #define USB_INTRUSB 0xffc03c18 /* Interrupt register for common USB interrupts */
  77. #define USB_INTRUSBE 0xffc03c1c /* Interrupt enable register for IntrUSB */
  78. #define USB_FRAME 0xffc03c20 /* USB frame number */
  79. #define USB_INDEX 0xffc03c24 /* Index register for selecting the indexed endpoint registers */
  80. #define USB_TESTMODE 0xffc03c28 /* Enabled USB 20 test modes */
  81. #define USB_GLOBINTR 0xffc03c2c /* Global Interrupt Mask register and Wakeup Exception Interrupt */
  82. #define USB_GLOBAL_CTL 0xffc03c30 /* Global Clock Control for the core */
  83. /* USB Packet Control Registers */
  84. #define USB_TX_MAX_PACKET 0xffc03c40 /* Maximum packet size for Host Tx endpoint */
  85. #define USB_CSR0 0xffc03c44 /* Control Status register for endpoint 0 and Control Status register for Host Tx endpoint */
  86. #define USB_TXCSR 0xffc03c44 /* Control Status register for endpoint 0 and Control Status register for Host Tx endpoint */
  87. #define USB_RX_MAX_PACKET 0xffc03c48 /* Maximum packet size for Host Rx endpoint */
  88. #define USB_RXCSR 0xffc03c4c /* Control Status register for Host Rx endpoint */
  89. #define USB_COUNT0 0xffc03c50 /* Number of bytes received in endpoint 0 FIFO and Number of bytes received in Host Tx endpoint */
  90. #define USB_RXCOUNT 0xffc03c50 /* Number of bytes received in endpoint 0 FIFO and Number of bytes received in Host Tx endpoint */
  91. #define USB_TXTYPE 0xffc03c54 /* Sets the transaction protocol and peripheral endpoint number for the Host Tx endpoint */
  92. #define USB_NAKLIMIT0 0xffc03c58 /* Sets the NAK response timeout on Endpoint 0 and on Bulk transfers for Host Tx endpoint */
  93. #define USB_TXINTERVAL 0xffc03c58 /* Sets the NAK response timeout on Endpoint 0 and on Bulk transfers for Host Tx endpoint */
  94. #define USB_RXTYPE 0xffc03c5c /* Sets the transaction protocol and peripheral endpoint number for the Host Rx endpoint */
  95. #define USB_RXINTERVAL 0xffc03c60 /* Sets the polling interval for Interrupt and Isochronous transfers or the NAK response timeout on Bulk transfers */
  96. #define USB_TXCOUNT 0xffc03c68 /* Number of bytes to be written to the selected endpoint Tx FIFO */
  97. /* USB Endpoint FIFO Registers */
  98. #define USB_EP0_FIFO 0xffc03c80 /* Endpoint 0 FIFO */
  99. #define USB_EP1_FIFO 0xffc03c88 /* Endpoint 1 FIFO */
  100. #define USB_EP2_FIFO 0xffc03c90 /* Endpoint 2 FIFO */
  101. #define USB_EP3_FIFO 0xffc03c98 /* Endpoint 3 FIFO */
  102. #define USB_EP4_FIFO 0xffc03ca0 /* Endpoint 4 FIFO */
  103. #define USB_EP5_FIFO 0xffc03ca8 /* Endpoint 5 FIFO */
  104. #define USB_EP6_FIFO 0xffc03cb0 /* Endpoint 6 FIFO */
  105. #define USB_EP7_FIFO 0xffc03cb8 /* Endpoint 7 FIFO */
  106. /* USB OTG Control Registers */
  107. #define USB_OTG_DEV_CTL 0xffc03d00 /* OTG Device Control Register */
  108. #define USB_OTG_VBUS_IRQ 0xffc03d04 /* OTG VBUS Control Interrupts */
  109. #define USB_OTG_VBUS_MASK 0xffc03d08 /* VBUS Control Interrupt Enable */
  110. /* USB Phy Control Registers */
  111. #define USB_LINKINFO 0xffc03d48 /* Enables programming of some PHY-side delays */
  112. #define USB_VPLEN 0xffc03d4c /* Determines duration of VBUS pulse for VBUS charging */
  113. #define USB_HS_EOF1 0xffc03d50 /* Time buffer for High-Speed transactions */
  114. #define USB_FS_EOF1 0xffc03d54 /* Time buffer for Full-Speed transactions */
  115. #define USB_LS_EOF1 0xffc03d58 /* Time buffer for Low-Speed transactions */
  116. /* (APHY_CNTRL is for ADI usage only) */
  117. #define USB_APHY_CNTRL 0xffc03de0 /* Register that increases visibility of Analog PHY */
  118. /* (APHY_CALIB is for ADI usage only) */
  119. #define USB_APHY_CALIB 0xffc03de4 /* Register used to set some calibration values */
  120. #define USB_APHY_CNTRL2 0xffc03de8 /* Register used to prevent re-enumeration once Moab goes into hibernate mode */
  121. /* (PHY_TEST is for ADI usage only) */
  122. #define USB_PHY_TEST 0xffc03dec /* Used for reducing simulation time and simplifies FIFO testability */
  123. #define USB_PLLOSC_CTRL 0xffc03df0 /* Used to program different parameters for USB PLL and Oscillator */
  124. #define USB_SRP_CLKDIV 0xffc03df4 /* Used to program clock divide value for the clock fed to the SRP detection logic */
  125. /* USB Endpoint 0 Control Registers */
  126. #define USB_EP_NI0_TXMAXP 0xffc03e00 /* Maximum packet size for Host Tx endpoint0 */
  127. #define USB_EP_NI0_TXCSR 0xffc03e04 /* Control Status register for endpoint 0 */
  128. #define USB_EP_NI0_RXMAXP 0xffc03e08 /* Maximum packet size for Host Rx endpoint0 */
  129. #define USB_EP_NI0_RXCSR 0xffc03e0c /* Control Status register for Host Rx endpoint0 */
  130. #define USB_EP_NI0_RXCOUNT 0xffc03e10 /* Number of bytes received in endpoint 0 FIFO */
  131. #define USB_EP_NI0_TXTYPE 0xffc03e14 /* Sets the transaction protocol and peripheral endpoint number for the Host Tx endpoint0 */
  132. #define USB_EP_NI0_TXINTERVAL 0xffc03e18 /* Sets the NAK response timeout on Endpoint 0 */
  133. #define USB_EP_NI0_RXTYPE 0xffc03e1c /* Sets the transaction protocol and peripheral endpoint number for the Host Rx endpoint0 */
  134. #define USB_EP_NI0_RXINTERVAL 0xffc03e20 /* Sets the polling interval for Interrupt/Isochronous transfers or the NAK response timeout on Bulk transfers for Host Rx endpoint0 */
  135. /* USB Endpoint 1 Control Registers */
  136. #define USB_EP_NI0_TXCOUNT 0xffc03e28 /* Number of bytes to be written to the endpoint0 Tx FIFO */
  137. #define USB_EP_NI1_TXMAXP 0xffc03e40 /* Maximum packet size for Host Tx endpoint1 */
  138. #define USB_EP_NI1_TXCSR 0xffc03e44 /* Control Status register for endpoint1 */
  139. #define USB_EP_NI1_RXMAXP 0xffc03e48 /* Maximum packet size for Host Rx endpoint1 */
  140. #define USB_EP_NI1_RXCSR 0xffc03e4c /* Control Status register for Host Rx endpoint1 */
  141. #define USB_EP_NI1_RXCOUNT 0xffc03e50 /* Number of bytes received in endpoint1 FIFO */
  142. #define USB_EP_NI1_TXTYPE 0xffc03e54 /* Sets the transaction protocol and peripheral endpoint number for the Host Tx endpoint1 */
  143. #define USB_EP_NI1_TXINTERVAL 0xffc03e58 /* Sets the NAK response timeout on Endpoint1 */
  144. #define USB_EP_NI1_RXTYPE 0xffc03e5c /* Sets the transaction protocol and peripheral endpoint number for the Host Rx endpoint1 */
  145. #define USB_EP_NI1_RXINTERVAL 0xffc03e60 /* Sets the polling interval for Interrupt/Isochronous transfers or the NAK response timeout on Bulk transfers for Host Rx endpoint1 */
  146. /* USB Endpoint 2 Control Registers */
  147. #define USB_EP_NI1_TXCOUNT 0xffc03e68 /* Number of bytes to be written to the+H102 endpoint1 Tx FIFO */
  148. #define USB_EP_NI2_TXMAXP 0xffc03e80 /* Maximum packet size for Host Tx endpoint2 */
  149. #define USB_EP_NI2_TXCSR 0xffc03e84 /* Control Status register for endpoint2 */
  150. #define USB_EP_NI2_RXMAXP 0xffc03e88 /* Maximum packet size for Host Rx endpoint2 */
  151. #define USB_EP_NI2_RXCSR 0xffc03e8c /* Control Status register for Host Rx endpoint2 */
  152. #define USB_EP_NI2_RXCOUNT 0xffc03e90 /* Number of bytes received in endpoint2 FIFO */
  153. #define USB_EP_NI2_TXTYPE 0xffc03e94 /* Sets the transaction protocol and peripheral endpoint number for the Host Tx endpoint2 */
  154. #define USB_EP_NI2_TXINTERVAL 0xffc03e98 /* Sets the NAK response timeout on Endpoint2 */
  155. #define USB_EP_NI2_RXTYPE 0xffc03e9c /* Sets the transaction protocol and peripheral endpoint number for the Host Rx endpoint2 */
  156. #define USB_EP_NI2_RXINTERVAL 0xffc03ea0 /* Sets the polling interval for Interrupt/Isochronous transfers or the NAK response timeout on Bulk transfers for Host Rx endpoint2 */
  157. /* USB Endpoint 3 Control Registers */
  158. #define USB_EP_NI2_TXCOUNT 0xffc03ea8 /* Number of bytes to be written to the endpoint2 Tx FIFO */
  159. #define USB_EP_NI3_TXMAXP 0xffc03ec0 /* Maximum packet size for Host Tx endpoint3 */
  160. #define USB_EP_NI3_TXCSR 0xffc03ec4 /* Control Status register for endpoint3 */
  161. #define USB_EP_NI3_RXMAXP 0xffc03ec8 /* Maximum packet size for Host Rx endpoint3 */
  162. #define USB_EP_NI3_RXCSR 0xffc03ecc /* Control Status register for Host Rx endpoint3 */
  163. #define USB_EP_NI3_RXCOUNT 0xffc03ed0 /* Number of bytes received in endpoint3 FIFO */
  164. #define USB_EP_NI3_TXTYPE 0xffc03ed4 /* Sets the transaction protocol and peripheral endpoint number for the Host Tx endpoint3 */
  165. #define USB_EP_NI3_TXINTERVAL 0xffc03ed8 /* Sets the NAK response timeout on Endpoint3 */
  166. #define USB_EP_NI3_RXTYPE 0xffc03edc /* Sets the transaction protocol and peripheral endpoint number for the Host Rx endpoint3 */
  167. #define USB_EP_NI3_RXINTERVAL 0xffc03ee0 /* Sets the polling interval for Interrupt/Isochronous transfers or the NAK response timeout on Bulk transfers for Host Rx endpoint3 */
  168. /* USB Endpoint 4 Control Registers */
  169. #define USB_EP_NI3_TXCOUNT 0xffc03ee8 /* Number of bytes to be written to the H124endpoint3 Tx FIFO */
  170. #define USB_EP_NI4_TXMAXP 0xffc03f00 /* Maximum packet size for Host Tx endpoint4 */
  171. #define USB_EP_NI4_TXCSR 0xffc03f04 /* Control Status register for endpoint4 */
  172. #define USB_EP_NI4_RXMAXP 0xffc03f08 /* Maximum packet size for Host Rx endpoint4 */
  173. #define USB_EP_NI4_RXCSR 0xffc03f0c /* Control Status register for Host Rx endpoint4 */
  174. #define USB_EP_NI4_RXCOUNT 0xffc03f10 /* Number of bytes received in endpoint4 FIFO */
  175. #define USB_EP_NI4_TXTYPE 0xffc03f14 /* Sets the transaction protocol and peripheral endpoint number for the Host Tx endpoint4 */
  176. #define USB_EP_NI4_TXINTERVAL 0xffc03f18 /* Sets the NAK response timeout on Endpoint4 */
  177. #define USB_EP_NI4_RXTYPE 0xffc03f1c /* Sets the transaction protocol and peripheral endpoint number for the Host Rx endpoint4 */
  178. #define USB_EP_NI4_RXINTERVAL 0xffc03f20 /* Sets the polling interval for Interrupt/Isochronous transfers or the NAK response timeout on Bulk transfers for Host Rx endpoint4 */
  179. /* USB Endpoint 5 Control Registers */
  180. #define USB_EP_NI4_TXCOUNT 0xffc03f28 /* Number of bytes to be written to the endpoint4 Tx FIFO */
  181. #define USB_EP_NI5_TXMAXP 0xffc03f40 /* Maximum packet size for Host Tx endpoint5 */
  182. #define USB_EP_NI5_TXCSR 0xffc03f44 /* Control Status register for endpoint5 */
  183. #define USB_EP_NI5_RXMAXP 0xffc03f48 /* Maximum packet size for Host Rx endpoint5 */
  184. #define USB_EP_NI5_RXCSR 0xffc03f4c /* Control Status register for Host Rx endpoint5 */
  185. #define USB_EP_NI5_RXCOUNT 0xffc03f50 /* Number of bytes received in endpoint5 FIFO */
  186. #define USB_EP_NI5_TXTYPE 0xffc03f54 /* Sets the transaction protocol and peripheral endpoint number for the Host Tx endpoint5 */
  187. #define USB_EP_NI5_TXINTERVAL 0xffc03f58 /* Sets the NAK response timeout on Endpoint5 */
  188. #define USB_EP_NI5_RXTYPE 0xffc03f5c /* Sets the transaction protocol and peripheral endpoint number for the Host Rx endpoint5 */
  189. #define USB_EP_NI5_RXINTERVAL 0xffc03f60 /* Sets the polling interval for Interrupt/Isochronous transfers or the NAK response timeout on Bulk transfers for Host Rx endpoint5 */
  190. /* USB Endpoint 6 Control Registers */
  191. #define USB_EP_NI5_TXCOUNT 0xffc03f68 /* Number of bytes to be written to the H145endpoint5 Tx FIFO */
  192. #define USB_EP_NI6_TXMAXP 0xffc03f80 /* Maximum packet size for Host Tx endpoint6 */
  193. #define USB_EP_NI6_TXCSR 0xffc03f84 /* Control Status register for endpoint6 */
  194. #define USB_EP_NI6_RXMAXP 0xffc03f88 /* Maximum packet size for Host Rx endpoint6 */
  195. #define USB_EP_NI6_RXCSR 0xffc03f8c /* Control Status register for Host Rx endpoint6 */
  196. #define USB_EP_NI6_RXCOUNT 0xffc03f90 /* Number of bytes received in endpoint6 FIFO */
  197. #define USB_EP_NI6_TXTYPE 0xffc03f94 /* Sets the transaction protocol and peripheral endpoint number for the Host Tx endpoint6 */
  198. #define USB_EP_NI6_TXINTERVAL 0xffc03f98 /* Sets the NAK response timeout on Endpoint6 */
  199. #define USB_EP_NI6_RXTYPE 0xffc03f9c /* Sets the transaction protocol and peripheral endpoint number for the Host Rx endpoint6 */
  200. #define USB_EP_NI6_RXINTERVAL 0xffc03fa0 /* Sets the polling interval for Interrupt/Isochronous transfers or the NAK response timeout on Bulk transfers for Host Rx endpoint6 */
  201. /* USB Endpoint 7 Control Registers */
  202. #define USB_EP_NI6_TXCOUNT 0xffc03fa8 /* Number of bytes to be written to the endpoint6 Tx FIFO */
  203. #define USB_EP_NI7_TXMAXP 0xffc03fc0 /* Maximum packet size for Host Tx endpoint7 */
  204. #define USB_EP_NI7_TXCSR 0xffc03fc4 /* Control Status register for endpoint7 */
  205. #define USB_EP_NI7_RXMAXP 0xffc03fc8 /* Maximum packet size for Host Rx endpoint7 */
  206. #define USB_EP_NI7_RXCSR 0xffc03fcc /* Control Status register for Host Rx endpoint7 */
  207. #define USB_EP_NI7_RXCOUNT 0xffc03fd0 /* Number of bytes received in endpoint7 FIFO */
  208. #define USB_EP_NI7_TXTYPE 0xffc03fd4 /* Sets the transaction protocol and peripheral endpoint number for the Host Tx endpoint7 */
  209. #define USB_EP_NI7_TXINTERVAL 0xffc03fd8 /* Sets the NAK response timeout on Endpoint7 */
  210. #define USB_EP_NI7_RXTYPE 0xffc03fdc /* Sets the transaction protocol and peripheral endpoint number for the Host Rx endpoint7 */
  211. #define USB_EP_NI7_RXINTERVAL 0xffc03ff0 /* Sets the polling interval for Interrupt/Isochronous transfers or the NAK response timeout on Bulk transfers for Host Rx endpoint7 */
  212. #define USB_EP_NI7_TXCOUNT 0xffc03ff8 /* Number of bytes to be written to the endpoint7 Tx FIFO */
  213. #define USB_DMA_INTERRUPT 0xffc04000 /* Indicates pending interrupts for the DMA channels */
  214. /* USB Channel 0 Config Registers */
  215. #define USB_DMA0CONTROL 0xffc04004 /* DMA master channel 0 configuration */
  216. #define USB_DMA0ADDRLOW 0xffc04008 /* Lower 16-bits of memory source/destination address for DMA master channel 0 */
  217. #define USB_DMA0ADDRHIGH 0xffc0400c /* Upper 16-bits of memory source/destination address for DMA master channel 0 */
  218. #define USB_DMA0COUNTLOW 0xffc04010 /* Lower 16-bits of byte count of DMA transfer for DMA master channel 0 */
  219. #define USB_DMA0COUNTHIGH 0xffc04014 /* Upper 16-bits of byte count of DMA transfer for DMA master channel 0 */
  220. /* USB Channel 1 Config Registers */
  221. #define USB_DMA1CONTROL 0xffc04024 /* DMA master channel 1 configuration */
  222. #define USB_DMA1ADDRLOW 0xffc04028 /* Lower 16-bits of memory source/destination address for DMA master channel 1 */
  223. #define USB_DMA1ADDRHIGH 0xffc0402c /* Upper 16-bits of memory source/destination address for DMA master channel 1 */
  224. #define USB_DMA1COUNTLOW 0xffc04030 /* Lower 16-bits of byte count of DMA transfer for DMA master channel 1 */
  225. #define USB_DMA1COUNTHIGH 0xffc04034 /* Upper 16-bits of byte count of DMA transfer for DMA master channel 1 */
  226. /* USB Channel 2 Config Registers */
  227. #define USB_DMA2CONTROL 0xffc04044 /* DMA master channel 2 configuration */
  228. #define USB_DMA2ADDRLOW 0xffc04048 /* Lower 16-bits of memory source/destination address for DMA master channel 2 */
  229. #define USB_DMA2ADDRHIGH 0xffc0404c /* Upper 16-bits of memory source/destination address for DMA master channel 2 */
  230. #define USB_DMA2COUNTLOW 0xffc04050 /* Lower 16-bits of byte count of DMA transfer for DMA master channel 2 */
  231. #define USB_DMA2COUNTHIGH 0xffc04054 /* Upper 16-bits of byte count of DMA transfer for DMA master channel 2 */
  232. /* USB Channel 3 Config Registers */
  233. #define USB_DMA3CONTROL 0xffc04064 /* DMA master channel 3 configuration */
  234. #define USB_DMA3ADDRLOW 0xffc04068 /* Lower 16-bits of memory source/destination address for DMA master channel 3 */
  235. #define USB_DMA3ADDRHIGH 0xffc0406c /* Upper 16-bits of memory source/destination address for DMA master channel 3 */
  236. #define USB_DMA3COUNTLOW 0xffc04070 /* Lower 16-bits of byte count of DMA transfer for DMA master channel 3 */
  237. #define USB_DMA3COUNTHIGH 0xffc04074 /* Upper 16-bits of byte count of DMA transfer for DMA master channel 3 */
  238. /* USB Channel 4 Config Registers */
  239. #define USB_DMA4CONTROL 0xffc04084 /* DMA master channel 4 configuration */
  240. #define USB_DMA4ADDRLOW 0xffc04088 /* Lower 16-bits of memory source/destination address for DMA master channel 4 */
  241. #define USB_DMA4ADDRHIGH 0xffc0408c /* Upper 16-bits of memory source/destination address for DMA master channel 4 */
  242. #define USB_DMA4COUNTLOW 0xffc04090 /* Lower 16-bits of byte count of DMA transfer for DMA master channel 4 */
  243. #define USB_DMA4COUNTHIGH 0xffc04094 /* Upper 16-bits of byte count of DMA transfer for DMA master channel 4 */
  244. /* USB Channel 5 Config Registers */
  245. #define USB_DMA5CONTROL 0xffc040a4 /* DMA master channel 5 configuration */
  246. #define USB_DMA5ADDRLOW 0xffc040a8 /* Lower 16-bits of memory source/destination address for DMA master channel 5 */
  247. #define USB_DMA5ADDRHIGH 0xffc040ac /* Upper 16-bits of memory source/destination address for DMA master channel 5 */
  248. #define USB_DMA5COUNTLOW 0xffc040b0 /* Lower 16-bits of byte count of DMA transfer for DMA master channel 5 */
  249. #define USB_DMA5COUNTHIGH 0xffc040b4 /* Upper 16-bits of byte count of DMA transfer for DMA master channel 5 */
  250. /* USB Channel 6 Config Registers */
  251. #define USB_DMA6CONTROL 0xffc040c4 /* DMA master channel 6 configuration */
  252. #define USB_DMA6ADDRLOW 0xffc040c8 /* Lower 16-bits of memory source/destination address for DMA master channel 6 */
  253. #define USB_DMA6ADDRHIGH 0xffc040cc /* Upper 16-bits of memory source/destination address for DMA master channel 6 */
  254. #define USB_DMA6COUNTLOW 0xffc040d0 /* Lower 16-bits of byte count of DMA transfer for DMA master channel 6 */
  255. #define USB_DMA6COUNTHIGH 0xffc040d4 /* Upper 16-bits of byte count of DMA transfer for DMA master channel 6 */
  256. /* USB Channel 7 Config Registers */
  257. #define USB_DMA7CONTROL 0xffc040e4 /* DMA master channel 7 configuration */
  258. #define USB_DMA7ADDRLOW 0xffc040e8 /* Lower 16-bits of memory source/destination address for DMA master channel 7 */
  259. #define USB_DMA7ADDRHIGH 0xffc040ec /* Upper 16-bits of memory source/destination address for DMA master channel 7 */
  260. #define USB_DMA7COUNTLOW 0xffc040f0 /* Lower 16-bits of byte count of DMA transfer for DMA master channel 7 */
  261. #define USB_DMA7COUNTHIGH 0xffc040f4 /* Upper 16-bits of byte count of DMA transfer for DMA master channel 7 */
  262. /* Keypad Registers */
  263. #define KPAD_CTL 0xffc04100 /* Controls keypad module enable and disable */
  264. #define KPAD_PRESCALE 0xffc04104 /* Establish a time base for programing the KPAD_MSEL register */
  265. #define KPAD_MSEL 0xffc04108 /* Selects delay parameters for keypad interface sensitivity */
  266. #define KPAD_ROWCOL 0xffc0410c /* Captures the row and column output values of the keys pressed */
  267. #define KPAD_STAT 0xffc04110 /* Holds and clears the status of the keypad interface interrupt */
  268. #define KPAD_SOFTEVAL 0xffc04114 /* Lets software force keypad interface to check for keys being pressed */
  269. /* ********************************************************** */
  270. /* SINGLE BIT MACRO PAIRS (bit mask and negated one) */
  271. /* and MULTI BIT READ MACROS */
  272. /* ********************************************************** */
  273. /* Bit masks for KPAD_CTL */
  274. #define KPAD_EN 0x1 /* Keypad Enable */
  275. #define KPAD_IRQMODE 0x6 /* Key Press Interrupt Enable */
  276. #define KPAD_ROWEN 0x1c00 /* Row Enable Width */
  277. #define KPAD_COLEN 0xe000 /* Column Enable Width */
  278. /* Bit masks for KPAD_PRESCALE */
  279. #define KPAD_PRESCALE_VAL 0x3f /* Key Prescale Value */
  280. /* Bit masks for KPAD_MSEL */
  281. #define DBON_SCALE 0xff /* Debounce Scale Value */
  282. #define COLDRV_SCALE 0xff00 /* Column Driver Scale Value */
  283. /* Bit masks for KPAD_ROWCOL */
  284. #define KPAD_ROW 0xff /* Rows Pressed */
  285. #define KPAD_COL 0xff00 /* Columns Pressed */
  286. /* Bit masks for KPAD_STAT */
  287. #define KPAD_IRQ 0x1 /* Keypad Interrupt Status */
  288. #define KPAD_MROWCOL 0x6 /* Multiple Row/Column Keypress Status */
  289. #define KPAD_PRESSED 0x8 /* Key press current status */
  290. /* Bit masks for KPAD_SOFTEVAL */
  291. #define KPAD_SOFTEVAL_E 0x2 /* Software Programmable Force Evaluate */
  292. /* Bit masks for ATAPI_CONTROL */
  293. #define PIO_START 0x1 /* Start PIO/Reg Op */
  294. #define MULTI_START 0x2 /* Start Multi-DMA Op */
  295. #define ULTRA_START 0x4 /* Start Ultra-DMA Op */
  296. #define XFER_DIR 0x8 /* Transfer Direction */
  297. #define IORDY_EN 0x10 /* IORDY Enable */
  298. #define FIFO_FLUSH 0x20 /* Flush FIFOs */
  299. #define SOFT_RST 0x40 /* Soft Reset */
  300. #define DEV_RST 0x80 /* Device Reset */
  301. #define TFRCNT_RST 0x100 /* Trans Count Reset */
  302. #define END_ON_TERM 0x200 /* End/Terminate Select */
  303. #define PIO_USE_DMA 0x400 /* PIO-DMA Enable */
  304. #define UDMAIN_FIFO_THRS 0xf000 /* Ultra DMA-IN FIFO Threshold */
  305. /* Bit masks for ATAPI_STATUS */
  306. #define PIO_XFER_ON 0x1 /* PIO transfer in progress */
  307. #define MULTI_XFER_ON 0x2 /* Multi-word DMA transfer in progress */
  308. #define ULTRA_XFER_ON 0x4 /* Ultra DMA transfer in progress */
  309. #define ULTRA_IN_FL 0xf0 /* Ultra DMA Input FIFO Level */
  310. /* Bit masks for ATAPI_DEV_ADDR */
  311. #define DEV_ADDR 0x1f /* Device Address */
  312. /* Bit masks for ATAPI_INT_MASK */
  313. #define ATAPI_DEV_INT_MASK 0x1 /* Device interrupt mask */
  314. #define PIO_DONE_MASK 0x2 /* PIO transfer done interrupt mask */
  315. #define MULTI_DONE_MASK 0x4 /* Multi-DMA transfer done interrupt mask */
  316. #define UDMAIN_DONE_MASK 0x8 /* Ultra-DMA in transfer done interrupt mask */
  317. #define UDMAOUT_DONE_MASK 0x10 /* Ultra-DMA out transfer done interrupt mask */
  318. #define HOST_TERM_XFER_MASK 0x20 /* Host terminate current transfer interrupt mask */
  319. #define MULTI_TERM_MASK 0x40 /* Device terminate Multi-DMA transfer interrupt mask */
  320. #define UDMAIN_TERM_MASK 0x80 /* Device terminate Ultra-DMA-in transfer interrupt mask */
  321. #define UDMAOUT_TERM_MASK 0x100 /* Device terminate Ultra-DMA-out transfer interrupt mask */
  322. /* Bit masks for ATAPI_INT_STATUS */
  323. #define ATAPI_DEV_INT 0x1 /* Device interrupt status */
  324. #define PIO_DONE_INT 0x2 /* PIO transfer done interrupt status */
  325. #define MULTI_DONE_INT 0x4 /* Multi-DMA transfer done interrupt status */
  326. #define UDMAIN_DONE_INT 0x8 /* Ultra-DMA in transfer done interrupt status */
  327. #define UDMAOUT_DONE_INT 0x10 /* Ultra-DMA out transfer done interrupt status */
  328. #define HOST_TERM_XFER_INT 0x20 /* Host terminate current transfer interrupt status */
  329. #define MULTI_TERM_INT 0x40 /* Device terminate Multi-DMA transfer interrupt status */
  330. #define UDMAIN_TERM_INT 0x80 /* Device terminate Ultra-DMA-in transfer interrupt status */
  331. #define UDMAOUT_TERM_INT 0x100 /* Device terminate Ultra-DMA-out transfer interrupt status */
  332. /* Bit masks for ATAPI_LINE_STATUS */
  333. #define ATAPI_INTR 0x1 /* Device interrupt to host line status */
  334. #define ATAPI_DASP 0x2 /* Device dasp to host line status */
  335. #define ATAPI_CS0N 0x4 /* ATAPI chip select 0 line status */
  336. #define ATAPI_CS1N 0x8 /* ATAPI chip select 1 line status */
  337. #define ATAPI_ADDR 0x70 /* ATAPI address line status */
  338. #define ATAPI_DMAREQ 0x80 /* ATAPI DMA request line status */
  339. #define ATAPI_DMAACKN 0x100 /* ATAPI DMA acknowledge line status */
  340. #define ATAPI_DIOWN 0x200 /* ATAPI write line status */
  341. #define ATAPI_DIORN 0x400 /* ATAPI read line status */
  342. #define ATAPI_IORDY 0x800 /* ATAPI IORDY line status */
  343. /* Bit masks for ATAPI_SM_STATE */
  344. #define PIO_CSTATE 0xf /* PIO mode state machine current state */
  345. #define DMA_CSTATE 0xf0 /* DMA mode state machine current state */
  346. #define UDMAIN_CSTATE 0xf00 /* Ultra DMA-In mode state machine current state */
  347. #define UDMAOUT_CSTATE 0xf000 /* ATAPI IORDY line status */
  348. /* Bit masks for ATAPI_TERMINATE */
  349. #define ATAPI_HOST_TERM 0x1 /* Host terminationation */
  350. /* Bit masks for ATAPI_REG_TIM_0 */
  351. #define T2_REG 0xff /* End of cycle time for register access transfers */
  352. #define TEOC_REG 0xff00 /* Selects DIOR/DIOW pulsewidth */
  353. /* Bit masks for ATAPI_PIO_TIM_0 */
  354. #define T1_REG 0xf /* Time from address valid to DIOR/DIOW */
  355. #define T2_REG_PIO 0xff0 /* DIOR/DIOW pulsewidth */
  356. #define T4_REG 0xf000 /* DIOW data hold */
  357. /* Bit masks for ATAPI_PIO_TIM_1 */
  358. #define TEOC_REG_PIO 0xff /* End of cycle time for PIO access transfers. */
  359. /* Bit masks for ATAPI_MULTI_TIM_0 */
  360. #define TD 0xff /* DIOR/DIOW asserted pulsewidth */
  361. #define TM 0xff00 /* Time from address valid to DIOR/DIOW */
  362. /* Bit masks for ATAPI_MULTI_TIM_1 */
  363. #define TKW 0xff /* Selects DIOW negated pulsewidth */
  364. #define TKR 0xff00 /* Selects DIOR negated pulsewidth */
  365. /* Bit masks for ATAPI_MULTI_TIM_2 */
  366. #define TH 0xff /* Selects DIOW data hold */
  367. #define TEOC 0xff00 /* Selects end of cycle for DMA */
  368. /* Bit masks for ATAPI_ULTRA_TIM_0 */
  369. #define TACK 0xff /* Selects setup and hold times for TACK */
  370. #define TENV 0xff00 /* Selects envelope time */
  371. /* Bit masks for ATAPI_ULTRA_TIM_1 */
  372. #define TDVS 0xff /* Selects data valid setup time */
  373. #define TCYC_TDVS 0xff00 /* Selects cycle time - TDVS time */
  374. /* Bit masks for ATAPI_ULTRA_TIM_2 */
  375. #define TSS 0xff /* Selects time from STROBE edge to negation of DMARQ or assertion of STOP */
  376. #define TMLI 0xff00 /* Selects interlock time */
  377. /* Bit masks for ATAPI_ULTRA_TIM_3 */
  378. #define TZAH 0xff /* Selects minimum delay required for output */
  379. #define READY_PAUSE 0xff00 /* Selects ready to pause */
  380. /* Bit masks for USB_FADDR */
  381. #define FUNCTION_ADDRESS 0x7f /* Function address */
  382. /* Bit masks for USB_POWER */
  383. #define ENABLE_SUSPENDM 0x1 /* enable SuspendM output */
  384. #define SUSPEND_MODE 0x2 /* Suspend Mode indicator */
  385. #define RESUME_MODE 0x4 /* DMA Mode */
  386. #define RESET 0x8 /* Reset indicator */
  387. #define HS_MODE 0x10 /* High Speed mode indicator */
  388. #define HS_ENABLE 0x20 /* high Speed Enable */
  389. #define SOFT_CONN 0x40 /* Soft connect */
  390. #define ISO_UPDATE 0x80 /* Isochronous update */
  391. /* Bit masks for USB_INTRTX */
  392. #define EP0_TX 0x1 /* Tx Endpoint 0 interrupt */
  393. #define EP1_TX 0x2 /* Tx Endpoint 1 interrupt */
  394. #define EP2_TX 0x4 /* Tx Endpoint 2 interrupt */
  395. #define EP3_TX 0x8 /* Tx Endpoint 3 interrupt */
  396. #define EP4_TX 0x10 /* Tx Endpoint 4 interrupt */
  397. #define EP5_TX 0x20 /* Tx Endpoint 5 interrupt */
  398. #define EP6_TX 0x40 /* Tx Endpoint 6 interrupt */
  399. #define EP7_TX 0x80 /* Tx Endpoint 7 interrupt */
  400. /* Bit masks for USB_INTRRX */
  401. #define EP1_RX 0x2 /* Rx Endpoint 1 interrupt */
  402. #define EP2_RX 0x4 /* Rx Endpoint 2 interrupt */
  403. #define EP3_RX 0x8 /* Rx Endpoint 3 interrupt */
  404. #define EP4_RX 0x10 /* Rx Endpoint 4 interrupt */
  405. #define EP5_RX 0x20 /* Rx Endpoint 5 interrupt */
  406. #define EP6_RX 0x40 /* Rx Endpoint 6 interrupt */
  407. #define EP7_RX 0x80 /* Rx Endpoint 7 interrupt */
  408. /* Bit masks for USB_INTRTXE */
  409. #define EP0_TX_E 0x1 /* Endpoint 0 interrupt Enable */
  410. #define EP1_TX_E 0x2 /* Tx Endpoint 1 interrupt Enable */
  411. #define EP2_TX_E 0x4 /* Tx Endpoint 2 interrupt Enable */
  412. #define EP3_TX_E 0x8 /* Tx Endpoint 3 interrupt Enable */
  413. #define EP4_TX_E 0x10 /* Tx Endpoint 4 interrupt Enable */
  414. #define EP5_TX_E 0x20 /* Tx Endpoint 5 interrupt Enable */
  415. #define EP6_TX_E 0x40 /* Tx Endpoint 6 interrupt Enable */
  416. #define EP7_TX_E 0x80 /* Tx Endpoint 7 interrupt Enable */
  417. /* Bit masks for USB_INTRRXE */
  418. #define EP1_RX_E 0x2 /* Rx Endpoint 1 interrupt Enable */
  419. #define EP2_RX_E 0x4 /* Rx Endpoint 2 interrupt Enable */
  420. #define EP3_RX_E 0x8 /* Rx Endpoint 3 interrupt Enable */
  421. #define EP4_RX_E 0x10 /* Rx Endpoint 4 interrupt Enable */
  422. #define EP5_RX_E 0x20 /* Rx Endpoint 5 interrupt Enable */
  423. #define EP6_RX_E 0x40 /* Rx Endpoint 6 interrupt Enable */
  424. #define EP7_RX_E 0x80 /* Rx Endpoint 7 interrupt Enable */
  425. /* Bit masks for USB_INTRUSB */
  426. #define SUSPEND_B 0x1 /* Suspend indicator */
  427. #define RESUME_B 0x2 /* Resume indicator */
  428. #define RESET_OR_BABLE_B 0x4 /* Reset/babble indicator */
  429. #define SOF_B 0x8 /* Start of frame */
  430. #define CONN_B 0x10 /* Connection indicator */
  431. #define DISCON_B 0x20 /* Disconnect indicator */
  432. #define SESSION_REQ_B 0x40 /* Session Request */
  433. #define VBUS_ERROR_B 0x80 /* Vbus threshold indicator */
  434. /* Bit masks for USB_INTRUSBE */
  435. #define SUSPEND_BE 0x1 /* Suspend indicator int enable */
  436. #define RESUME_BE 0x2 /* Resume indicator int enable */
  437. #define RESET_OR_BABLE_BE 0x4 /* Reset/babble indicator int enable */
  438. #define SOF_BE 0x8 /* Start of frame int enable */
  439. #define CONN_BE 0x10 /* Connection indicator int enable */
  440. #define DISCON_BE 0x20 /* Disconnect indicator int enable */
  441. #define SESSION_REQ_BE 0x40 /* Session Request int enable */
  442. #define VBUS_ERROR_BE 0x80 /* Vbus threshold indicator int enable */
  443. /* Bit masks for USB_FRAME */
  444. #define FRAME_NUMBER 0x7ff /* Frame number */
  445. /* Bit masks for USB_INDEX */
  446. #define SELECTED_ENDPOINT 0xf /* selected endpoint */
  447. /* Bit masks for USB_GLOBAL_CTL */
  448. #define GLOBAL_ENA 0x1 /* enables USB module */
  449. #define EP1_TX_ENA 0x2 /* Transmit endpoint 1 enable */
  450. #define EP2_TX_ENA 0x4 /* Transmit endpoint 2 enable */
  451. #define EP3_TX_ENA 0x8 /* Transmit endpoint 3 enable */
  452. #define EP4_TX_ENA 0x10 /* Transmit endpoint 4 enable */
  453. #define EP5_TX_ENA 0x20 /* Transmit endpoint 5 enable */
  454. #define EP6_TX_ENA 0x40 /* Transmit endpoint 6 enable */
  455. #define EP7_TX_ENA 0x80 /* Transmit endpoint 7 enable */
  456. #define EP1_RX_ENA 0x100 /* Receive endpoint 1 enable */
  457. #define EP2_RX_ENA 0x200 /* Receive endpoint 2 enable */
  458. #define EP3_RX_ENA 0x400 /* Receive endpoint 3 enable */
  459. #define EP4_RX_ENA 0x800 /* Receive endpoint 4 enable */
  460. #define EP5_RX_ENA 0x1000 /* Receive endpoint 5 enable */
  461. #define EP6_RX_ENA 0x2000 /* Receive endpoint 6 enable */
  462. #define EP7_RX_ENA 0x4000 /* Receive endpoint 7 enable */
  463. /* Bit masks for USB_OTG_DEV_CTL */
  464. #define SESSION 0x1 /* session indicator */
  465. #define HOST_REQ 0x2 /* Host negotiation request */
  466. #define HOST_MODE 0x4 /* indicates USBDRC is a host */
  467. #define VBUS0 0x8 /* Vbus level indicator[0] */
  468. #define VBUS1 0x10 /* Vbus level indicator[1] */
  469. #define LSDEV 0x20 /* Low-speed indicator */
  470. #define FSDEV 0x40 /* Full or High-speed indicator */
  471. #define B_DEVICE 0x80 /* A' or 'B' device indicator */
  472. /* Bit masks for USB_OTG_VBUS_IRQ */
  473. #define DRIVE_VBUS_ON 0x1 /* indicator to drive VBUS control circuit */
  474. #define DRIVE_VBUS_OFF 0x2 /* indicator to shut off charge pump */
  475. #define CHRG_VBUS_START 0x4 /* indicator for external circuit to start charging VBUS */
  476. #define CHRG_VBUS_END 0x8 /* indicator for external circuit to end charging VBUS */
  477. #define DISCHRG_VBUS_START 0x10 /* indicator to start discharging VBUS */
  478. #define DISCHRG_VBUS_END 0x20 /* indicator to stop discharging VBUS */
  479. /* Bit masks for USB_OTG_VBUS_MASK */
  480. #define DRIVE_VBUS_ON_ENA 0x1 /* enable DRIVE_VBUS_ON interrupt */
  481. #define DRIVE_VBUS_OFF_ENA 0x2 /* enable DRIVE_VBUS_OFF interrupt */
  482. #define CHRG_VBUS_START_ENA 0x4 /* enable CHRG_VBUS_START interrupt */
  483. #define CHRG_VBUS_END_ENA 0x8 /* enable CHRG_VBUS_END interrupt */
  484. #define DISCHRG_VBUS_START_ENA 0x10 /* enable DISCHRG_VBUS_START interrupt */
  485. #define DISCHRG_VBUS_END_ENA 0x20 /* enable DISCHRG_VBUS_END interrupt */
  486. /* Bit masks for USB_CSR0 */
  487. #define RXPKTRDY 0x1 /* data packet receive indicator */
  488. #define TXPKTRDY 0x2 /* data packet in FIFO indicator */
  489. #define STALL_SENT 0x4 /* STALL handshake sent */
  490. #define DATAEND 0x8 /* Data end indicator */
  491. #define SETUPEND 0x10 /* Setup end */
  492. #define SENDSTALL 0x20 /* Send STALL handshake */
  493. #define SERVICED_RXPKTRDY 0x40 /* used to clear the RxPktRdy bit */
  494. #define SERVICED_SETUPEND 0x80 /* used to clear the SetupEnd bit */
  495. #define FLUSHFIFO 0x100 /* flush endpoint FIFO */
  496. #define STALL_RECEIVED_H 0x4 /* STALL handshake received host mode */
  497. #define SETUPPKT_H 0x8 /* send Setup token host mode */
  498. #define ERROR_H 0x10 /* timeout error indicator host mode */
  499. #define REQPKT_H 0x20 /* Request an IN transaction host mode */
  500. #define STATUSPKT_H 0x40 /* Status stage transaction host mode */
  501. #define NAK_TIMEOUT_H 0x80 /* EP0 halted after a NAK host mode */
  502. /* Bit masks for USB_COUNT0 */
  503. #define EP0_RX_COUNT 0x7f /* number of received bytes in EP0 FIFO */
  504. /* Bit masks for USB_NAKLIMIT0 */
  505. #define EP0_NAK_LIMIT 0x1f /* number of frames/micro frames after which EP0 timeouts */
  506. /* Bit masks for USB_TX_MAX_PACKET */
  507. #define MAX_PACKET_SIZE_T 0x7ff /* maximum data pay load in a frame */
  508. /* Bit masks for USB_RX_MAX_PACKET */
  509. #define MAX_PACKET_SIZE_R 0x7ff /* maximum data pay load in a frame */
  510. /* Bit masks for USB_TXCSR */
  511. #define TXPKTRDY_T 0x1 /* data packet in FIFO indicator */
  512. #define FIFO_NOT_EMPTY_T 0x2 /* FIFO not empty */
  513. #define UNDERRUN_T 0x4 /* TxPktRdy not set for an IN token */
  514. #define FLUSHFIFO_T 0x8 /* flush endpoint FIFO */
  515. #define STALL_SEND_T 0x10 /* issue a Stall handshake */
  516. #define STALL_SENT_T 0x20 /* Stall handshake transmitted */
  517. #define CLEAR_DATATOGGLE_T 0x40 /* clear endpoint data toggle */
  518. #define INCOMPTX_T 0x80 /* indicates that a large packet is split */
  519. #define DMAREQMODE_T 0x400 /* DMA mode (0 or 1) selection */
  520. #define FORCE_DATATOGGLE_T 0x800 /* Force data toggle */
  521. #define DMAREQ_ENA_T 0x1000 /* Enable DMA request for Tx EP */
  522. #define ISO_T 0x4000 /* enable Isochronous transfers */
  523. #define AUTOSET_T 0x8000 /* allows TxPktRdy to be set automatically */
  524. #define ERROR_TH 0x4 /* error condition host mode */
  525. #define STALL_RECEIVED_TH 0x20 /* Stall handshake received host mode */
  526. #define NAK_TIMEOUT_TH 0x80 /* NAK timeout host mode */
  527. /* Bit masks for USB_TXCOUNT */
  528. #define TX_COUNT 0x1fff /* Number of bytes to be written to the selected endpoint Tx FIFO */
  529. /* Bit masks for USB_RXCSR */
  530. #define RXPKTRDY_R 0x1 /* data packet in FIFO indicator */
  531. #define FIFO_FULL_R 0x2 /* FIFO not empty */
  532. #define OVERRUN_R 0x4 /* TxPktRdy not set for an IN token */
  533. #define DATAERROR_R 0x8 /* Out packet cannot be loaded into Rx FIFO */
  534. #define FLUSHFIFO_R 0x10 /* flush endpoint FIFO */
  535. #define STALL_SEND_R 0x20 /* issue a Stall handshake */
  536. #define STALL_SENT_R 0x40 /* Stall handshake transmitted */
  537. #define CLEAR_DATATOGGLE_R 0x80 /* clear endpoint data toggle */
  538. #define INCOMPRX_R 0x100 /* indicates that a large packet is split */
  539. #define DMAREQMODE_R 0x800 /* DMA mode (0 or 1) selection */
  540. #define DISNYET_R 0x1000 /* disable Nyet handshakes */
  541. #define DMAREQ_ENA_R 0x2000 /* Enable DMA request for Tx EP */
  542. #define ISO_R 0x4000 /* enable Isochronous transfers */
  543. #define AUTOCLEAR_R 0x8000 /* allows TxPktRdy to be set automatically */
  544. #define ERROR_RH 0x4 /* TxPktRdy not set for an IN token host mode */
  545. #define REQPKT_RH 0x20 /* request an IN transaction host mode */
  546. #define STALL_RECEIVED_RH 0x40 /* Stall handshake received host mode */
  547. #define INCOMPRX_RH 0x100 /* indicates that a large packet is split host mode */
  548. #define DMAREQMODE_RH 0x800 /* DMA mode (0 or 1) selection host mode */
  549. #define AUTOREQ_RH 0x4000 /* sets ReqPkt automatically host mode */
  550. /* Bit masks for USB_RXCOUNT */
  551. #define RX_COUNT 0x1fff /* Number of received bytes in the packet in the Rx FIFO */
  552. /* Bit masks for USB_TXTYPE */
  553. #define TARGET_EP_NO_T 0xf /* EP number */
  554. #define PROTOCOL_T 0xc /* transfer type */
  555. /* Bit masks for USB_TXINTERVAL */
  556. #define TX_POLL_INTERVAL 0xff /* polling interval for selected Tx EP */
  557. /* Bit masks for USB_RXTYPE */
  558. #define TARGET_EP_NO_R 0xf /* EP number */
  559. #define PROTOCOL_R 0xc /* transfer type */
  560. /* Bit masks for USB_RXINTERVAL */
  561. #define RX_POLL_INTERVAL 0xff /* polling interval for selected Rx EP */
  562. /* Bit masks for USB_DMA_INTERRUPT */
  563. #define DMA0_INT 0x1 /* DMA0 pending interrupt */
  564. #define DMA1_INT 0x2 /* DMA1 pending interrupt */
  565. #define DMA2_INT 0x4 /* DMA2 pending interrupt */
  566. #define DMA3_INT 0x8 /* DMA3 pending interrupt */
  567. #define DMA4_INT 0x10 /* DMA4 pending interrupt */
  568. #define DMA5_INT 0x20 /* DMA5 pending interrupt */
  569. #define DMA6_INT 0x40 /* DMA6 pending interrupt */
  570. #define DMA7_INT 0x80 /* DMA7 pending interrupt */
  571. /* Bit masks for USB_DMAxCONTROL */
  572. #define DMA_ENA 0x1 /* DMA enable */
  573. #define DIRECTION 0x2 /* direction of DMA transfer */
  574. #define MODE 0x4 /* DMA Bus error */
  575. #define INT_ENA 0x8 /* Interrupt enable */
  576. #define EPNUM 0xf0 /* EP number */
  577. #define BUSERROR 0x100 /* DMA Bus error */
  578. /* Bit masks for USB_DMAxADDRHIGH */
  579. #define DMA_ADDR_HIGH 0xffff /* Upper 16-bits of memory source/destination address for the DMA master channel */
  580. /* Bit masks for USB_DMAxADDRLOW */
  581. #define DMA_ADDR_LOW 0xffff /* Lower 16-bits of memory source/destination address for the DMA master channel */
  582. /* Bit masks for USB_DMAxCOUNTHIGH */
  583. #define DMA_COUNT_HIGH 0xffff /* Upper 16-bits of byte count of DMA transfer for DMA master channel */
  584. /* Bit masks for USB_DMAxCOUNTLOW */
  585. #define DMA_COUNT_LOW 0xffff /* Lower 16-bits of byte count of DMA transfer for DMA master channel */
  586. /* ******************************************* */
  587. /* MULTI BIT MACRO ENUMERATIONS */
  588. /* ******************************************* */
  589. #endif /* _DEF_BF542_H */