defBF514.h 13 KB

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