t4240qds_qixis.h 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. /*
  2. * Copyright 2012 Freescale Semiconductor, Inc.
  3. *
  4. * This program is free software; you can redistribute it and/or
  5. * modify it under the terms of the GNU General Public License as
  6. * published by the Free Software Foundation; either version 2 of
  7. * the License, or (at your option) any later version.
  8. *
  9. * This program is distributed in the hope that it will be useful,
  10. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. * GNU General Public License for more details.
  13. *
  14. * You should have received a copy of the GNU General Public License
  15. * along with this program; if not, write to the Free Software
  16. * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  17. * MA 02111-1307 USA
  18. */
  19. #ifndef __T4020QDS_QIXIS_H__
  20. #define __T4020QDS_QIXIS_H__
  21. /* Definitions of QIXIS Registers for T4020QDS */
  22. /* BRDCFG4[4:7]] select EC1 and EC2 as a pair */
  23. #define BRDCFG4_EMISEL_MASK 0xE0
  24. #define BRDCFG4_EMISEL_SHIFT 5
  25. /* SYSCLK */
  26. #define QIXIS_SYSCLK_66 0x0
  27. #define QIXIS_SYSCLK_83 0x1
  28. #define QIXIS_SYSCLK_100 0x2
  29. #define QIXIS_SYSCLK_125 0x3
  30. #define QIXIS_SYSCLK_133 0x4
  31. #define QIXIS_SYSCLK_150 0x5
  32. #define QIXIS_SYSCLK_160 0x6
  33. #define QIXIS_SYSCLK_166 0x7
  34. /* DDRCLK */
  35. #define QIXIS_DDRCLK_66 0x0
  36. #define QIXIS_DDRCLK_100 0x1
  37. #define QIXIS_DDRCLK_125 0x2
  38. #define QIXIS_DDRCLK_133 0x3
  39. #define BRDCFG5_RESET 0x00
  40. #define BRDCFG12_SD3EN_MASK 0x20
  41. #define BRDCFG12_SD3MX_MASK 0x08
  42. #define BRDCFG12_SD3MX_SLOT5 0x08
  43. #define BRDCFG12_SD3MX_SLOT6 0x00
  44. #define BRDCFG12_SD4EN_MASK 0x04
  45. #define BRDCFG12_SD4MX_MASK 0x03
  46. #define BRDCFG12_SD4MX_SLOT7 0x02
  47. #define BRDCFG12_SD4MX_SLOT8 0x01
  48. #define BRDCFG12_SD4MX_AURO_SATA 0x00
  49. #endif