~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/sound/soc/amd/vangogh/acp5x.h

Version: ~ [ linux-6.11.5 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.58 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.114 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.169 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.228 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.284 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.322 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 /* SPDX-License-Identifier: GPL-2.0+ */
  2 /*
  3  * AMD ALSA SoC PCM Driver
  4  *
  5  * Copyright (C) 2021 Advanced Micro Devices, Inc. All rights reserved.
  6  */
  7 
  8 #include "vg_chip_offset_byte.h"
  9 #include <sound/pcm.h>
 10 
 11 #define ACP5x_PHY_BASE_ADDRESS 0x1240000
 12 #define ACP_DEVICE_ID 0x15E2
 13 #define ACP_SOFT_RESET_SOFTRESET_AUDDONE_MASK   0x00010001
 14 
 15 #define ACP_PGFSM_CNTL_POWER_ON_MASK    0x01
 16 #define ACP_PGFSM_CNTL_POWER_OFF_MASK   0x00
 17 #define ACP_PGFSM_STATUS_MASK           0x03
 18 #define ACP_POWERED_ON                  0x00
 19 #define ACP_POWER_ON_IN_PROGRESS        0x01
 20 #define ACP_POWERED_OFF                 0x02
 21 #define ACP_POWER_OFF_IN_PROGRESS       0x03
 22 
 23 #define ACP_ERR_INTR_MASK       0x20000000
 24 #define ACP_EXT_INTR_STAT_CLEAR_MASK 0xFFFFFFFF
 25 
 26 #define ACP5x_DEVS 4
 27 #define ACP5x_REG_START 0x1240000
 28 #define ACP5x_REG_END   0x1250200
 29 #define ACP5x_I2STDM_REG_START  0x1242400
 30 #define ACP5x_I2STDM_REG_END    0x1242410
 31 #define ACP5x_HS_TDM_REG_START  0x1242814
 32 #define ACP5x_HS_TDM_REG_END    0x1242824
 33 #define I2S_MODE 0
 34 #define ACP5x_I2S_MODE 1
 35 #define ACP5x_RES 4
 36 #define I2S_RX_THRESHOLD 27
 37 #define I2S_TX_THRESHOLD 28
 38 #define HS_TX_THRESHOLD 24
 39 #define HS_RX_THRESHOLD 23
 40 
 41 #define I2S_SP_INSTANCE                 1
 42 #define I2S_HS_INSTANCE                 2
 43 
 44 #define ACP_SRAM_PTE_OFFSET     0x02050000
 45 #define ACP_SRAM_SP_PB_PTE_OFFSET       0x0
 46 #define ACP_SRAM_SP_CP_PTE_OFFSET       0x100
 47 #define ACP_SRAM_HS_PB_PTE_OFFSET       0x200
 48 #define ACP_SRAM_HS_CP_PTE_OFFSET       0x300
 49 #define PAGE_SIZE_4K_ENABLE 0x2
 50 #define I2S_SP_TX_MEM_WINDOW_START      0x4000000
 51 #define I2S_SP_RX_MEM_WINDOW_START      0x4020000
 52 #define I2S_HS_TX_MEM_WINDOW_START      0x4040000
 53 #define I2S_HS_RX_MEM_WINDOW_START      0x4060000
 54 
 55 #define SP_PB_FIFO_ADDR_OFFSET          0x500
 56 #define SP_CAPT_FIFO_ADDR_OFFSET        0x700
 57 #define HS_PB_FIFO_ADDR_OFFSET          0x900
 58 #define HS_CAPT_FIFO_ADDR_OFFSET        0xB00
 59 #define PLAYBACK_MIN_NUM_PERIODS    2
 60 #define PLAYBACK_MAX_NUM_PERIODS    8
 61 #define PLAYBACK_MAX_PERIOD_SIZE    8192
 62 #define PLAYBACK_MIN_PERIOD_SIZE    1024
 63 #define CAPTURE_MIN_NUM_PERIODS     2
 64 #define CAPTURE_MAX_NUM_PERIODS     8
 65 #define CAPTURE_MAX_PERIOD_SIZE     8192
 66 #define CAPTURE_MIN_PERIOD_SIZE     1024
 67 
 68 #define MAX_BUFFER (PLAYBACK_MAX_PERIOD_SIZE * PLAYBACK_MAX_NUM_PERIODS)
 69 #define MIN_BUFFER MAX_BUFFER
 70 #define FIFO_SIZE 0x100
 71 #define DMA_SIZE 0x40
 72 #define FRM_LEN 0x100
 73 
 74 #define I2S_MASTER_MODE_ENABLE 1
 75 #define I2S_MASTER_MODE_DISABLE 0
 76 
 77 #define SLOT_WIDTH_8 8
 78 #define SLOT_WIDTH_16 16
 79 #define SLOT_WIDTH_24 24
 80 #define SLOT_WIDTH_32 32
 81 #define TDM_ENABLE 1
 82 #define TDM_DISABLE 0
 83 #define ACP5x_ITER_IRER_SAMP_LEN_MASK   0x38
 84 
 85 struct i2s_dev_data {
 86         bool tdm_mode;
 87         bool master_mode;
 88         int i2s_irq;
 89         u16 i2s_instance;
 90         u32 tdm_fmt;
 91         void __iomem *acp5x_base;
 92         struct snd_pcm_substream *play_stream;
 93         struct snd_pcm_substream *capture_stream;
 94         struct snd_pcm_substream *i2ssp_play_stream;
 95         struct snd_pcm_substream *i2ssp_capture_stream;
 96 };
 97 
 98 struct i2s_stream_instance {
 99         u16 num_pages;
100         u16 i2s_instance;
101         u16 direction;
102         u16 channels;
103         u32 xfer_resolution;
104         u32 val;
105         dma_addr_t dma_addr;
106         u64 bytescount;
107         void __iomem *acp5x_base;
108         u32 lrclk_div;
109         u32 bclk_div;
110 };
111 
112 union acp_dma_count {
113         struct {
114                 u32 low;
115                 u32 high;
116         } bcount;
117         u64 bytescount;
118 };
119 
120 struct acp5x_platform_info {
121         u16 play_i2s_instance;
122         u16 cap_i2s_instance;
123 };
124 
125 union acp_i2stdm_mstrclkgen {
126         struct {
127                 u32 i2stdm_master_mode : 1;
128                 u32 i2stdm_format_mode : 1;
129                 u32 i2stdm_lrclk_div_val : 9;
130                 u32 i2stdm_bclk_div_val : 11;
131                 u32:10;
132         } bitfields, bits;
133         u32  u32_all;
134 };
135 
136 /* common header file uses exact offset rather than relative
137  * offset which requires subtraction logic from base_addr
138  * for accessing ACP5x MMIO space registers
139  */
140 static inline u32 acp_readl(void __iomem *base_addr)
141 {
142         return readl(base_addr - ACP5x_PHY_BASE_ADDRESS);
143 }
144 
145 static inline void acp_writel(u32 val, void __iomem *base_addr)
146 {
147         writel(val, base_addr - ACP5x_PHY_BASE_ADDRESS);
148 }
149 
150 int snd_amd_acp_find_config(struct pci_dev *pci);
151 
152 static inline u64 acp_get_byte_count(struct i2s_stream_instance *rtd,
153                                      int direction)
154 {
155         union acp_dma_count byte_count;
156 
157         if (direction == SNDRV_PCM_STREAM_PLAYBACK) {
158                 switch (rtd->i2s_instance) {
159                 case I2S_HS_INSTANCE:
160                         byte_count.bcount.high =
161                                 acp_readl(rtd->acp5x_base +
162                                           ACP_HS_TX_LINEARPOSCNTR_HIGH);
163                         byte_count.bcount.low =
164                                 acp_readl(rtd->acp5x_base +
165                                           ACP_HS_TX_LINEARPOSCNTR_LOW);
166                         break;
167                 case I2S_SP_INSTANCE:
168                 default:
169                         byte_count.bcount.high =
170                                 acp_readl(rtd->acp5x_base +
171                                           ACP_I2S_TX_LINEARPOSCNTR_HIGH);
172                         byte_count.bcount.low =
173                                 acp_readl(rtd->acp5x_base +
174                                           ACP_I2S_TX_LINEARPOSCNTR_LOW);
175                 }
176         } else {
177                 switch (rtd->i2s_instance) {
178                 case I2S_HS_INSTANCE:
179                         byte_count.bcount.high =
180                                 acp_readl(rtd->acp5x_base +
181                                           ACP_HS_RX_LINEARPOSCNTR_HIGH);
182                         byte_count.bcount.low =
183                                 acp_readl(rtd->acp5x_base +
184                                           ACP_HS_RX_LINEARPOSCNTR_LOW);
185                         break;
186                 case I2S_SP_INSTANCE:
187                 default:
188                         byte_count.bcount.high =
189                                 acp_readl(rtd->acp5x_base +
190                                           ACP_I2S_RX_LINEARPOSCNTR_HIGH);
191                         byte_count.bcount.low =
192                                 acp_readl(rtd->acp5x_base +
193                                           ACP_I2S_RX_LINEARPOSCNTR_LOW);
194                 }
195         }
196         return byte_count.bytescount;
197 }
198 
199 static inline void acp5x_set_i2s_clk(struct i2s_dev_data *adata,
200                                      struct i2s_stream_instance *rtd)
201 {
202         union acp_i2stdm_mstrclkgen mclkgen;
203         u32 master_reg;
204 
205         switch (rtd->i2s_instance) {
206         case I2S_HS_INSTANCE:
207                 master_reg = ACP_I2STDM2_MSTRCLKGEN;
208                 break;
209         case I2S_SP_INSTANCE:
210         default:
211                 master_reg = ACP_I2STDM0_MSTRCLKGEN;
212                 break;
213         }
214 
215         mclkgen.bits.i2stdm_master_mode = 0x1;
216         if (adata->tdm_mode)
217                 mclkgen.bits.i2stdm_format_mode = 0x01;
218         else
219                 mclkgen.bits.i2stdm_format_mode = 0x00;
220 
221         mclkgen.bits.i2stdm_bclk_div_val = rtd->bclk_div;
222         mclkgen.bits.i2stdm_lrclk_div_val = rtd->lrclk_div;
223         acp_writel(mclkgen.u32_all, rtd->acp5x_base + master_reg);
224 }
225 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php