defBF514.h 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  1. /*
  2. * Copyright 2008-2009 Analog Devices Inc.
  3. *
  4. * Licensed under the ADI BSD license or the GPL-2 (or later)
  5. */
  6. #ifndef _DEF_BF514_H
  7. #define _DEF_BF514_H
  8. /* Include all Core registers and bit definitions */
  9. #include <asm/def_LPBlackfin.h>
  10. /* SYSTEM & MMR ADDRESS DEFINITIONS FOR ADSP-BF514 */
  11. /* Include defBF51x_base.h for the set of #defines that are common to all ADSP-BF51x processors */
  12. #include "defBF51x_base.h"
  13. /* The following are the #defines needed by ADSP-BF514 that are not in the common header */
  14. /* SDH Registers */
  15. #define SDH_PWR_CTL 0xFFC03900 /* SDH Power Control */
  16. #define SDH_CLK_CTL 0xFFC03904 /* SDH Clock Control */
  17. #define SDH_ARGUMENT 0xFFC03908 /* SDH Argument */
  18. #define SDH_COMMAND 0xFFC0390C /* SDH Command */
  19. #define SDH_RESP_CMD 0xFFC03910 /* SDH Response Command */
  20. #define SDH_RESPONSE0 0xFFC03914 /* SDH Response0 */
  21. #define SDH_RESPONSE1 0xFFC03918 /* SDH Response1 */
  22. #define SDH_RESPONSE2 0xFFC0391C /* SDH Response2 */
  23. #define SDH_RESPONSE3 0xFFC03920 /* SDH Response3 */
  24. #define SDH_DATA_TIMER 0xFFC03924 /* SDH Data Timer */
  25. #define SDH_DATA_LGTH 0xFFC03928 /* SDH Data Length */
  26. #define SDH_DATA_CTL 0xFFC0392C /* SDH Data Control */
  27. #define SDH_DATA_CNT 0xFFC03930 /* SDH Data Counter */
  28. #define SDH_STATUS 0xFFC03934 /* SDH Status */
  29. #define SDH_STATUS_CLR 0xFFC03938 /* SDH Status Clear */
  30. #define SDH_MASK0 0xFFC0393C /* SDH Interrupt0 Mask */
  31. #define SDH_MASK1 0xFFC03940 /* SDH Interrupt1 Mask */
  32. #define SDH_FIFO_CNT 0xFFC03948 /* SDH FIFO Counter */
  33. #define SDH_FIFO 0xFFC03980 /* SDH Data FIFO */
  34. #define SDH_E_STATUS 0xFFC039C0 /* SDH Exception Status */
  35. #define SDH_E_MASK 0xFFC039C4 /* SDH Exception Mask */
  36. #define SDH_CFG 0xFFC039C8 /* SDH Configuration */
  37. #define SDH_RD_WAIT_EN 0xFFC039CC /* SDH Read Wait Enable */
  38. #define SDH_PID0 0xFFC039D0 /* SDH Peripheral Identification0 */
  39. #define SDH_PID1 0xFFC039D4 /* SDH Peripheral Identification1 */
  40. #define SDH_PID2 0xFFC039D8 /* SDH Peripheral Identification2 */
  41. #define SDH_PID3 0xFFC039DC /* SDH Peripheral Identification3 */
  42. #define SDH_PID4 0xFFC039E0 /* SDH Peripheral Identification4 */
  43. #define SDH_PID5 0xFFC039E4 /* SDH Peripheral Identification5 */
  44. #define SDH_PID6 0xFFC039E8 /* SDH Peripheral Identification6 */
  45. #define SDH_PID7 0xFFC039EC /* SDH Peripheral Identification7 */
  46. /* Removable Storage Interface Registers */
  47. #define RSI_PWR_CONTROL 0xFFC03800 /* RSI Power Control Register */
  48. #define RSI_CLK_CONTROL 0xFFC03804 /* RSI Clock Control Register */
  49. #define RSI_ARGUMENT 0xFFC03808 /* RSI Argument Register */
  50. #define RSI_COMMAND 0xFFC0380C /* RSI Command Register */
  51. #define RSI_RESP_CMD 0xFFC03810 /* RSI Response Command Register */
  52. #define RSI_RESPONSE0 0xFFC03814 /* RSI Response Register */
  53. #define RSI_RESPONSE1 0xFFC03818 /* RSI Response Register */
  54. #define RSI_RESPONSE2 0xFFC0381C /* RSI Response Register */
  55. #define RSI_RESPONSE3 0xFFC03820 /* RSI Response Register */
  56. #define RSI_DATA_TIMER 0xFFC03824 /* RSI Data Timer Register */
  57. #define RSI_DATA_LGTH 0xFFC03828 /* RSI Data Length Register */
  58. #define RSI_DATA_CONTROL 0xFFC0382C /* RSI Data Control Register */
  59. #define RSI_DATA_CNT 0xFFC03830 /* RSI Data Counter Register */
  60. #define RSI_STATUS 0xFFC03834 /* RSI Status Register */
  61. #define RSI_STATUSCL 0xFFC03838 /* RSI Status Clear Register */
  62. #define RSI_MASK0 0xFFC0383C /* RSI Interrupt 0 Mask Register */
  63. #define RSI_MASK1 0xFFC03840 /* RSI Interrupt 1 Mask Register */
  64. #define RSI_FIFO_CNT 0xFFC03848 /* RSI FIFO Counter Register */
  65. #define RSI_CEATA_CONTROL 0xFFC0384C /* RSI CEATA Register */
  66. #define RSI_FIFO 0xFFC03880 /* RSI Data FIFO Register */
  67. #define RSI_ESTAT 0xFFC038C0 /* RSI Exception Status Register */
  68. #define RSI_EMASK 0xFFC038C4 /* RSI Exception Mask Register */
  69. #define RSI_CONFIG 0xFFC038C8 /* RSI Configuration Register */
  70. #define RSI_RD_WAIT_EN 0xFFC038CC /* RSI Read Wait Enable Register */
  71. #define RSI_PID0 0xFFC03FE0 /* RSI Peripheral ID Register 0 */
  72. #define RSI_PID1 0xFFC03FE4 /* RSI Peripheral ID Register 1 */
  73. #define RSI_PID2 0xFFC03FE8 /* RSI Peripheral ID Register 2 */
  74. #define RSI_PID3 0xFFC03FEC /* RSI Peripheral ID Register 3 */
  75. #define RSI_PID4 0xFFC03FF0 /* RSI Peripheral ID Register 4 */
  76. #define RSI_PID5 0xFFC03FF4 /* RSI Peripheral ID Register 5 */
  77. #define RSI_PID6 0xFFC03FF8 /* RSI Peripheral ID Register 6 */
  78. #define RSI_PID7 0xFFC03FFC /* RSI Peripheral ID Register 7 */
  79. /* ********************************************************** */
  80. /* SINGLE BIT MACRO PAIRS (bit mask and negated one) */
  81. /* and MULTI BIT READ MACROS */
  82. /* ********************************************************** */
  83. /* Bit masks for SDH_COMMAND */
  84. #define CMD_IDX 0x3f /* Command Index */
  85. #define CMD_RSP 0x40 /* Response */
  86. #define CMD_L_RSP 0x80 /* Long Response */
  87. #define CMD_INT_E 0x100 /* Command Interrupt */
  88. #define CMD_PEND_E 0x200 /* Command Pending */
  89. #define CMD_E 0x400 /* Command Enable */
  90. /* Bit masks for SDH_PWR_CTL */
  91. #define PWR_ON 0x3 /* Power On */
  92. #if 0
  93. #define TBD 0x3c /* TBD */
  94. #endif
  95. #define SD_CMD_OD 0x40 /* Open Drain Output */
  96. #define ROD_CTL 0x80 /* Rod Control */
  97. /* Bit masks for SDH_CLK_CTL */
  98. #define CLKDIV 0xff /* MC_CLK Divisor */
  99. #define CLK_E 0x100 /* MC_CLK Bus Clock Enable */
  100. #define PWR_SV_E 0x200 /* Power Save Enable */
  101. #define CLKDIV_BYPASS 0x400 /* Bypass Divisor */
  102. #define WIDE_BUS 0x800 /* Wide Bus Mode Enable */
  103. /* Bit masks for SDH_RESP_CMD */
  104. #define RESP_CMD 0x3f /* Response Command */
  105. /* Bit masks for SDH_DATA_CTL */
  106. #define DTX_E 0x1 /* Data Transfer Enable */
  107. #define DTX_DIR 0x2 /* Data Transfer Direction */
  108. #define DTX_MODE 0x4 /* Data Transfer Mode */
  109. #define DTX_DMA_E 0x8 /* Data Transfer DMA Enable */
  110. #define DTX_BLK_LGTH 0xf0 /* Data Transfer Block Length */
  111. /* Bit masks for SDH_STATUS */
  112. #define CMD_CRC_FAIL 0x1 /* CMD CRC Fail */
  113. #define DAT_CRC_FAIL 0x2 /* Data CRC Fail */
  114. #define CMD_TIME_OUT 0x4 /* CMD Time Out */
  115. #define DAT_TIME_OUT 0x8 /* Data Time Out */
  116. #define TX_UNDERRUN 0x10 /* Transmit Underrun */
  117. #define RX_OVERRUN 0x20 /* Receive Overrun */
  118. #define CMD_RESP_END 0x40 /* CMD Response End */
  119. #define CMD_SENT 0x80 /* CMD Sent */
  120. #define DAT_END 0x100 /* Data End */
  121. #define START_BIT_ERR 0x200 /* Start Bit Error */
  122. #define DAT_BLK_END 0x400 /* Data Block End */
  123. #define CMD_ACT 0x800 /* CMD Active */
  124. #define TX_ACT 0x1000 /* Transmit Active */
  125. #define RX_ACT 0x2000 /* Receive Active */
  126. #define TX_FIFO_STAT 0x4000 /* Transmit FIFO Status */
  127. #define RX_FIFO_STAT 0x8000 /* Receive FIFO Status */
  128. #define TX_FIFO_FULL 0x10000 /* Transmit FIFO Full */
  129. #define RX_FIFO_FULL 0x20000 /* Receive FIFO Full */
  130. #define TX_FIFO_ZERO 0x40000 /* Transmit FIFO Empty */
  131. #define RX_DAT_ZERO 0x80000 /* Receive FIFO Empty */
  132. #define TX_DAT_RDY 0x100000 /* Transmit Data Available */
  133. #define RX_FIFO_RDY 0x200000 /* Receive Data Available */
  134. /* Bit masks for SDH_STATUS_CLR */
  135. #define CMD_CRC_FAIL_STAT 0x1 /* CMD CRC Fail Status */
  136. #define DAT_CRC_FAIL_STAT 0x2 /* Data CRC Fail Status */
  137. #define CMD_TIMEOUT_STAT 0x4 /* CMD Time Out Status */
  138. #define DAT_TIMEOUT_STAT 0x8 /* Data Time Out status */
  139. #define TX_UNDERRUN_STAT 0x10 /* Transmit Underrun Status */
  140. #define RX_OVERRUN_STAT 0x20 /* Receive Overrun Status */
  141. #define CMD_RESP_END_STAT 0x40 /* CMD Response End Status */
  142. #define CMD_SENT_STAT 0x80 /* CMD Sent Status */
  143. #define DAT_END_STAT 0x100 /* Data End Status */
  144. #define START_BIT_ERR_STAT 0x200 /* Start Bit Error Status */
  145. #define DAT_BLK_END_STAT 0x400 /* Data Block End Status */
  146. /* Bit masks for SDH_MASK0 */
  147. #define CMD_CRC_FAIL_MASK 0x1 /* CMD CRC Fail Mask */
  148. #define DAT_CRC_FAIL_MASK 0x2 /* Data CRC Fail Mask */
  149. #define CMD_TIMEOUT_MASK 0x4 /* CMD Time Out Mask */
  150. #define DAT_TIMEOUT_MASK 0x8 /* Data Time Out Mask */
  151. #define TX_UNDERRUN_MASK 0x10 /* Transmit Underrun Mask */
  152. #define RX_OVERRUN_MASK 0x20 /* Receive Overrun Mask */
  153. #define CMD_RESP_END_MASK 0x40 /* CMD Response End Mask */
  154. #define CMD_SENT_MASK 0x80 /* CMD Sent Mask */
  155. #define DAT_END_MASK 0x100 /* Data End Mask */
  156. #define START_BIT_ERR_MASK 0x200 /* Start Bit Error Mask */
  157. #define DAT_BLK_END_MASK 0x400 /* Data Block End Mask */
  158. #define CMD_ACT_MASK 0x800 /* CMD Active Mask */
  159. #define TX_ACT_MASK 0x1000 /* Transmit Active Mask */
  160. #define RX_ACT_MASK 0x2000 /* Receive Active Mask */
  161. #define TX_FIFO_STAT_MASK 0x4000 /* Transmit FIFO Status Mask */
  162. #define RX_FIFO_STAT_MASK 0x8000 /* Receive FIFO Status Mask */
  163. #define TX_FIFO_FULL_MASK 0x10000 /* Transmit FIFO Full Mask */
  164. #define RX_FIFO_FULL_MASK 0x20000 /* Receive FIFO Full Mask */
  165. #define TX_FIFO_ZERO_MASK 0x40000 /* Transmit FIFO Empty Mask */
  166. #define RX_DAT_ZERO_MASK 0x80000 /* Receive FIFO Empty Mask */
  167. #define TX_DAT_RDY_MASK 0x100000 /* Transmit Data Available Mask */
  168. #define RX_FIFO_RDY_MASK 0x200000 /* Receive Data Available Mask */
  169. /* Bit masks for SDH_FIFO_CNT */
  170. #define FIFO_COUNT 0x7fff /* FIFO Count */
  171. /* Bit masks for SDH_E_STATUS */
  172. #define SDIO_INT_DET 0x2 /* SDIO Int Detected */
  173. #define SD_CARD_DET 0x10 /* SD Card Detect */
  174. /* Bit masks for SDH_E_MASK */
  175. #define SDIO_MSK 0x2 /* Mask SDIO Int Detected */
  176. #define SCD_MSK 0x40 /* Mask Card Detect */
  177. /* Bit masks for SDH_CFG */
  178. #define CLKS_EN 0x1 /* Clocks Enable */
  179. #define SD4E 0x4 /* SDIO 4-Bit Enable */
  180. #define MWE 0x8 /* Moving Window Enable */
  181. #define SD_RST 0x10 /* SDMMC Reset */
  182. #define PUP_SDDAT 0x20 /* Pull-up SD_DAT */
  183. #define PUP_SDDAT3 0x40 /* Pull-up SD_DAT3 */
  184. #define PD_SDDAT3 0x80 /* Pull-down SD_DAT3 */
  185. /* Bit masks for SDH_RD_WAIT_EN */
  186. #define RWR 0x1 /* Read Wait Request */
  187. #endif /* _DEF_BF514_H */