regs-audioout.h 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. /*
  2. * stmp378x: AUDIOOUT register definitions
  3. *
  4. * Copyright (c) 2008 Freescale Semiconductor
  5. * Copyright 2008 Embedded Alley Solutions, Inc All Rights Reserved.
  6. *
  7. * This program is free software; you can redistribute it and/or modify
  8. * it under the terms of the GNU General Public License as published by
  9. * the Free Software Foundation; either version 2 of the License, or
  10. * (at your option) any later version.
  11. *
  12. * This program is distributed in the hope that it will be useful,
  13. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. * GNU General Public License for more details.
  16. *
  17. * You should have received a copy of the GNU General Public License
  18. * along with this program; if not, write to the Free Software
  19. * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  20. */
  21. #define REGS_AUDIOOUT_BASE (STMP3XXX_REGS_BASE + 0x48000)
  22. #define REGS_AUDIOOUT_PHYS 0x80048000
  23. #define REGS_AUDIOOUT_SIZE 0x2000
  24. #define HW_AUDIOOUT_CTRL 0x0
  25. #define BM_AUDIOOUT_CTRL_RUN 0x00000001
  26. #define BP_AUDIOOUT_CTRL_RUN 0
  27. #define BM_AUDIOOUT_CTRL_FIFO_ERROR_IRQ_EN 0x00000002
  28. #define BM_AUDIOOUT_CTRL_FIFO_OVERFLOW_IRQ 0x00000004
  29. #define BM_AUDIOOUT_CTRL_FIFO_UNDERFLOW_IRQ 0x00000008
  30. #define BM_AUDIOOUT_CTRL_WORD_LENGTH 0x00000040
  31. #define BM_AUDIOOUT_CTRL_CLKGATE 0x40000000
  32. #define BM_AUDIOOUT_CTRL_SFTRST 0x80000000
  33. #define HW_AUDIOOUT_STAT 0x10
  34. #define HW_AUDIOOUT_DACSRR 0x20
  35. #define BM_AUDIOOUT_DACSRR_SRC_FRAC 0x00001FFF
  36. #define BP_AUDIOOUT_DACSRR_SRC_FRAC 0
  37. #define BM_AUDIOOUT_DACSRR_SRC_INT 0x001F0000
  38. #define BP_AUDIOOUT_DACSRR_SRC_INT 16
  39. #define BM_AUDIOOUT_DACSRR_SRC_HOLD 0x07000000
  40. #define BP_AUDIOOUT_DACSRR_SRC_HOLD 24
  41. #define BM_AUDIOOUT_DACSRR_BASEMULT 0x70000000
  42. #define BP_AUDIOOUT_DACSRR_BASEMULT 28
  43. #define HW_AUDIOOUT_DACVOLUME 0x30
  44. #define BM_AUDIOOUT_DACVOLUME_MUTE_RIGHT 0x00000100
  45. #define BM_AUDIOOUT_DACVOLUME_MUTE_LEFT 0x01000000
  46. #define BM_AUDIOOUT_DACVOLUME_EN_ZCD 0x02000000
  47. #define HW_AUDIOOUT_DACDEBUG 0x40
  48. #define HW_AUDIOOUT_HPVOL 0x50
  49. #define BM_AUDIOOUT_HPVOL_MUTE 0x01000000
  50. #define BM_AUDIOOUT_HPVOL_EN_MSTR_ZCD 0x02000000
  51. #define HW_AUDIOOUT_PWRDN 0x70
  52. #define BM_AUDIOOUT_PWRDN_HEADPHONE 0x00000001
  53. #define BP_AUDIOOUT_PWRDN_HEADPHONE 0
  54. #define BM_AUDIOOUT_PWRDN_CAPLESS 0x00000010
  55. #define BM_AUDIOOUT_PWRDN_ADC 0x00000100
  56. #define BM_AUDIOOUT_PWRDN_DAC 0x00001000
  57. #define BM_AUDIOOUT_PWRDN_RIGHT_ADC 0x00010000
  58. #define BM_AUDIOOUT_PWRDN_SPEAKER 0x01000000
  59. #define HW_AUDIOOUT_REFCTRL 0x80
  60. #define BM_AUDIOOUT_REFCTRL_VAG_VAL 0x000000F0
  61. #define BP_AUDIOOUT_REFCTRL_VAG_VAL 4
  62. #define BM_AUDIOOUT_REFCTRL_ADC_REFVAL 0x00000F00
  63. #define BP_AUDIOOUT_REFCTRL_ADC_REFVAL 8
  64. #define BM_AUDIOOUT_REFCTRL_ADJ_VAG 0x00001000
  65. #define BM_AUDIOOUT_REFCTRL_ADJ_ADC 0x00002000
  66. #define BM_AUDIOOUT_REFCTRL_BIAS_CTRL 0x00030000
  67. #define BP_AUDIOOUT_REFCTRL_BIAS_CTRL 16
  68. #define BM_AUDIOOUT_REFCTRL_LOW_PWR 0x00080000
  69. #define BM_AUDIOOUT_REFCTRL_VBG_ADJ 0x00700000
  70. #define BP_AUDIOOUT_REFCTRL_VBG_ADJ 20
  71. #define BM_AUDIOOUT_REFCTRL_XTAL_BGR_BIAS 0x01000000
  72. #define BM_AUDIOOUT_REFCTRL_RAISE_REF 0x02000000
  73. #define HW_AUDIOOUT_ANACTRL 0x90
  74. #define BM_AUDIOOUT_ANACTRL_HP_CLASSAB 0x00000010
  75. #define BM_AUDIOOUT_ANACTRL_HP_HOLD_GND 0x00000020
  76. #define HW_AUDIOOUT_TEST 0xA0
  77. #define BM_AUDIOOUT_TEST_HP_I1_ADJ 0x00C00000
  78. #define BP_AUDIOOUT_TEST_HP_I1_ADJ 22
  79. #define HW_AUDIOOUT_BISTCTRL 0xB0
  80. #define HW_AUDIOOUT_BISTSTAT0 0xC0
  81. #define HW_AUDIOOUT_BISTSTAT1 0xD0
  82. #define HW_AUDIOOUT_ANACLKCTRL 0xE0
  83. #define BM_AUDIOOUT_ANACLKCTRL_CLKGATE 0x80000000
  84. #define HW_AUDIOOUT_DATA 0xF0
  85. #define HW_AUDIOOUT_SPEAKERCTRL 0x100
  86. #define BM_AUDIOOUT_SPEAKERCTRL_MUTE 0x01000000
  87. #define HW_AUDIOOUT_VERSION 0x200