regs-ac97.h 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __ASM_ARCH_REGS_AC97_H
  3. #define __ASM_ARCH_REGS_AC97_H
  4. #include <mach/hardware.h>
  5. /*
  6. * AC97 Controller registers
  7. */
  8. #define POCR __REG(0x40500000) /* PCM Out Control Register */
  9. #define POCR_FEIE (1 << 3) /* FIFO Error Interrupt Enable */
  10. #define POCR_FSRIE (1 << 1) /* FIFO Service Request Interrupt Enable */
  11. #define PICR __REG(0x40500004) /* PCM In Control Register */
  12. #define PICR_FEIE (1 << 3) /* FIFO Error Interrupt Enable */
  13. #define PICR_FSRIE (1 << 1) /* FIFO Service Request Interrupt Enable */
  14. #define MCCR __REG(0x40500008) /* Mic In Control Register */
  15. #define MCCR_FEIE (1 << 3) /* FIFO Error Interrupt Enable */
  16. #define MCCR_FSRIE (1 << 1) /* FIFO Service Request Interrupt Enable */
  17. #define GCR __REG(0x4050000C) /* Global Control Register */
  18. #ifdef CONFIG_PXA3xx
  19. #define GCR_CLKBPB (1 << 31) /* Internal clock enable */
  20. #endif
  21. #define GCR_nDMAEN (1 << 24) /* non DMA Enable */
  22. #define GCR_CDONE_IE (1 << 19) /* Command Done Interrupt Enable */
  23. #define GCR_SDONE_IE (1 << 18) /* Status Done Interrupt Enable */
  24. #define GCR_SECRDY_IEN (1 << 9) /* Secondary Ready Interrupt Enable */
  25. #define GCR_PRIRDY_IEN (1 << 8) /* Primary Ready Interrupt Enable */
  26. #define GCR_SECRES_IEN (1 << 5) /* Secondary Resume Interrupt Enable */
  27. #define GCR_PRIRES_IEN (1 << 4) /* Primary Resume Interrupt Enable */
  28. #define GCR_ACLINK_OFF (1 << 3) /* AC-link Shut Off */
  29. #define GCR_WARM_RST (1 << 2) /* AC97 Warm Reset */
  30. #define GCR_COLD_RST (1 << 1) /* AC'97 Cold Reset (0 = active) */
  31. #define GCR_GIE (1 << 0) /* Codec GPI Interrupt Enable */
  32. #define POSR __REG(0x40500010) /* PCM Out Status Register */
  33. #define POSR_FIFOE (1 << 4) /* FIFO error */
  34. #define POSR_FSR (1 << 2) /* FIFO Service Request */
  35. #define PISR __REG(0x40500014) /* PCM In Status Register */
  36. #define PISR_FIFOE (1 << 4) /* FIFO error */
  37. #define PISR_EOC (1 << 3) /* DMA End-of-Chain (exclusive clear) */
  38. #define PISR_FSR (1 << 2) /* FIFO Service Request */
  39. #define MCSR __REG(0x40500018) /* Mic In Status Register */
  40. #define MCSR_FIFOE (1 << 4) /* FIFO error */
  41. #define MCSR_EOC (1 << 3) /* DMA End-of-Chain (exclusive clear) */
  42. #define MCSR_FSR (1 << 2) /* FIFO Service Request */
  43. #define GSR __REG(0x4050001C) /* Global Status Register */
  44. #define GSR_CDONE (1 << 19) /* Command Done */
  45. #define GSR_SDONE (1 << 18) /* Status Done */
  46. #define GSR_RDCS (1 << 15) /* Read Completion Status */
  47. #define GSR_BIT3SLT12 (1 << 14) /* Bit 3 of slot 12 */
  48. #define GSR_BIT2SLT12 (1 << 13) /* Bit 2 of slot 12 */
  49. #define GSR_BIT1SLT12 (1 << 12) /* Bit 1 of slot 12 */
  50. #define GSR_SECRES (1 << 11) /* Secondary Resume Interrupt */
  51. #define GSR_PRIRES (1 << 10) /* Primary Resume Interrupt */
  52. #define GSR_SCR (1 << 9) /* Secondary Codec Ready */
  53. #define GSR_PCR (1 << 8) /* Primary Codec Ready */
  54. #define GSR_MCINT (1 << 7) /* Mic In Interrupt */
  55. #define GSR_POINT (1 << 6) /* PCM Out Interrupt */
  56. #define GSR_PIINT (1 << 5) /* PCM In Interrupt */
  57. #define GSR_ACOFFD (1 << 3) /* AC-link Shut Off Done */
  58. #define GSR_MOINT (1 << 2) /* Modem Out Interrupt */
  59. #define GSR_MIINT (1 << 1) /* Modem In Interrupt */
  60. #define GSR_GSCI (1 << 0) /* Codec GPI Status Change Interrupt */
  61. #define CAR __REG(0x40500020) /* CODEC Access Register */
  62. #define CAR_CAIP (1 << 0) /* Codec Access In Progress */
  63. #define PCDR __REG(0x40500040) /* PCM FIFO Data Register */
  64. #define MCDR __REG(0x40500060) /* Mic-in FIFO Data Register */
  65. #define MOCR __REG(0x40500100) /* Modem Out Control Register */
  66. #define MOCR_FEIE (1 << 3) /* FIFO Error */
  67. #define MOCR_FSRIE (1 << 1) /* FIFO Service Request Interrupt Enable */
  68. #define MICR __REG(0x40500108) /* Modem In Control Register */
  69. #define MICR_FEIE (1 << 3) /* FIFO Error */
  70. #define MICR_FSRIE (1 << 1) /* FIFO Service Request Interrupt Enable */
  71. #define MOSR __REG(0x40500110) /* Modem Out Status Register */
  72. #define MOSR_FIFOE (1 << 4) /* FIFO error */
  73. #define MOSR_FSR (1 << 2) /* FIFO Service Request */
  74. #define MISR __REG(0x40500118) /* Modem In Status Register */
  75. #define MISR_FIFOE (1 << 4) /* FIFO error */
  76. #define MISR_EOC (1 << 3) /* DMA End-of-Chain (exclusive clear) */
  77. #define MISR_FSR (1 << 2) /* FIFO Service Request */
  78. #define MODR __REG(0x40500140) /* Modem FIFO Data Register */
  79. #define PAC_REG_BASE __REG(0x40500200) /* Primary Audio Codec */
  80. #define SAC_REG_BASE __REG(0x40500300) /* Secondary Audio Codec */
  81. #define PMC_REG_BASE __REG(0x40500400) /* Primary Modem Codec */
  82. #define SMC_REG_BASE __REG(0x40500500) /* Secondary Modem Codec */
  83. #endif /* __ASM_ARCH_REGS_AC97_H */