defBF547.h 68 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068
  1. /*
  2. * Copyright 2008-2010 Analog Devices Inc.
  3. *
  4. * Licensed under the ADI BSD license or the GPL-2 (or later)
  5. */
  6. #ifndef _DEF_BF547_H
  7. #define _DEF_BF547_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-BF547 that are not in the common header */
  11. /* Timer Registers */
  12. #define TIMER8_CONFIG 0xffc00600 /* Timer 8 Configuration Register */
  13. #define TIMER8_COUNTER 0xffc00604 /* Timer 8 Counter Register */
  14. #define TIMER8_PERIOD 0xffc00608 /* Timer 8 Period Register */
  15. #define TIMER8_WIDTH 0xffc0060c /* Timer 8 Width Register */
  16. #define TIMER9_CONFIG 0xffc00610 /* Timer 9 Configuration Register */
  17. #define TIMER9_COUNTER 0xffc00614 /* Timer 9 Counter Register */
  18. #define TIMER9_PERIOD 0xffc00618 /* Timer 9 Period Register */
  19. #define TIMER9_WIDTH 0xffc0061c /* Timer 9 Width Register */
  20. #define TIMER10_CONFIG 0xffc00620 /* Timer 10 Configuration Register */
  21. #define TIMER10_COUNTER 0xffc00624 /* Timer 10 Counter Register */
  22. #define TIMER10_PERIOD 0xffc00628 /* Timer 10 Period Register */
  23. #define TIMER10_WIDTH 0xffc0062c /* Timer 10 Width Register */
  24. /* Timer Group of 3 Registers */
  25. #define TIMER_ENABLE1 0xffc00640 /* Timer Group of 3 Enable Register */
  26. #define TIMER_DISABLE1 0xffc00644 /* Timer Group of 3 Disable Register */
  27. #define TIMER_STATUS1 0xffc00648 /* Timer Group of 3 Status Register */
  28. /* SPORT0 Registers */
  29. #define SPORT0_TCR1 0xffc00800 /* SPORT0 Transmit Configuration 1 Register */
  30. #define SPORT0_TCR2 0xffc00804 /* SPORT0 Transmit Configuration 2 Register */
  31. #define SPORT0_TCLKDIV 0xffc00808 /* SPORT0 Transmit Serial Clock Divider Register */
  32. #define SPORT0_TFSDIV 0xffc0080c /* SPORT0 Transmit Frame Sync Divider Register */
  33. #define SPORT0_TX 0xffc00810 /* SPORT0 Transmit Data Register */
  34. #define SPORT0_RX 0xffc00818 /* SPORT0 Receive Data Register */
  35. #define SPORT0_RCR1 0xffc00820 /* SPORT0 Receive Configuration 1 Register */
  36. #define SPORT0_RCR2 0xffc00824 /* SPORT0 Receive Configuration 2 Register */
  37. #define SPORT0_RCLKDIV 0xffc00828 /* SPORT0 Receive Serial Clock Divider Register */
  38. #define SPORT0_RFSDIV 0xffc0082c /* SPORT0 Receive Frame Sync Divider Register */
  39. #define SPORT0_STAT 0xffc00830 /* SPORT0 Status Register */
  40. #define SPORT0_CHNL 0xffc00834 /* SPORT0 Current Channel Register */
  41. #define SPORT0_MCMC1 0xffc00838 /* SPORT0 Multi channel Configuration Register 1 */
  42. #define SPORT0_MCMC2 0xffc0083c /* SPORT0 Multi channel Configuration Register 2 */
  43. #define SPORT0_MTCS0 0xffc00840 /* SPORT0 Multi channel Transmit Select Register 0 */
  44. #define SPORT0_MTCS1 0xffc00844 /* SPORT0 Multi channel Transmit Select Register 1 */
  45. #define SPORT0_MTCS2 0xffc00848 /* SPORT0 Multi channel Transmit Select Register 2 */
  46. #define SPORT0_MTCS3 0xffc0084c /* SPORT0 Multi channel Transmit Select Register 3 */
  47. #define SPORT0_MRCS0 0xffc00850 /* SPORT0 Multi channel Receive Select Register 0 */
  48. #define SPORT0_MRCS1 0xffc00854 /* SPORT0 Multi channel Receive Select Register 1 */
  49. #define SPORT0_MRCS2 0xffc00858 /* SPORT0 Multi channel Receive Select Register 2 */
  50. #define SPORT0_MRCS3 0xffc0085c /* SPORT0 Multi channel Receive Select Register 3 */
  51. /* EPPI0 Registers */
  52. #define EPPI0_STATUS 0xffc01000 /* EPPI0 Status Register */
  53. #define EPPI0_HCOUNT 0xffc01004 /* EPPI0 Horizontal Transfer Count Register */
  54. #define EPPI0_HDELAY 0xffc01008 /* EPPI0 Horizontal Delay Count Register */
  55. #define EPPI0_VCOUNT 0xffc0100c /* EPPI0 Vertical Transfer Count Register */
  56. #define EPPI0_VDELAY 0xffc01010 /* EPPI0 Vertical Delay Count Register */
  57. #define EPPI0_FRAME 0xffc01014 /* EPPI0 Lines per Frame Register */
  58. #define EPPI0_LINE 0xffc01018 /* EPPI0 Samples per Line Register */
  59. #define EPPI0_CLKDIV 0xffc0101c /* EPPI0 Clock Divide Register */
  60. #define EPPI0_CONTROL 0xffc01020 /* EPPI0 Control Register */
  61. #define EPPI0_FS1W_HBL 0xffc01024 /* EPPI0 FS1 Width Register / EPPI0 Horizontal Blanking Samples Per Line Register */
  62. #define EPPI0_FS1P_AVPL 0xffc01028 /* EPPI0 FS1 Period Register / EPPI0 Active Video Samples Per Line Register */
  63. #define EPPI0_FS2W_LVB 0xffc0102c /* EPPI0 FS2 Width Register / EPPI0 Lines of Vertical Blanking Register */
  64. #define EPPI0_FS2P_LAVF 0xffc01030 /* EPPI0 FS2 Period Register/ EPPI0 Lines of Active Video Per Field Register */
  65. #define EPPI0_CLIP 0xffc01034 /* EPPI0 Clipping Register */
  66. /* UART2 Registers */
  67. #define UART2_DLL 0xffc02100 /* Divisor Latch Low Byte */
  68. #define UART2_DLH 0xffc02104 /* Divisor Latch High Byte */
  69. #define UART2_GCTL 0xffc02108 /* Global Control Register */
  70. #define UART2_LCR 0xffc0210c /* Line Control Register */
  71. #define UART2_MCR 0xffc02110 /* Modem Control Register */
  72. #define UART2_LSR 0xffc02114 /* Line Status Register */
  73. #define UART2_MSR 0xffc02118 /* Modem Status Register */
  74. #define UART2_SCR 0xffc0211c /* Scratch Register */
  75. #define UART2_IER_SET 0xffc02120 /* Interrupt Enable Register Set */
  76. #define UART2_IER_CLEAR 0xffc02124 /* Interrupt Enable Register Clear */
  77. #define UART2_RBR 0xffc0212c /* Receive Buffer Register */
  78. /* Two Wire Interface Registers (TWI1) */
  79. #define TWI1_REGBASE 0xffc02200
  80. #define TWI1_CLKDIV 0xffc02200 /* Clock Divider Register */
  81. #define TWI1_CONTROL 0xffc02204 /* TWI Control Register */
  82. #define TWI1_SLAVE_CTL 0xffc02208 /* TWI Slave Mode Control Register */
  83. #define TWI1_SLAVE_STAT 0xffc0220c /* TWI Slave Mode Status Register */
  84. #define TWI1_SLAVE_ADDR 0xffc02210 /* TWI Slave Mode Address Register */
  85. #define TWI1_MASTER_CTL 0xffc02214 /* TWI Master Mode Control Register */
  86. #define TWI1_MASTER_STAT 0xffc02218 /* TWI Master Mode Status Register */
  87. #define TWI1_MASTER_ADDR 0xffc0221c /* TWI Master Mode Address Register */
  88. #define TWI1_INT_STAT 0xffc02220 /* TWI Interrupt Status Register */
  89. #define TWI1_INT_MASK 0xffc02224 /* TWI Interrupt Mask Register */
  90. #define TWI1_FIFO_CTL 0xffc02228 /* TWI FIFO Control Register */
  91. #define TWI1_FIFO_STAT 0xffc0222c /* TWI FIFO Status Register */
  92. #define TWI1_XMT_DATA8 0xffc02280 /* TWI FIFO Transmit Data Single Byte Register */
  93. #define TWI1_XMT_DATA16 0xffc02284 /* TWI FIFO Transmit Data Double Byte Register */
  94. #define TWI1_RCV_DATA8 0xffc02288 /* TWI FIFO Receive Data Single Byte Register */
  95. #define TWI1_RCV_DATA16 0xffc0228c /* TWI FIFO Receive Data Double Byte Register */
  96. /* SPI2 Registers */
  97. #define SPI2_REGBASE 0xffc02400
  98. #define SPI2_CTL 0xffc02400 /* SPI2 Control Register */
  99. #define SPI2_FLG 0xffc02404 /* SPI2 Flag Register */
  100. #define SPI2_STAT 0xffc02408 /* SPI2 Status Register */
  101. #define SPI2_TDBR 0xffc0240c /* SPI2 Transmit Data Buffer Register */
  102. #define SPI2_RDBR 0xffc02410 /* SPI2 Receive Data Buffer Register */
  103. #define SPI2_BAUD 0xffc02414 /* SPI2 Baud Rate Register */
  104. #define SPI2_SHADOW 0xffc02418 /* SPI2 Receive Data Buffer Shadow Register */
  105. /* ATAPI Registers */
  106. #define ATAPI_CONTROL 0xffc03800 /* ATAPI Control Register */
  107. #define ATAPI_STATUS 0xffc03804 /* ATAPI Status Register */
  108. #define ATAPI_DEV_ADDR 0xffc03808 /* ATAPI Device Register Address */
  109. #define ATAPI_DEV_TXBUF 0xffc0380c /* ATAPI Device Register Write Data */
  110. #define ATAPI_DEV_RXBUF 0xffc03810 /* ATAPI Device Register Read Data */
  111. #define ATAPI_INT_MASK 0xffc03814 /* ATAPI Interrupt Mask Register */
  112. #define ATAPI_INT_STATUS 0xffc03818 /* ATAPI Interrupt Status Register */
  113. #define ATAPI_XFER_LEN 0xffc0381c /* ATAPI Length of Transfer */
  114. #define ATAPI_LINE_STATUS 0xffc03820 /* ATAPI Line Status */
  115. #define ATAPI_SM_STATE 0xffc03824 /* ATAPI State Machine Status */
  116. #define ATAPI_TERMINATE 0xffc03828 /* ATAPI Host Terminate */
  117. #define ATAPI_PIO_TFRCNT 0xffc0382c /* ATAPI PIO mode transfer count */
  118. #define ATAPI_DMA_TFRCNT 0xffc03830 /* ATAPI DMA mode transfer count */
  119. #define ATAPI_UMAIN_TFRCNT 0xffc03834 /* ATAPI UDMAIN transfer count */
  120. #define ATAPI_UDMAOUT_TFRCNT 0xffc03838 /* ATAPI UDMAOUT transfer count */
  121. #define ATAPI_REG_TIM_0 0xffc03840 /* ATAPI Register Transfer Timing 0 */
  122. #define ATAPI_PIO_TIM_0 0xffc03844 /* ATAPI PIO Timing 0 Register */
  123. #define ATAPI_PIO_TIM_1 0xffc03848 /* ATAPI PIO Timing 1 Register */
  124. #define ATAPI_MULTI_TIM_0 0xffc03850 /* ATAPI Multi-DMA Timing 0 Register */
  125. #define ATAPI_MULTI_TIM_1 0xffc03854 /* ATAPI Multi-DMA Timing 1 Register */
  126. #define ATAPI_MULTI_TIM_2 0xffc03858 /* ATAPI Multi-DMA Timing 2 Register */
  127. #define ATAPI_ULTRA_TIM_0 0xffc03860 /* ATAPI Ultra-DMA Timing 0 Register */
  128. #define ATAPI_ULTRA_TIM_1 0xffc03864 /* ATAPI Ultra-DMA Timing 1 Register */
  129. #define ATAPI_ULTRA_TIM_2 0xffc03868 /* ATAPI Ultra-DMA Timing 2 Register */
  130. #define ATAPI_ULTRA_TIM_3 0xffc0386c /* ATAPI Ultra-DMA Timing 3 Register */
  131. /* SDH Registers */
  132. #define SDH_PWR_CTL 0xffc03900 /* SDH Power Control */
  133. #define SDH_CLK_CTL 0xffc03904 /* SDH Clock Control */
  134. #define SDH_ARGUMENT 0xffc03908 /* SDH Argument */
  135. #define SDH_COMMAND 0xffc0390c /* SDH Command */
  136. #define SDH_RESP_CMD 0xffc03910 /* SDH Response Command */
  137. #define SDH_RESPONSE0 0xffc03914 /* SDH Response0 */
  138. #define SDH_RESPONSE1 0xffc03918 /* SDH Response1 */
  139. #define SDH_RESPONSE2 0xffc0391c /* SDH Response2 */
  140. #define SDH_RESPONSE3 0xffc03920 /* SDH Response3 */
  141. #define SDH_DATA_TIMER 0xffc03924 /* SDH Data Timer */
  142. #define SDH_DATA_LGTH 0xffc03928 /* SDH Data Length */
  143. #define SDH_DATA_CTL 0xffc0392c /* SDH Data Control */
  144. #define SDH_DATA_CNT 0xffc03930 /* SDH Data Counter */
  145. #define SDH_STATUS 0xffc03934 /* SDH Status */
  146. #define SDH_STATUS_CLR 0xffc03938 /* SDH Status Clear */
  147. #define SDH_MASK0 0xffc0393c /* SDH Interrupt0 Mask */
  148. #define SDH_MASK1 0xffc03940 /* SDH Interrupt1 Mask */
  149. #define SDH_FIFO_CNT 0xffc03948 /* SDH FIFO Counter */
  150. #define SDH_FIFO 0xffc03980 /* SDH Data FIFO */
  151. #define SDH_E_STATUS 0xffc039c0 /* SDH Exception Status */
  152. #define SDH_E_MASK 0xffc039c4 /* SDH Exception Mask */
  153. #define SDH_CFG 0xffc039c8 /* SDH Configuration */
  154. #define SDH_RD_WAIT_EN 0xffc039cc /* SDH Read Wait Enable */
  155. #define SDH_PID0 0xffc039d0 /* SDH Peripheral Identification0 */
  156. #define SDH_PID1 0xffc039d4 /* SDH Peripheral Identification1 */
  157. #define SDH_PID2 0xffc039d8 /* SDH Peripheral Identification2 */
  158. #define SDH_PID3 0xffc039dc /* SDH Peripheral Identification3 */
  159. #define SDH_PID4 0xffc039e0 /* SDH Peripheral Identification4 */
  160. #define SDH_PID5 0xffc039e4 /* SDH Peripheral Identification5 */
  161. #define SDH_PID6 0xffc039e8 /* SDH Peripheral Identification6 */
  162. #define SDH_PID7 0xffc039ec /* SDH Peripheral Identification7 */
  163. /* HOST Port Registers */
  164. #define HOST_CONTROL 0xffc03a00 /* HOST Control Register */
  165. #define HOST_STATUS 0xffc03a04 /* HOST Status Register */
  166. #define HOST_TIMEOUT 0xffc03a08 /* HOST Acknowledge Mode Timeout Register */
  167. /* USB Control Registers */
  168. #define USB_FADDR 0xffc03c00 /* Function address register */
  169. #define USB_POWER 0xffc03c04 /* Power management register */
  170. #define USB_INTRTX 0xffc03c08 /* Interrupt register for endpoint 0 and Tx endpoint 1 to 7 */
  171. #define USB_INTRRX 0xffc03c0c /* Interrupt register for Rx endpoints 1 to 7 */
  172. #define USB_INTRTXE 0xffc03c10 /* Interrupt enable register for IntrTx */
  173. #define USB_INTRRXE 0xffc03c14 /* Interrupt enable register for IntrRx */
  174. #define USB_INTRUSB 0xffc03c18 /* Interrupt register for common USB interrupts */
  175. #define USB_INTRUSBE 0xffc03c1c /* Interrupt enable register for IntrUSB */
  176. #define USB_FRAME 0xffc03c20 /* USB frame number */
  177. #define USB_INDEX 0xffc03c24 /* Index register for selecting the indexed endpoint registers */
  178. #define USB_TESTMODE 0xffc03c28 /* Enabled USB 20 test modes */
  179. #define USB_GLOBINTR 0xffc03c2c /* Global Interrupt Mask register and Wakeup Exception Interrupt */
  180. #define USB_GLOBAL_CTL 0xffc03c30 /* Global Clock Control for the core */
  181. /* USB Packet Control Registers */
  182. #define USB_TX_MAX_PACKET 0xffc03c40 /* Maximum packet size for Host Tx endpoint */
  183. #define USB_CSR0 0xffc03c44 /* Control Status register for endpoint 0 and Control Status register for Host Tx endpoint */
  184. #define USB_TXCSR 0xffc03c44 /* Control Status register for endpoint 0 and Control Status register for Host Tx endpoint */
  185. #define USB_RX_MAX_PACKET 0xffc03c48 /* Maximum packet size for Host Rx endpoint */
  186. #define USB_RXCSR 0xffc03c4c /* Control Status register for Host Rx endpoint */
  187. #define USB_COUNT0 0xffc03c50 /* Number of bytes received in endpoint 0 FIFO and Number of bytes received in Host Tx endpoint */
  188. #define USB_RXCOUNT 0xffc03c50 /* Number of bytes received in endpoint 0 FIFO and Number of bytes received in Host Tx endpoint */
  189. #define USB_TXTYPE 0xffc03c54 /* Sets the transaction protocol and peripheral endpoint number for the Host Tx endpoint */
  190. #define USB_NAKLIMIT0 0xffc03c58 /* Sets the NAK response timeout on Endpoint 0 and on Bulk transfers for Host Tx endpoint */
  191. #define USB_TXINTERVAL 0xffc03c58 /* Sets the NAK response timeout on Endpoint 0 and on Bulk transfers for Host Tx endpoint */
  192. #define USB_RXTYPE 0xffc03c5c /* Sets the transaction protocol and peripheral endpoint number for the Host Rx endpoint */
  193. #define USB_RXINTERVAL 0xffc03c60 /* Sets the polling interval for Interrupt and Isochronous transfers or the NAK response timeout on Bulk transfers */
  194. #define USB_TXCOUNT 0xffc03c68 /* Number of bytes to be written to the selected endpoint Tx FIFO */
  195. /* USB Endpoint FIFO Registers */
  196. #define USB_EP0_FIFO 0xffc03c80 /* Endpoint 0 FIFO */
  197. #define USB_EP1_FIFO 0xffc03c88 /* Endpoint 1 FIFO */
  198. #define USB_EP2_FIFO 0xffc03c90 /* Endpoint 2 FIFO */
  199. #define USB_EP3_FIFO 0xffc03c98 /* Endpoint 3 FIFO */
  200. #define USB_EP4_FIFO 0xffc03ca0 /* Endpoint 4 FIFO */
  201. #define USB_EP5_FIFO 0xffc03ca8 /* Endpoint 5 FIFO */
  202. #define USB_EP6_FIFO 0xffc03cb0 /* Endpoint 6 FIFO */
  203. #define USB_EP7_FIFO 0xffc03cb8 /* Endpoint 7 FIFO */
  204. /* USB OTG Control Registers */
  205. #define USB_OTG_DEV_CTL 0xffc03d00 /* OTG Device Control Register */
  206. #define USB_OTG_VBUS_IRQ 0xffc03d04 /* OTG VBUS Control Interrupts */
  207. #define USB_OTG_VBUS_MASK 0xffc03d08 /* VBUS Control Interrupt Enable */
  208. /* USB Phy Control Registers */
  209. #define USB_LINKINFO 0xffc03d48 /* Enables programming of some PHY-side delays */
  210. #define USB_VPLEN 0xffc03d4c /* Determines duration of VBUS pulse for VBUS charging */
  211. #define USB_HS_EOF1 0xffc03d50 /* Time buffer for High-Speed transactions */
  212. #define USB_FS_EOF1 0xffc03d54 /* Time buffer for Full-Speed transactions */
  213. #define USB_LS_EOF1 0xffc03d58 /* Time buffer for Low-Speed transactions */
  214. /* (APHY_CNTRL is for ADI usage only) */
  215. #define USB_APHY_CNTRL 0xffc03de0 /* Register that increases visibility of Analog PHY */
  216. /* (APHY_CALIB is for ADI usage only) */
  217. #define USB_APHY_CALIB 0xffc03de4 /* Register used to set some calibration values */
  218. #define USB_APHY_CNTRL2 0xffc03de8 /* Register used to prevent re-enumeration once Moab goes into hibernate mode */
  219. /* (PHY_TEST is for ADI usage only) */
  220. #define USB_PHY_TEST 0xffc03dec /* Used for reducing simulation time and simplifies FIFO testability */
  221. #define USB_PLLOSC_CTRL 0xffc03df0 /* Used to program different parameters for USB PLL and Oscillator */
  222. #define USB_SRP_CLKDIV 0xffc03df4 /* Used to program clock divide value for the clock fed to the SRP detection logic */
  223. /* USB Endpoint 0 Control Registers */
  224. #define USB_EP_NI0_TXMAXP 0xffc03e00 /* Maximum packet size for Host Tx endpoint0 */
  225. #define USB_EP_NI0_TXCSR 0xffc03e04 /* Control Status register for endpoint 0 */
  226. #define USB_EP_NI0_RXMAXP 0xffc03e08 /* Maximum packet size for Host Rx endpoint0 */
  227. #define USB_EP_NI0_RXCSR 0xffc03e0c /* Control Status register for Host Rx endpoint0 */
  228. #define USB_EP_NI0_RXCOUNT 0xffc03e10 /* Number of bytes received in endpoint 0 FIFO */
  229. #define USB_EP_NI0_TXTYPE 0xffc03e14 /* Sets the transaction protocol and peripheral endpoint number for the Host Tx endpoint0 */
  230. #define USB_EP_NI0_TXINTERVAL 0xffc03e18 /* Sets the NAK response timeout on Endpoint 0 */
  231. #define USB_EP_NI0_RXTYPE 0xffc03e1c /* Sets the transaction protocol and peripheral endpoint number for the Host Rx endpoint0 */
  232. #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 */
  233. #define USB_EP_NI0_TXCOUNT 0xffc03e28 /* Number of bytes to be written to the endpoint0 Tx FIFO */
  234. /* USB Endpoint 1 Control Registers */
  235. #define USB_EP_NI1_TXMAXP 0xffc03e40 /* Maximum packet size for Host Tx endpoint1 */
  236. #define USB_EP_NI1_TXCSR 0xffc03e44 /* Control Status register for endpoint1 */
  237. #define USB_EP_NI1_RXMAXP 0xffc03e48 /* Maximum packet size for Host Rx endpoint1 */
  238. #define USB_EP_NI1_RXCSR 0xffc03e4c /* Control Status register for Host Rx endpoint1 */
  239. #define USB_EP_NI1_RXCOUNT 0xffc03e50 /* Number of bytes received in endpoint1 FIFO */
  240. #define USB_EP_NI1_TXTYPE 0xffc03e54 /* Sets the transaction protocol and peripheral endpoint number for the Host Tx endpoint1 */
  241. #define USB_EP_NI1_TXINTERVAL 0xffc03e58 /* Sets the NAK response timeout on Endpoint1 */
  242. #define USB_EP_NI1_RXTYPE 0xffc03e5c /* Sets the transaction protocol and peripheral endpoint number for the Host Rx endpoint1 */
  243. #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 */
  244. #define USB_EP_NI1_TXCOUNT 0xffc03e68 /* Number of bytes to be written to the+H102 endpoint1 Tx FIFO */
  245. /* USB Endpoint 2 Control Registers */
  246. #define USB_EP_NI2_TXMAXP 0xffc03e80 /* Maximum packet size for Host Tx endpoint2 */
  247. #define USB_EP_NI2_TXCSR 0xffc03e84 /* Control Status register for endpoint2 */
  248. #define USB_EP_NI2_RXMAXP 0xffc03e88 /* Maximum packet size for Host Rx endpoint2 */
  249. #define USB_EP_NI2_RXCSR 0xffc03e8c /* Control Status register for Host Rx endpoint2 */
  250. #define USB_EP_NI2_RXCOUNT 0xffc03e90 /* Number of bytes received in endpoint2 FIFO */
  251. #define USB_EP_NI2_TXTYPE 0xffc03e94 /* Sets the transaction protocol and peripheral endpoint number for the Host Tx endpoint2 */
  252. #define USB_EP_NI2_TXINTERVAL 0xffc03e98 /* Sets the NAK response timeout on Endpoint2 */
  253. #define USB_EP_NI2_RXTYPE 0xffc03e9c /* Sets the transaction protocol and peripheral endpoint number for the Host Rx endpoint2 */
  254. #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 */
  255. #define USB_EP_NI2_TXCOUNT 0xffc03ea8 /* Number of bytes to be written to the endpoint2 Tx FIFO */
  256. /* USB Endpoint 3 Control Registers */
  257. #define USB_EP_NI3_TXMAXP 0xffc03ec0 /* Maximum packet size for Host Tx endpoint3 */
  258. #define USB_EP_NI3_TXCSR 0xffc03ec4 /* Control Status register for endpoint3 */
  259. #define USB_EP_NI3_RXMAXP 0xffc03ec8 /* Maximum packet size for Host Rx endpoint3 */
  260. #define USB_EP_NI3_RXCSR 0xffc03ecc /* Control Status register for Host Rx endpoint3 */
  261. #define USB_EP_NI3_RXCOUNT 0xffc03ed0 /* Number of bytes received in endpoint3 FIFO */
  262. #define USB_EP_NI3_TXTYPE 0xffc03ed4 /* Sets the transaction protocol and peripheral endpoint number for the Host Tx endpoint3 */
  263. #define USB_EP_NI3_TXINTERVAL 0xffc03ed8 /* Sets the NAK response timeout on Endpoint3 */
  264. #define USB_EP_NI3_RXTYPE 0xffc03edc /* Sets the transaction protocol and peripheral endpoint number for the Host Rx endpoint3 */
  265. #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 */
  266. #define USB_EP_NI3_TXCOUNT 0xffc03ee8 /* Number of bytes to be written to the H124endpoint3 Tx FIFO */
  267. /* USB Endpoint 4 Control Registers */
  268. #define USB_EP_NI4_TXMAXP 0xffc03f00 /* Maximum packet size for Host Tx endpoint4 */
  269. #define USB_EP_NI4_TXCSR 0xffc03f04 /* Control Status register for endpoint4 */
  270. #define USB_EP_NI4_RXMAXP 0xffc03f08 /* Maximum packet size for Host Rx endpoint4 */
  271. #define USB_EP_NI4_RXCSR 0xffc03f0c /* Control Status register for Host Rx endpoint4 */
  272. #define USB_EP_NI4_RXCOUNT 0xffc03f10 /* Number of bytes received in endpoint4 FIFO */
  273. #define USB_EP_NI4_TXTYPE 0xffc03f14 /* Sets the transaction protocol and peripheral endpoint number for the Host Tx endpoint4 */
  274. #define USB_EP_NI4_TXINTERVAL 0xffc03f18 /* Sets the NAK response timeout on Endpoint4 */
  275. #define USB_EP_NI4_RXTYPE 0xffc03f1c /* Sets the transaction protocol and peripheral endpoint number for the Host Rx endpoint4 */
  276. #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 */
  277. #define USB_EP_NI4_TXCOUNT 0xffc03f28 /* Number of bytes to be written to the endpoint4 Tx FIFO */
  278. /* USB Endpoint 5 Control Registers */
  279. #define USB_EP_NI5_TXMAXP 0xffc03f40 /* Maximum packet size for Host Tx endpoint5 */
  280. #define USB_EP_NI5_TXCSR 0xffc03f44 /* Control Status register for endpoint5 */
  281. #define USB_EP_NI5_RXMAXP 0xffc03f48 /* Maximum packet size for Host Rx endpoint5 */
  282. #define USB_EP_NI5_RXCSR 0xffc03f4c /* Control Status register for Host Rx endpoint5 */
  283. #define USB_EP_NI5_RXCOUNT 0xffc03f50 /* Number of bytes received in endpoint5 FIFO */
  284. #define USB_EP_NI5_TXTYPE 0xffc03f54 /* Sets the transaction protocol and peripheral endpoint number for the Host Tx endpoint5 */
  285. #define USB_EP_NI5_TXINTERVAL 0xffc03f58 /* Sets the NAK response timeout on Endpoint5 */
  286. #define USB_EP_NI5_RXTYPE 0xffc03f5c /* Sets the transaction protocol and peripheral endpoint number for the Host Rx endpoint5 */
  287. #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 */
  288. #define USB_EP_NI5_TXCOUNT 0xffc03f68 /* Number of bytes to be written to the H145endpoint5 Tx FIFO */
  289. /* USB Endpoint 6 Control Registers */
  290. #define USB_EP_NI6_TXMAXP 0xffc03f80 /* Maximum packet size for Host Tx endpoint6 */
  291. #define USB_EP_NI6_TXCSR 0xffc03f84 /* Control Status register for endpoint6 */
  292. #define USB_EP_NI6_RXMAXP 0xffc03f88 /* Maximum packet size for Host Rx endpoint6 */
  293. #define USB_EP_NI6_RXCSR 0xffc03f8c /* Control Status register for Host Rx endpoint6 */
  294. #define USB_EP_NI6_RXCOUNT 0xffc03f90 /* Number of bytes received in endpoint6 FIFO */
  295. #define USB_EP_NI6_TXTYPE 0xffc03f94 /* Sets the transaction protocol and peripheral endpoint number for the Host Tx endpoint6 */
  296. #define USB_EP_NI6_TXINTERVAL 0xffc03f98 /* Sets the NAK response timeout on Endpoint6 */
  297. #define USB_EP_NI6_RXTYPE 0xffc03f9c /* Sets the transaction protocol and peripheral endpoint number for the Host Rx endpoint6 */
  298. #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 */
  299. #define USB_EP_NI6_TXCOUNT 0xffc03fa8 /* Number of bytes to be written to the endpoint6 Tx FIFO */
  300. /* USB Endpoint 7 Control Registers */
  301. #define USB_EP_NI7_TXMAXP 0xffc03fc0 /* Maximum packet size for Host Tx endpoint7 */
  302. #define USB_EP_NI7_TXCSR 0xffc03fc4 /* Control Status register for endpoint7 */
  303. #define USB_EP_NI7_RXMAXP 0xffc03fc8 /* Maximum packet size for Host Rx endpoint7 */
  304. #define USB_EP_NI7_RXCSR 0xffc03fcc /* Control Status register for Host Rx endpoint7 */
  305. #define USB_EP_NI7_RXCOUNT 0xffc03fd0 /* Number of bytes received in endpoint7 FIFO */
  306. #define USB_EP_NI7_TXTYPE 0xffc03fd4 /* Sets the transaction protocol and peripheral endpoint number for the Host Tx endpoint7 */
  307. #define USB_EP_NI7_TXINTERVAL 0xffc03fd8 /* Sets the NAK response timeout on Endpoint7 */
  308. #define USB_EP_NI7_RXTYPE 0xffc03fdc /* Sets the transaction protocol and peripheral endpoint number for the Host Rx endpoint7 */
  309. #define USB_EP_NI7_RXINTERVAL 0xffc03fe0 /* Sets the polling interval for Interrupt/Isochronous transfers or the NAK response timeout on Bulk transfers for Host Rx endpoint7 */
  310. #define USB_EP_NI7_TXCOUNT 0xffc03fe8 /* Number of bytes to be written to the endpoint7 Tx FIFO */
  311. #define USB_DMA_INTERRUPT 0xffc04000 /* Indicates pending interrupts for the DMA channels */
  312. /* USB Channel 0 Config Registers */
  313. #define USB_DMA0CONTROL 0xffc04004 /* DMA master channel 0 configuration */
  314. #define USB_DMA0ADDRLOW 0xffc04008 /* Lower 16-bits of memory source/destination address for DMA master channel 0 */
  315. #define USB_DMA0ADDRHIGH 0xffc0400c /* Upper 16-bits of memory source/destination address for DMA master channel 0 */
  316. #define USB_DMA0COUNTLOW 0xffc04010 /* Lower 16-bits of byte count of DMA transfer for DMA master channel 0 */
  317. #define USB_DMA0COUNTHIGH 0xffc04014 /* Upper 16-bits of byte count of DMA transfer for DMA master channel 0 */
  318. /* USB Channel 1 Config Registers */
  319. #define USB_DMA1CONTROL 0xffc04024 /* DMA master channel 1 configuration */
  320. #define USB_DMA1ADDRLOW 0xffc04028 /* Lower 16-bits of memory source/destination address for DMA master channel 1 */
  321. #define USB_DMA1ADDRHIGH 0xffc0402c /* Upper 16-bits of memory source/destination address for DMA master channel 1 */
  322. #define USB_DMA1COUNTLOW 0xffc04030 /* Lower 16-bits of byte count of DMA transfer for DMA master channel 1 */
  323. #define USB_DMA1COUNTHIGH 0xffc04034 /* Upper 16-bits of byte count of DMA transfer for DMA master channel 1 */
  324. /* USB Channel 2 Config Registers */
  325. #define USB_DMA2CONTROL 0xffc04044 /* DMA master channel 2 configuration */
  326. #define USB_DMA2ADDRLOW 0xffc04048 /* Lower 16-bits of memory source/destination address for DMA master channel 2 */
  327. #define USB_DMA2ADDRHIGH 0xffc0404c /* Upper 16-bits of memory source/destination address for DMA master channel 2 */
  328. #define USB_DMA2COUNTLOW 0xffc04050 /* Lower 16-bits of byte count of DMA transfer for DMA master channel 2 */
  329. #define USB_DMA2COUNTHIGH 0xffc04054 /* Upper 16-bits of byte count of DMA transfer for DMA master channel 2 */
  330. /* USB Channel 3 Config Registers */
  331. #define USB_DMA3CONTROL 0xffc04064 /* DMA master channel 3 configuration */
  332. #define USB_DMA3ADDRLOW 0xffc04068 /* Lower 16-bits of memory source/destination address for DMA master channel 3 */
  333. #define USB_DMA3ADDRHIGH 0xffc0406c /* Upper 16-bits of memory source/destination address for DMA master channel 3 */
  334. #define USB_DMA3COUNTLOW 0xffc04070 /* Lower 16-bits of byte count of DMA transfer for DMA master channel 3 */
  335. #define USB_DMA3COUNTHIGH 0xffc04074 /* Upper 16-bits of byte count of DMA transfer for DMA master channel 3 */
  336. /* USB Channel 4 Config Registers */
  337. #define USB_DMA4CONTROL 0xffc04084 /* DMA master channel 4 configuration */
  338. #define USB_DMA4ADDRLOW 0xffc04088 /* Lower 16-bits of memory source/destination address for DMA master channel 4 */
  339. #define USB_DMA4ADDRHIGH 0xffc0408c /* Upper 16-bits of memory source/destination address for DMA master channel 4 */
  340. #define USB_DMA4COUNTLOW 0xffc04090 /* Lower 16-bits of byte count of DMA transfer for DMA master channel 4 */
  341. #define USB_DMA4COUNTHIGH 0xffc04094 /* Upper 16-bits of byte count of DMA transfer for DMA master channel 4 */
  342. /* USB Channel 5 Config Registers */
  343. #define USB_DMA5CONTROL 0xffc040a4 /* DMA master channel 5 configuration */
  344. #define USB_DMA5ADDRLOW 0xffc040a8 /* Lower 16-bits of memory source/destination address for DMA master channel 5 */
  345. #define USB_DMA5ADDRHIGH 0xffc040ac /* Upper 16-bits of memory source/destination address for DMA master channel 5 */
  346. #define USB_DMA5COUNTLOW 0xffc040b0 /* Lower 16-bits of byte count of DMA transfer for DMA master channel 5 */
  347. #define USB_DMA5COUNTHIGH 0xffc040b4 /* Upper 16-bits of byte count of DMA transfer for DMA master channel 5 */
  348. /* USB Channel 6 Config Registers */
  349. #define USB_DMA6CONTROL 0xffc040c4 /* DMA master channel 6 configuration */
  350. #define USB_DMA6ADDRLOW 0xffc040c8 /* Lower 16-bits of memory source/destination address for DMA master channel 6 */
  351. #define USB_DMA6ADDRHIGH 0xffc040cc /* Upper 16-bits of memory source/destination address for DMA master channel 6 */
  352. #define USB_DMA6COUNTLOW 0xffc040d0 /* Lower 16-bits of byte count of DMA transfer for DMA master channel 6 */
  353. #define USB_DMA6COUNTHIGH 0xffc040d4 /* Upper 16-bits of byte count of DMA transfer for DMA master channel 6 */
  354. /* USB Channel 7 Config Registers */
  355. #define USB_DMA7CONTROL 0xffc040e4 /* DMA master channel 7 configuration */
  356. #define USB_DMA7ADDRLOW 0xffc040e8 /* Lower 16-bits of memory source/destination address for DMA master channel 7 */
  357. #define USB_DMA7ADDRHIGH 0xffc040ec /* Upper 16-bits of memory source/destination address for DMA master channel 7 */
  358. #define USB_DMA7COUNTLOW 0xffc040f0 /* Lower 16-bits of byte count of DMA transfer for DMA master channel 7 */
  359. #define USB_DMA7COUNTHIGH 0xffc040f4 /* Upper 16-bits of byte count of DMA transfer for DMA master channel 7 */
  360. /* Keypad Registers */
  361. #define KPAD_CTL 0xffc04100 /* Controls keypad module enable and disable */
  362. #define KPAD_PRESCALE 0xffc04104 /* Establish a time base for programing the KPAD_MSEL register */
  363. #define KPAD_MSEL 0xffc04108 /* Selects delay parameters for keypad interface sensitivity */
  364. #define KPAD_ROWCOL 0xffc0410c /* Captures the row and column output values of the keys pressed */
  365. #define KPAD_STAT 0xffc04110 /* Holds and clears the status of the keypad interface interrupt */
  366. #define KPAD_SOFTEVAL 0xffc04114 /* Lets software force keypad interface to check for keys being pressed */
  367. /* Pixel Compositor (PIXC) Registers */
  368. #define PIXC_CTL 0xffc04400 /* Overlay enable, resampling mode, I/O data format, transparency enable, watermark level, FIFO status */
  369. #define PIXC_PPL 0xffc04404 /* Holds the number of pixels per line of the display */
  370. #define PIXC_LPF 0xffc04408 /* Holds the number of lines per frame of the display */
  371. #define PIXC_AHSTART 0xffc0440c /* Contains horizontal start pixel information of the overlay data (set A) */
  372. #define PIXC_AHEND 0xffc04410 /* Contains horizontal end pixel information of the overlay data (set A) */
  373. #define PIXC_AVSTART 0xffc04414 /* Contains vertical start pixel information of the overlay data (set A) */
  374. #define PIXC_AVEND 0xffc04418 /* Contains vertical end pixel information of the overlay data (set A) */
  375. #define PIXC_ATRANSP 0xffc0441c /* Contains the transparency ratio (set A) */
  376. #define PIXC_BHSTART 0xffc04420 /* Contains horizontal start pixel information of the overlay data (set B) */
  377. #define PIXC_BHEND 0xffc04424 /* Contains horizontal end pixel information of the overlay data (set B) */
  378. #define PIXC_BVSTART 0xffc04428 /* Contains vertical start pixel information of the overlay data (set B) */
  379. #define PIXC_BVEND 0xffc0442c /* Contains vertical end pixel information of the overlay data (set B) */
  380. #define PIXC_BTRANSP 0xffc04430 /* Contains the transparency ratio (set B) */
  381. #define PIXC_INTRSTAT 0xffc0443c /* Overlay interrupt configuration/status */
  382. #define PIXC_RYCON 0xffc04440 /* Color space conversion matrix register. Contains the R/Y conversion coefficients */
  383. #define PIXC_GUCON 0xffc04444 /* Color space conversion matrix register. Contains the G/U conversion coefficients */
  384. #define PIXC_BVCON 0xffc04448 /* Color space conversion matrix register. Contains the B/V conversion coefficients */
  385. #define PIXC_CCBIAS 0xffc0444c /* Bias values for the color space conversion matrix */
  386. #define PIXC_TC 0xffc04450 /* Holds the transparent color value */
  387. /* Handshake MDMA 0 Registers */
  388. #define HMDMA0_CONTROL 0xffc04500 /* Handshake MDMA0 Control Register */
  389. #define HMDMA0_ECINIT 0xffc04504 /* Handshake MDMA0 Initial Edge Count Register */
  390. #define HMDMA0_BCINIT 0xffc04508 /* Handshake MDMA0 Initial Block Count Register */
  391. #define HMDMA0_ECURGENT 0xffc0450c /* Handshake MDMA0 Urgent Edge Count Threshold Register */
  392. #define HMDMA0_ECOVERFLOW 0xffc04510 /* Handshake MDMA0 Edge Count Overflow Interrupt Register */
  393. #define HMDMA0_ECOUNT 0xffc04514 /* Handshake MDMA0 Current Edge Count Register */
  394. #define HMDMA0_BCOUNT 0xffc04518 /* Handshake MDMA0 Current Block Count Register */
  395. /* Handshake MDMA 1 Registers */
  396. #define HMDMA1_CONTROL 0xffc04540 /* Handshake MDMA1 Control Register */
  397. #define HMDMA1_ECINIT 0xffc04544 /* Handshake MDMA1 Initial Edge Count Register */
  398. #define HMDMA1_BCINIT 0xffc04548 /* Handshake MDMA1 Initial Block Count Register */
  399. #define HMDMA1_ECURGENT 0xffc0454c /* Handshake MDMA1 Urgent Edge Count Threshold Register */
  400. #define HMDMA1_ECOVERFLOW 0xffc04550 /* Handshake MDMA1 Edge Count Overflow Interrupt Register */
  401. #define HMDMA1_ECOUNT 0xffc04554 /* Handshake MDMA1 Current Edge Count Register */
  402. #define HMDMA1_BCOUNT 0xffc04558 /* Handshake MDMA1 Current Block Count Register */
  403. /* ********************************************************** */
  404. /* SINGLE BIT MACRO PAIRS (bit mask and negated one) */
  405. /* and MULTI BIT READ MACROS */
  406. /* ********************************************************** */
  407. /* Bit masks for PIXC_CTL */
  408. #define PIXC_EN 0x1 /* Pixel Compositor Enable */
  409. #define OVR_A_EN 0x2 /* Overlay A Enable */
  410. #define OVR_B_EN 0x4 /* Overlay B Enable */
  411. #define IMG_FORM 0x8 /* Image Data Format */
  412. #define OVR_FORM 0x10 /* Overlay Data Format */
  413. #define OUT_FORM 0x20 /* Output Data Format */
  414. #define UDS_MOD 0x40 /* Resampling Mode */
  415. #define TC_EN 0x80 /* Transparent Color Enable */
  416. #define IMG_STAT 0x300 /* Image FIFO Status */
  417. #define OVR_STAT 0xc00 /* Overlay FIFO Status */
  418. #define WM_LVL 0x3000 /* FIFO Watermark Level */
  419. /* Bit masks for PIXC_AHSTART */
  420. #define A_HSTART 0xfff /* Horizontal Start Coordinates */
  421. /* Bit masks for PIXC_AHEND */
  422. #define A_HEND 0xfff /* Horizontal End Coordinates */
  423. /* Bit masks for PIXC_AVSTART */
  424. #define A_VSTART 0x3ff /* Vertical Start Coordinates */
  425. /* Bit masks for PIXC_AVEND */
  426. #define A_VEND 0x3ff /* Vertical End Coordinates */
  427. /* Bit masks for PIXC_ATRANSP */
  428. #define A_TRANSP 0xf /* Transparency Value */
  429. /* Bit masks for PIXC_BHSTART */
  430. #define B_HSTART 0xfff /* Horizontal Start Coordinates */
  431. /* Bit masks for PIXC_BHEND */
  432. #define B_HEND 0xfff /* Horizontal End Coordinates */
  433. /* Bit masks for PIXC_BVSTART */
  434. #define B_VSTART 0x3ff /* Vertical Start Coordinates */
  435. /* Bit masks for PIXC_BVEND */
  436. #define B_VEND 0x3ff /* Vertical End Coordinates */
  437. /* Bit masks for PIXC_BTRANSP */
  438. #define B_TRANSP 0xf /* Transparency Value */
  439. /* Bit masks for PIXC_INTRSTAT */
  440. #define OVR_INT_EN 0x1 /* Interrupt at End of Last Valid Overlay */
  441. #define FRM_INT_EN 0x2 /* Interrupt at End of Frame */
  442. #define OVR_INT_STAT 0x4 /* Overlay Interrupt Status */
  443. #define FRM_INT_STAT 0x8 /* Frame Interrupt Status */
  444. /* Bit masks for PIXC_RYCON */
  445. #define A11 0x3ff /* A11 in the Coefficient Matrix */
  446. #define A12 0xffc00 /* A12 in the Coefficient Matrix */
  447. #define A13 0x3ff00000 /* A13 in the Coefficient Matrix */
  448. #define RY_MULT4 0x40000000 /* Multiply Row by 4 */
  449. /* Bit masks for PIXC_GUCON */
  450. #define A21 0x3ff /* A21 in the Coefficient Matrix */
  451. #define A22 0xffc00 /* A22 in the Coefficient Matrix */
  452. #define A23 0x3ff00000 /* A23 in the Coefficient Matrix */
  453. #define GU_MULT4 0x40000000 /* Multiply Row by 4 */
  454. /* Bit masks for PIXC_BVCON */
  455. #define A31 0x3ff /* A31 in the Coefficient Matrix */
  456. #define A32 0xffc00 /* A32 in the Coefficient Matrix */
  457. #define A33 0x3ff00000 /* A33 in the Coefficient Matrix */
  458. #define BV_MULT4 0x40000000 /* Multiply Row by 4 */
  459. /* Bit masks for PIXC_CCBIAS */
  460. #define A14 0x3ff /* A14 in the Bias Vector */
  461. #define A24 0xffc00 /* A24 in the Bias Vector */
  462. #define A34 0x3ff00000 /* A34 in the Bias Vector */
  463. /* Bit masks for PIXC_TC */
  464. #define RY_TRANS 0xff /* Transparent Color - R/Y Component */
  465. #define GU_TRANS 0xff00 /* Transparent Color - G/U Component */
  466. #define BV_TRANS 0xff0000 /* Transparent Color - B/V Component */
  467. /* Bit masks for HOST_CONTROL */
  468. #define HOST_EN 0x1 /* Host Enable */
  469. #define HOST_END 0x2 /* Host Endianess */
  470. #define DATA_SIZE 0x4 /* Data Size */
  471. #define HOST_RST 0x8 /* Host Reset */
  472. #define HRDY_OVR 0x20 /* Host Ready Override */
  473. #define INT_MODE 0x40 /* Interrupt Mode */
  474. #define BT_EN 0x80 /* Bus Timeout Enable */
  475. #define EHW 0x100 /* Enable Host Write */
  476. #define EHR 0x200 /* Enable Host Read */
  477. #define BDR 0x400 /* Burst DMA Requests */
  478. /* Bit masks for HOST_STATUS */
  479. #define DMA_READY 0x1 /* DMA Ready */
  480. #define FIFOFULL 0x2 /* FIFO Full */
  481. #define FIFOEMPTY 0x4 /* FIFO Empty */
  482. #define DMA_COMPLETE 0x8 /* DMA Complete */
  483. #define HSHK 0x10 /* Host Handshake */
  484. #define HSTIMEOUT 0x20 /* Host Timeout */
  485. #define HIRQ 0x40 /* Host Interrupt Request */
  486. #define ALLOW_CNFG 0x80 /* Allow New Configuration */
  487. #define DMA_DIR 0x100 /* DMA Direction */
  488. #define BTE 0x200 /* Bus Timeout Enabled */
  489. /* Bit masks for HOST_TIMEOUT */
  490. #define COUNT_TIMEOUT 0x7ff /* Host Timeout count */
  491. /* Bit masks for KPAD_CTL */
  492. #define KPAD_EN 0x1 /* Keypad Enable */
  493. #define KPAD_IRQMODE 0x6 /* Key Press Interrupt Enable */
  494. #define KPAD_ROWEN 0x1c00 /* Row Enable Width */
  495. #define KPAD_COLEN 0xe000 /* Column Enable Width */
  496. /* Bit masks for KPAD_PRESCALE */
  497. #define KPAD_PRESCALE_VAL 0x3f /* Key Prescale Value */
  498. /* Bit masks for KPAD_MSEL */
  499. #define DBON_SCALE 0xff /* Debounce Scale Value */
  500. #define COLDRV_SCALE 0xff00 /* Column Driver Scale Value */
  501. /* Bit masks for KPAD_ROWCOL */
  502. #define KPAD_ROW 0xff /* Rows Pressed */
  503. #define KPAD_COL 0xff00 /* Columns Pressed */
  504. /* Bit masks for KPAD_STAT */
  505. #define KPAD_IRQ 0x1 /* Keypad Interrupt Status */
  506. #define KPAD_MROWCOL 0x6 /* Multiple Row/Column Keypress Status */
  507. #define KPAD_PRESSED 0x8 /* Key press current status */
  508. /* Bit masks for KPAD_SOFTEVAL */
  509. #define KPAD_SOFTEVAL_E 0x2 /* Software Programmable Force Evaluate */
  510. /* Bit masks for ATAPI_CONTROL */
  511. #define PIO_START 0x1 /* Start PIO/Reg Op */
  512. #define MULTI_START 0x2 /* Start Multi-DMA Op */
  513. #define ULTRA_START 0x4 /* Start Ultra-DMA Op */
  514. #define XFER_DIR 0x8 /* Transfer Direction */
  515. #define IORDY_EN 0x10 /* IORDY Enable */
  516. #define FIFO_FLUSH 0x20 /* Flush FIFOs */
  517. #define SOFT_RST 0x40 /* Soft Reset */
  518. #define DEV_RST 0x80 /* Device Reset */
  519. #define TFRCNT_RST 0x100 /* Trans Count Reset */
  520. #define END_ON_TERM 0x200 /* End/Terminate Select */
  521. #define PIO_USE_DMA 0x400 /* PIO-DMA Enable */
  522. #define UDMAIN_FIFO_THRS 0xf000 /* Ultra DMA-IN FIFO Threshold */
  523. /* Bit masks for ATAPI_STATUS */
  524. #define PIO_XFER_ON 0x1 /* PIO transfer in progress */
  525. #define MULTI_XFER_ON 0x2 /* Multi-word DMA transfer in progress */
  526. #define ULTRA_XFER_ON 0x4 /* Ultra DMA transfer in progress */
  527. #define ULTRA_IN_FL 0xf0 /* Ultra DMA Input FIFO Level */
  528. /* Bit masks for ATAPI_DEV_ADDR */
  529. #define DEV_ADDR 0x1f /* Device Address */
  530. /* Bit masks for ATAPI_INT_MASK */
  531. #define ATAPI_DEV_INT_MASK 0x1 /* Device interrupt mask */
  532. #define PIO_DONE_MASK 0x2 /* PIO transfer done interrupt mask */
  533. #define MULTI_DONE_MASK 0x4 /* Multi-DMA transfer done interrupt mask */
  534. #define UDMAIN_DONE_MASK 0x8 /* Ultra-DMA in transfer done interrupt mask */
  535. #define UDMAOUT_DONE_MASK 0x10 /* Ultra-DMA out transfer done interrupt mask */
  536. #define HOST_TERM_XFER_MASK 0x20 /* Host terminate current transfer interrupt mask */
  537. #define MULTI_TERM_MASK 0x40 /* Device terminate Multi-DMA transfer interrupt mask */
  538. #define UDMAIN_TERM_MASK 0x80 /* Device terminate Ultra-DMA-in transfer interrupt mask */
  539. #define UDMAOUT_TERM_MASK 0x100 /* Device terminate Ultra-DMA-out transfer interrupt mask */
  540. /* Bit masks for ATAPI_INT_STATUS */
  541. #define ATAPI_DEV_INT 0x1 /* Device interrupt status */
  542. #define PIO_DONE_INT 0x2 /* PIO transfer done interrupt status */
  543. #define MULTI_DONE_INT 0x4 /* Multi-DMA transfer done interrupt status */
  544. #define UDMAIN_DONE_INT 0x8 /* Ultra-DMA in transfer done interrupt status */
  545. #define UDMAOUT_DONE_INT 0x10 /* Ultra-DMA out transfer done interrupt status */
  546. #define HOST_TERM_XFER_INT 0x20 /* Host terminate current transfer interrupt status */
  547. #define MULTI_TERM_INT 0x40 /* Device terminate Multi-DMA transfer interrupt status */
  548. #define UDMAIN_TERM_INT 0x80 /* Device terminate Ultra-DMA-in transfer interrupt status */
  549. #define UDMAOUT_TERM_INT 0x100 /* Device terminate Ultra-DMA-out transfer interrupt status */
  550. /* Bit masks for ATAPI_LINE_STATUS */
  551. #define ATAPI_INTR 0x1 /* Device interrupt to host line status */
  552. #define ATAPI_DASP 0x2 /* Device dasp to host line status */
  553. #define ATAPI_CS0N 0x4 /* ATAPI chip select 0 line status */
  554. #define ATAPI_CS1N 0x8 /* ATAPI chip select 1 line status */
  555. #define ATAPI_ADDR 0x70 /* ATAPI address line status */
  556. #define ATAPI_DMAREQ 0x80 /* ATAPI DMA request line status */
  557. #define ATAPI_DMAACKN 0x100 /* ATAPI DMA acknowledge line status */
  558. #define ATAPI_DIOWN 0x200 /* ATAPI write line status */
  559. #define ATAPI_DIORN 0x400 /* ATAPI read line status */
  560. #define ATAPI_IORDY 0x800 /* ATAPI IORDY line status */
  561. /* Bit masks for ATAPI_SM_STATE */
  562. #define PIO_CSTATE 0xf /* PIO mode state machine current state */
  563. #define DMA_CSTATE 0xf0 /* DMA mode state machine current state */
  564. #define UDMAIN_CSTATE 0xf00 /* Ultra DMA-In mode state machine current state */
  565. #define UDMAOUT_CSTATE 0xf000 /* ATAPI IORDY line status */
  566. /* Bit masks for ATAPI_TERMINATE */
  567. #define ATAPI_HOST_TERM 0x1 /* Host terminationation */
  568. /* Bit masks for ATAPI_REG_TIM_0 */
  569. #define T2_REG 0xff /* End of cycle time for register access transfers */
  570. #define TEOC_REG 0xff00 /* Selects DIOR/DIOW pulsewidth */
  571. /* Bit masks for ATAPI_PIO_TIM_0 */
  572. #define T1_REG 0xf /* Time from address valid to DIOR/DIOW */
  573. #define T2_REG_PIO 0xff0 /* DIOR/DIOW pulsewidth */
  574. #define T4_REG 0xf000 /* DIOW data hold */
  575. /* Bit masks for ATAPI_PIO_TIM_1 */
  576. #define TEOC_REG_PIO 0xff /* End of cycle time for PIO access transfers. */
  577. /* Bit masks for ATAPI_MULTI_TIM_0 */
  578. #define TD 0xff /* DIOR/DIOW asserted pulsewidth */
  579. #define TM 0xff00 /* Time from address valid to DIOR/DIOW */
  580. /* Bit masks for ATAPI_MULTI_TIM_1 */
  581. #define TKW 0xff /* Selects DIOW negated pulsewidth */
  582. #define TKR 0xff00 /* Selects DIOR negated pulsewidth */
  583. /* Bit masks for ATAPI_MULTI_TIM_2 */
  584. #define TH 0xff /* Selects DIOW data hold */
  585. #define TEOC 0xff00 /* Selects end of cycle for DMA */
  586. /* Bit masks for ATAPI_ULTRA_TIM_0 */
  587. #define TACK 0xff /* Selects setup and hold times for TACK */
  588. #define TENV 0xff00 /* Selects envelope time */
  589. /* Bit masks for ATAPI_ULTRA_TIM_1 */
  590. #define TDVS 0xff /* Selects data valid setup time */
  591. #define TCYC_TDVS 0xff00 /* Selects cycle time - TDVS time */
  592. /* Bit masks for ATAPI_ULTRA_TIM_2 */
  593. #define TSS 0xff /* Selects time from STROBE edge to negation of DMARQ or assertion of STOP */
  594. #define TMLI 0xff00 /* Selects interlock time */
  595. /* Bit masks for ATAPI_ULTRA_TIM_3 */
  596. #define TZAH 0xff /* Selects minimum delay required for output */
  597. #define READY_PAUSE 0xff00 /* Selects ready to pause */
  598. /* Bit masks for TIMER_ENABLE1 */
  599. #define TIMEN8 0x1 /* Timer 8 Enable */
  600. #define TIMEN9 0x2 /* Timer 9 Enable */
  601. #define TIMEN10 0x4 /* Timer 10 Enable */
  602. /* Bit masks for TIMER_DISABLE1 */
  603. #define TIMDIS8 0x1 /* Timer 8 Disable */
  604. #define TIMDIS9 0x2 /* Timer 9 Disable */
  605. #define TIMDIS10 0x4 /* Timer 10 Disable */
  606. /* Bit masks for TIMER_STATUS1 */
  607. #define TIMIL8 0x1 /* Timer 8 Interrupt */
  608. #define TIMIL9 0x2 /* Timer 9 Interrupt */
  609. #define TIMIL10 0x4 /* Timer 10 Interrupt */
  610. #define TOVF_ERR8 0x10 /* Timer 8 Counter Overflow */
  611. #define TOVF_ERR9 0x20 /* Timer 9 Counter Overflow */
  612. #define TOVF_ERR10 0x40 /* Timer 10 Counter Overflow */
  613. #define TRUN8 0x1000 /* Timer 8 Slave Enable Status */
  614. #define TRUN9 0x2000 /* Timer 9 Slave Enable Status */
  615. #define TRUN10 0x4000 /* Timer 10 Slave Enable Status */
  616. /* Bit masks for EPPI0 are obtained from common base header for EPPIx (EPPI1 and EPPI2) */
  617. /* Bit masks for USB_FADDR */
  618. #define FUNCTION_ADDRESS 0x7f /* Function address */
  619. /* Bit masks for USB_POWER */
  620. #define ENABLE_SUSPENDM 0x1 /* enable SuspendM output */
  621. #define SUSPEND_MODE 0x2 /* Suspend Mode indicator */
  622. #define RESUME_MODE 0x4 /* DMA Mode */
  623. #define RESET 0x8 /* Reset indicator */
  624. #define HS_MODE 0x10 /* High Speed mode indicator */
  625. #define HS_ENABLE 0x20 /* high Speed Enable */
  626. #define SOFT_CONN 0x40 /* Soft connect */
  627. #define ISO_UPDATE 0x80 /* Isochronous update */
  628. /* Bit masks for USB_INTRTX */
  629. #define EP0_TX 0x1 /* Tx Endpoint 0 interrupt */
  630. #define EP1_TX 0x2 /* Tx Endpoint 1 interrupt */
  631. #define EP2_TX 0x4 /* Tx Endpoint 2 interrupt */
  632. #define EP3_TX 0x8 /* Tx Endpoint 3 interrupt */
  633. #define EP4_TX 0x10 /* Tx Endpoint 4 interrupt */
  634. #define EP5_TX 0x20 /* Tx Endpoint 5 interrupt */
  635. #define EP6_TX 0x40 /* Tx Endpoint 6 interrupt */
  636. #define EP7_TX 0x80 /* Tx Endpoint 7 interrupt */
  637. /* Bit masks for USB_INTRRX */
  638. #define EP1_RX 0x2 /* Rx Endpoint 1 interrupt */
  639. #define EP2_RX 0x4 /* Rx Endpoint 2 interrupt */
  640. #define EP3_RX 0x8 /* Rx Endpoint 3 interrupt */
  641. #define EP4_RX 0x10 /* Rx Endpoint 4 interrupt */
  642. #define EP5_RX 0x20 /* Rx Endpoint 5 interrupt */
  643. #define EP6_RX 0x40 /* Rx Endpoint 6 interrupt */
  644. #define EP7_RX 0x80 /* Rx Endpoint 7 interrupt */
  645. /* Bit masks for USB_INTRTXE */
  646. #define EP0_TX_E 0x1 /* Endpoint 0 interrupt Enable */
  647. #define EP1_TX_E 0x2 /* Tx Endpoint 1 interrupt Enable */
  648. #define EP2_TX_E 0x4 /* Tx Endpoint 2 interrupt Enable */
  649. #define EP3_TX_E 0x8 /* Tx Endpoint 3 interrupt Enable */
  650. #define EP4_TX_E 0x10 /* Tx Endpoint 4 interrupt Enable */
  651. #define EP5_TX_E 0x20 /* Tx Endpoint 5 interrupt Enable */
  652. #define EP6_TX_E 0x40 /* Tx Endpoint 6 interrupt Enable */
  653. #define EP7_TX_E 0x80 /* Tx Endpoint 7 interrupt Enable */
  654. /* Bit masks for USB_INTRRXE */
  655. #define EP1_RX_E 0x2 /* Rx Endpoint 1 interrupt Enable */
  656. #define EP2_RX_E 0x4 /* Rx Endpoint 2 interrupt Enable */
  657. #define EP3_RX_E 0x8 /* Rx Endpoint 3 interrupt Enable */
  658. #define EP4_RX_E 0x10 /* Rx Endpoint 4 interrupt Enable */
  659. #define EP5_RX_E 0x20 /* Rx Endpoint 5 interrupt Enable */
  660. #define EP6_RX_E 0x40 /* Rx Endpoint 6 interrupt Enable */
  661. #define EP7_RX_E 0x80 /* Rx Endpoint 7 interrupt Enable */
  662. /* Bit masks for USB_INTRUSB */
  663. #define SUSPEND_B 0x1 /* Suspend indicator */
  664. #define RESUME_B 0x2 /* Resume indicator */
  665. #define RESET_OR_BABLE_B 0x4 /* Reset/babble indicator */
  666. #define SOF_B 0x8 /* Start of frame */
  667. #define CONN_B 0x10 /* Connection indicator */
  668. #define DISCON_B 0x20 /* Disconnect indicator */
  669. #define SESSION_REQ_B 0x40 /* Session Request */
  670. #define VBUS_ERROR_B 0x80 /* Vbus threshold indicator */
  671. /* Bit masks for USB_INTRUSBE */
  672. #define SUSPEND_BE 0x1 /* Suspend indicator int enable */
  673. #define RESUME_BE 0x2 /* Resume indicator int enable */
  674. #define RESET_OR_BABLE_BE 0x4 /* Reset/babble indicator int enable */
  675. #define SOF_BE 0x8 /* Start of frame int enable */
  676. #define CONN_BE 0x10 /* Connection indicator int enable */
  677. #define DISCON_BE 0x20 /* Disconnect indicator int enable */
  678. #define SESSION_REQ_BE 0x40 /* Session Request int enable */
  679. #define VBUS_ERROR_BE 0x80 /* Vbus threshold indicator int enable */
  680. /* Bit masks for USB_FRAME */
  681. #define FRAME_NUMBER 0x7ff /* Frame number */
  682. /* Bit masks for USB_INDEX */
  683. #define SELECTED_ENDPOINT 0xf /* selected endpoint */
  684. /* Bit masks for USB_GLOBAL_CTL */
  685. #define GLOBAL_ENA 0x1 /* enables USB module */
  686. #define EP1_TX_ENA 0x2 /* Transmit endpoint 1 enable */
  687. #define EP2_TX_ENA 0x4 /* Transmit endpoint 2 enable */
  688. #define EP3_TX_ENA 0x8 /* Transmit endpoint 3 enable */
  689. #define EP4_TX_ENA 0x10 /* Transmit endpoint 4 enable */
  690. #define EP5_TX_ENA 0x20 /* Transmit endpoint 5 enable */
  691. #define EP6_TX_ENA 0x40 /* Transmit endpoint 6 enable */
  692. #define EP7_TX_ENA 0x80 /* Transmit endpoint 7 enable */
  693. #define EP1_RX_ENA 0x100 /* Receive endpoint 1 enable */
  694. #define EP2_RX_ENA 0x200 /* Receive endpoint 2 enable */
  695. #define EP3_RX_ENA 0x400 /* Receive endpoint 3 enable */
  696. #define EP4_RX_ENA 0x800 /* Receive endpoint 4 enable */
  697. #define EP5_RX_ENA 0x1000 /* Receive endpoint 5 enable */
  698. #define EP6_RX_ENA 0x2000 /* Receive endpoint 6 enable */
  699. #define EP7_RX_ENA 0x4000 /* Receive endpoint 7 enable */
  700. /* Bit masks for USB_OTG_DEV_CTL */
  701. #define SESSION 0x1 /* session indicator */
  702. #define HOST_REQ 0x2 /* Host negotiation request */
  703. #define HOST_MODE 0x4 /* indicates USBDRC is a host */
  704. #define VBUS0 0x8 /* Vbus level indicator[0] */
  705. #define VBUS1 0x10 /* Vbus level indicator[1] */
  706. #define LSDEV 0x20 /* Low-speed indicator */
  707. #define FSDEV 0x40 /* Full or High-speed indicator */
  708. #define B_DEVICE 0x80 /* A' or 'B' device indicator */
  709. /* Bit masks for USB_OTG_VBUS_IRQ */
  710. #define DRIVE_VBUS_ON 0x1 /* indicator to drive VBUS control circuit */
  711. #define DRIVE_VBUS_OFF 0x2 /* indicator to shut off charge pump */
  712. #define CHRG_VBUS_START 0x4 /* indicator for external circuit to start charging VBUS */
  713. #define CHRG_VBUS_END 0x8 /* indicator for external circuit to end charging VBUS */
  714. #define DISCHRG_VBUS_START 0x10 /* indicator to start discharging VBUS */
  715. #define DISCHRG_VBUS_END 0x20 /* indicator to stop discharging VBUS */
  716. /* Bit masks for USB_OTG_VBUS_MASK */
  717. #define DRIVE_VBUS_ON_ENA 0x1 /* enable DRIVE_VBUS_ON interrupt */
  718. #define DRIVE_VBUS_OFF_ENA 0x2 /* enable DRIVE_VBUS_OFF interrupt */
  719. #define CHRG_VBUS_START_ENA 0x4 /* enable CHRG_VBUS_START interrupt */
  720. #define CHRG_VBUS_END_ENA 0x8 /* enable CHRG_VBUS_END interrupt */
  721. #define DISCHRG_VBUS_START_ENA 0x10 /* enable DISCHRG_VBUS_START interrupt */
  722. #define DISCHRG_VBUS_END_ENA 0x20 /* enable DISCHRG_VBUS_END interrupt */
  723. /* Bit masks for USB_CSR0 */
  724. #define RXPKTRDY 0x1 /* data packet receive indicator */
  725. #define TXPKTRDY 0x2 /* data packet in FIFO indicator */
  726. #define STALL_SENT 0x4 /* STALL handshake sent */
  727. #define DATAEND 0x8 /* Data end indicator */
  728. #define SETUPEND 0x10 /* Setup end */
  729. #define SENDSTALL 0x20 /* Send STALL handshake */
  730. #define SERVICED_RXPKTRDY 0x40 /* used to clear the RxPktRdy bit */
  731. #define SERVICED_SETUPEND 0x80 /* used to clear the SetupEnd bit */
  732. #define FLUSHFIFO 0x100 /* flush endpoint FIFO */
  733. #define STALL_RECEIVED_H 0x4 /* STALL handshake received host mode */
  734. #define SETUPPKT_H 0x8 /* send Setup token host mode */
  735. #define ERROR_H 0x10 /* timeout error indicator host mode */
  736. #define REQPKT_H 0x20 /* Request an IN transaction host mode */
  737. #define STATUSPKT_H 0x40 /* Status stage transaction host mode */
  738. #define NAK_TIMEOUT_H 0x80 /* EP0 halted after a NAK host mode */
  739. /* Bit masks for USB_COUNT0 */
  740. #define EP0_RX_COUNT 0x7f /* number of received bytes in EP0 FIFO */
  741. /* Bit masks for USB_NAKLIMIT0 */
  742. #define EP0_NAK_LIMIT 0x1f /* number of frames/micro frames after which EP0 timeouts */
  743. /* Bit masks for USB_TX_MAX_PACKET */
  744. #define MAX_PACKET_SIZE_T 0x7ff /* maximum data pay load in a frame */
  745. /* Bit masks for USB_RX_MAX_PACKET */
  746. #define MAX_PACKET_SIZE_R 0x7ff /* maximum data pay load in a frame */
  747. /* Bit masks for USB_TXCSR */
  748. #define TXPKTRDY_T 0x1 /* data packet in FIFO indicator */
  749. #define FIFO_NOT_EMPTY_T 0x2 /* FIFO not empty */
  750. #define UNDERRUN_T 0x4 /* TxPktRdy not set for an IN token */
  751. #define FLUSHFIFO_T 0x8 /* flush endpoint FIFO */
  752. #define STALL_SEND_T 0x10 /* issue a Stall handshake */
  753. #define STALL_SENT_T 0x20 /* Stall handshake transmitted */
  754. #define CLEAR_DATATOGGLE_T 0x40 /* clear endpoint data toggle */
  755. #define INCOMPTX_T 0x80 /* indicates that a large packet is split */
  756. #define DMAREQMODE_T 0x400 /* DMA mode (0 or 1) selection */
  757. #define FORCE_DATATOGGLE_T 0x800 /* Force data toggle */
  758. #define DMAREQ_ENA_T 0x1000 /* Enable DMA request for Tx EP */
  759. #define ISO_T 0x4000 /* enable Isochronous transfers */
  760. #define AUTOSET_T 0x8000 /* allows TxPktRdy to be set automatically */
  761. #define ERROR_TH 0x4 /* error condition host mode */
  762. #define STALL_RECEIVED_TH 0x20 /* Stall handshake received host mode */
  763. #define NAK_TIMEOUT_TH 0x80 /* NAK timeout host mode */
  764. /* Bit masks for USB_TXCOUNT */
  765. #define TX_COUNT 0x1fff /* Number of bytes to be written to the selected endpoint Tx FIFO */
  766. /* Bit masks for USB_RXCSR */
  767. #define RXPKTRDY_R 0x1 /* data packet in FIFO indicator */
  768. #define FIFO_FULL_R 0x2 /* FIFO not empty */
  769. #define OVERRUN_R 0x4 /* TxPktRdy not set for an IN token */
  770. #define DATAERROR_R 0x8 /* Out packet cannot be loaded into Rx FIFO */
  771. #define FLUSHFIFO_R 0x10 /* flush endpoint FIFO */
  772. #define STALL_SEND_R 0x20 /* issue a Stall handshake */
  773. #define STALL_SENT_R 0x40 /* Stall handshake transmitted */
  774. #define CLEAR_DATATOGGLE_R 0x80 /* clear endpoint data toggle */
  775. #define INCOMPRX_R 0x100 /* indicates that a large packet is split */
  776. #define DMAREQMODE_R 0x800 /* DMA mode (0 or 1) selection */
  777. #define DISNYET_R 0x1000 /* disable Nyet handshakes */
  778. #define DMAREQ_ENA_R 0x2000 /* Enable DMA request for Tx EP */
  779. #define ISO_R 0x4000 /* enable Isochronous transfers */
  780. #define AUTOCLEAR_R 0x8000 /* allows TxPktRdy to be set automatically */
  781. #define ERROR_RH 0x4 /* TxPktRdy not set for an IN token host mode */
  782. #define REQPKT_RH 0x20 /* request an IN transaction host mode */
  783. #define STALL_RECEIVED_RH 0x40 /* Stall handshake received host mode */
  784. #define INCOMPRX_RH 0x100 /* indicates that a large packet is split host mode */
  785. #define DMAREQMODE_RH 0x800 /* DMA mode (0 or 1) selection host mode */
  786. #define AUTOREQ_RH 0x4000 /* sets ReqPkt automatically host mode */
  787. /* Bit masks for USB_RXCOUNT */
  788. #define RX_COUNT 0x1fff /* Number of received bytes in the packet in the Rx FIFO */
  789. /* Bit masks for USB_TXTYPE */
  790. #define TARGET_EP_NO_T 0xf /* EP number */
  791. #define PROTOCOL_T 0xc /* transfer type */
  792. /* Bit masks for USB_TXINTERVAL */
  793. #define TX_POLL_INTERVAL 0xff /* polling interval for selected Tx EP */
  794. /* Bit masks for USB_RXTYPE */
  795. #define TARGET_EP_NO_R 0xf /* EP number */
  796. #define PROTOCOL_R 0xc /* transfer type */
  797. /* Bit masks for USB_RXINTERVAL */
  798. #define RX_POLL_INTERVAL 0xff /* polling interval for selected Rx EP */
  799. /* Bit masks for USB_DMA_INTERRUPT */
  800. #define DMA0_INT 0x1 /* DMA0 pending interrupt */
  801. #define DMA1_INT 0x2 /* DMA1 pending interrupt */
  802. #define DMA2_INT 0x4 /* DMA2 pending interrupt */
  803. #define DMA3_INT 0x8 /* DMA3 pending interrupt */
  804. #define DMA4_INT 0x10 /* DMA4 pending interrupt */
  805. #define DMA5_INT 0x20 /* DMA5 pending interrupt */
  806. #define DMA6_INT 0x40 /* DMA6 pending interrupt */
  807. #define DMA7_INT 0x80 /* DMA7 pending interrupt */
  808. /* Bit masks for USB_DMAxCONTROL */
  809. #define DMA_ENA 0x1 /* DMA enable */
  810. #define DIRECTION 0x2 /* direction of DMA transfer */
  811. #define MODE 0x4 /* DMA Bus error */
  812. #define INT_ENA 0x8 /* Interrupt enable */
  813. #define EPNUM 0xf0 /* EP number */
  814. #define BUSERROR 0x100 /* DMA Bus error */
  815. /* Bit masks for USB_DMAxADDRHIGH */
  816. #define DMA_ADDR_HIGH 0xffff /* Upper 16-bits of memory source/destination address for the DMA master channel */
  817. /* Bit masks for USB_DMAxADDRLOW */
  818. #define DMA_ADDR_LOW 0xffff /* Lower 16-bits of memory source/destination address for the DMA master channel */
  819. /* Bit masks for USB_DMAxCOUNTHIGH */
  820. #define DMA_COUNT_HIGH 0xffff /* Upper 16-bits of byte count of DMA transfer for DMA master channel */
  821. /* Bit masks for USB_DMAxCOUNTLOW */
  822. #define DMA_COUNT_LOW 0xffff /* Lower 16-bits of byte count of DMA transfer for DMA master channel */
  823. #endif /* _DEF_BF547_H */