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

TOMOYO Linux Cross Reference
Linux/sound/soc/dwc/local.h

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ 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.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /sound/soc/dwc/local.h (Architecture m68k) and /sound/soc/dwc/local.h (Architecture sparc64)


  1 /*                                                  1 /*
  2  * Copyright (ST) 2012 Rajeev Kumar (rajeevkum      2  * Copyright (ST) 2012 Rajeev Kumar (rajeevkumar.linux@gmail.com)
  3  *                                                  3  *
  4  * This file is licensed under the terms of th      4  * This file is licensed under the terms of the GNU General Public
  5  * License version 2. This program is licensed      5  * License version 2. This program is licensed "as is" without any
  6  * warranty of any kind, whether express or im      6  * warranty of any kind, whether express or implied.
  7  */                                                 7  */
  8                                                     8 
  9 #ifndef __DESIGNWARE_LOCAL_H                        9 #ifndef __DESIGNWARE_LOCAL_H
 10 #define __DESIGNWARE_LOCAL_H                       10 #define __DESIGNWARE_LOCAL_H
 11                                                    11 
 12 #include <linux/clk.h>                             12 #include <linux/clk.h>
 13 #include <linux/device.h>                          13 #include <linux/device.h>
 14 #include <linux/types.h>                           14 #include <linux/types.h>
 15 #include <sound/dmaengine_pcm.h>                   15 #include <sound/dmaengine_pcm.h>
 16 #include <sound/pcm.h>                             16 #include <sound/pcm.h>
 17 #include <sound/designware_i2s.h>                  17 #include <sound/designware_i2s.h>
 18                                                    18 
 19 /* common register for all channel */              19 /* common register for all channel */
 20 #define IER             0x000                      20 #define IER             0x000
 21 #define IRER            0x004                      21 #define IRER            0x004
 22 #define ITER            0x008                      22 #define ITER            0x008
 23 #define CER             0x00C                      23 #define CER             0x00C
 24 #define CCR             0x010                      24 #define CCR             0x010
 25 #define RXFFR           0x014                      25 #define RXFFR           0x014
 26 #define TXFFR           0x018                      26 #define TXFFR           0x018
 27                                                    27 
 28 /* Enable register fields */                       28 /* Enable register fields */
 29 #define IER_TDM_SLOTS_SHIFT     8                  29 #define IER_TDM_SLOTS_SHIFT     8
 30 #define IER_FRAME_OFF_SHIFT     5                  30 #define IER_FRAME_OFF_SHIFT     5
 31 #define IER_FRAME_OFF   BIT(5)                     31 #define IER_FRAME_OFF   BIT(5)
 32 #define IER_INTF_TYPE   BIT(1)                     32 #define IER_INTF_TYPE   BIT(1)
 33 #define IER_IEN         BIT(0)                     33 #define IER_IEN         BIT(0)
 34                                                    34 
 35 /* Interrupt status register fields */             35 /* Interrupt status register fields */
 36 #define ISR_TXFO        BIT(5)                     36 #define ISR_TXFO        BIT(5)
 37 #define ISR_TXFE        BIT(4)                     37 #define ISR_TXFE        BIT(4)
 38 #define ISR_RXFO        BIT(1)                     38 #define ISR_RXFO        BIT(1)
 39 #define ISR_RXDA        BIT(0)                     39 #define ISR_RXDA        BIT(0)
 40                                                    40 
 41 /* I2STxRxRegisters for all channels */            41 /* I2STxRxRegisters for all channels */
 42 #define LRBR_LTHR(x)    (0x40 * x + 0x020)         42 #define LRBR_LTHR(x)    (0x40 * x + 0x020)
 43 #define RRBR_RTHR(x)    (0x40 * x + 0x024)         43 #define RRBR_RTHR(x)    (0x40 * x + 0x024)
 44 #define RER(x)          (0x40 * x + 0x028)         44 #define RER(x)          (0x40 * x + 0x028)
 45 #define TER(x)          (0x40 * x + 0x02C)         45 #define TER(x)          (0x40 * x + 0x02C)
 46 #define RCR(x)          (0x40 * x + 0x030)         46 #define RCR(x)          (0x40 * x + 0x030)
 47 #define TCR(x)          (0x40 * x + 0x034)         47 #define TCR(x)          (0x40 * x + 0x034)
 48 #define ISR(x)          (0x40 * x + 0x038)         48 #define ISR(x)          (0x40 * x + 0x038)
 49 #define IMR(x)          (0x40 * x + 0x03C)         49 #define IMR(x)          (0x40 * x + 0x03C)
 50 #define ROR(x)          (0x40 * x + 0x040)         50 #define ROR(x)          (0x40 * x + 0x040)
 51 #define TOR(x)          (0x40 * x + 0x044)         51 #define TOR(x)          (0x40 * x + 0x044)
 52 #define RFCR(x)         (0x40 * x + 0x048)         52 #define RFCR(x)         (0x40 * x + 0x048)
 53 #define TFCR(x)         (0x40 * x + 0x04C)         53 #define TFCR(x)         (0x40 * x + 0x04C)
 54 #define RFF(x)          (0x40 * x + 0x050)         54 #define RFF(x)          (0x40 * x + 0x050)
 55 #define TFF(x)          (0x40 * x + 0x054)         55 #define TFF(x)          (0x40 * x + 0x054)
 56 #define RSLOT_TSLOT(x)  (0x4 * (x) + 0x224)        56 #define RSLOT_TSLOT(x)  (0x4 * (x) + 0x224)
 57                                                    57 
 58 /* Receive enable register fields */               58 /* Receive enable register fields */
 59 #define RER_RXSLOT_SHIFT        8                  59 #define RER_RXSLOT_SHIFT        8
 60 #define RER_RXCHEN      BIT(0)                     60 #define RER_RXCHEN      BIT(0)
 61                                                    61 
 62 /* Transmit enable register fields */              62 /* Transmit enable register fields */
 63 #define TER_TXSLOT_SHIFT        8                  63 #define TER_TXSLOT_SHIFT        8
 64 #define TER_TXCHEN      BIT(0)                     64 #define TER_TXCHEN      BIT(0)
 65                                                    65 
 66 /* I2SCOMPRegisters */                             66 /* I2SCOMPRegisters */
 67 #define I2S_COMP_PARAM_2        0x01F0             67 #define I2S_COMP_PARAM_2        0x01F0
 68 #define I2S_COMP_PARAM_1        0x01F4             68 #define I2S_COMP_PARAM_1        0x01F4
 69 #define I2S_COMP_VERSION        0x01F8             69 #define I2S_COMP_VERSION        0x01F8
 70 #define I2S_COMP_TYPE           0x01FC             70 #define I2S_COMP_TYPE           0x01FC
 71                                                    71 
 72 #define I2S_RRXDMA              0x01C4             72 #define I2S_RRXDMA              0x01C4
 73 #define I2S_RTXDMA              0x01CC             73 #define I2S_RTXDMA              0x01CC
 74 #define I2S_DMACR               0x0200             74 #define I2S_DMACR               0x0200
 75 #define I2S_DMAEN_RXBLOCK       (1 << 16)          75 #define I2S_DMAEN_RXBLOCK       (1 << 16)
 76 #define I2S_DMAEN_TXBLOCK       (1 << 17)          76 #define I2S_DMAEN_TXBLOCK       (1 << 17)
 77                                                    77 
 78 /*                                                 78 /*
 79  * Component parameter register fields - defin     79  * Component parameter register fields - define the I2S block's
 80  * configuration.                                  80  * configuration.
 81  */                                                81  */
 82 #define COMP1_TX_WORDSIZE_3(r)  (((r) & GENMAS     82 #define COMP1_TX_WORDSIZE_3(r)  (((r) & GENMASK(27, 25)) >> 25)
 83 #define COMP1_TX_WORDSIZE_2(r)  (((r) & GENMAS     83 #define COMP1_TX_WORDSIZE_2(r)  (((r) & GENMASK(24, 22)) >> 22)
 84 #define COMP1_TX_WORDSIZE_1(r)  (((r) & GENMAS     84 #define COMP1_TX_WORDSIZE_1(r)  (((r) & GENMASK(21, 19)) >> 19)
 85 #define COMP1_TX_WORDSIZE_0(r)  (((r) & GENMAS     85 #define COMP1_TX_WORDSIZE_0(r)  (((r) & GENMASK(18, 16)) >> 16)
 86 #define COMP1_TX_CHANNELS(r)    (((r) & GENMAS     86 #define COMP1_TX_CHANNELS(r)    (((r) & GENMASK(10, 9)) >> 9)
 87 #define COMP1_RX_CHANNELS(r)    (((r) & GENMAS     87 #define COMP1_RX_CHANNELS(r)    (((r) & GENMASK(8, 7)) >> 7)
 88 #define COMP1_RX_ENABLED(r)     (((r) & BIT(6)     88 #define COMP1_RX_ENABLED(r)     (((r) & BIT(6)) >> 6)
 89 #define COMP1_TX_ENABLED(r)     (((r) & BIT(5)     89 #define COMP1_TX_ENABLED(r)     (((r) & BIT(5)) >> 5)
 90 #define COMP1_MODE_EN(r)        (((r) & BIT(4)     90 #define COMP1_MODE_EN(r)        (((r) & BIT(4)) >> 4)
 91 #define COMP1_FIFO_DEPTH_GLOBAL(r)      (((r)      91 #define COMP1_FIFO_DEPTH_GLOBAL(r)      (((r) & GENMASK(3, 2)) >> 2)
 92 #define COMP1_APB_DATA_WIDTH(r) (((r) & GENMAS     92 #define COMP1_APB_DATA_WIDTH(r) (((r) & GENMASK(1, 0)) >> 0)
 93                                                    93 
 94 #define COMP2_RX_WORDSIZE_3(r)  (((r) & GENMAS     94 #define COMP2_RX_WORDSIZE_3(r)  (((r) & GENMASK(12, 10)) >> 10)
 95 #define COMP2_RX_WORDSIZE_2(r)  (((r) & GENMAS     95 #define COMP2_RX_WORDSIZE_2(r)  (((r) & GENMASK(9, 7)) >> 7)
 96 #define COMP2_RX_WORDSIZE_1(r)  (((r) & GENMAS     96 #define COMP2_RX_WORDSIZE_1(r)  (((r) & GENMASK(5, 3)) >> 3)
 97 #define COMP2_RX_WORDSIZE_0(r)  (((r) & GENMAS     97 #define COMP2_RX_WORDSIZE_0(r)  (((r) & GENMASK(2, 0)) >> 0)
 98                                                    98 
 99 /* Number of entries in WORDSIZE and DATA_WIDT     99 /* Number of entries in WORDSIZE and DATA_WIDTH parameter registers */
100 #define COMP_MAX_WORDSIZE       (1 << 3)          100 #define COMP_MAX_WORDSIZE       (1 << 3)
101 #define COMP_MAX_DATA_WIDTH     (1 << 2)          101 #define COMP_MAX_DATA_WIDTH     (1 << 2)
102                                                   102 
103 #define MAX_CHANNEL_NUM         8                 103 #define MAX_CHANNEL_NUM         8
104 #define MIN_CHANNEL_NUM         2                 104 #define MIN_CHANNEL_NUM         2
105                                                   105 
106 union dw_i2s_snd_dma_data {                       106 union dw_i2s_snd_dma_data {
107         struct i2s_dma_data pd;                   107         struct i2s_dma_data pd;
108         struct snd_dmaengine_dai_dma_data dt;     108         struct snd_dmaengine_dai_dma_data dt;
109 };                                                109 };
110                                                   110 
111 struct dw_i2s_dev {                               111 struct dw_i2s_dev {
112         void __iomem *i2s_base;                   112         void __iomem *i2s_base;
113         struct clk *clk;                          113         struct clk *clk;
114         struct reset_control *reset;              114         struct reset_control *reset;
115         int active;                               115         int active;
116         unsigned int capability;                  116         unsigned int capability;
117         unsigned int quirks;                      117         unsigned int quirks;
118         unsigned int i2s_reg_comp1;               118         unsigned int i2s_reg_comp1;
119         unsigned int i2s_reg_comp2;               119         unsigned int i2s_reg_comp2;
120         struct device *dev;                       120         struct device *dev;
121         u32 ccr;                                  121         u32 ccr;
122         u32 xfer_resolution;                      122         u32 xfer_resolution;
123         u32 fifo_th;                              123         u32 fifo_th;
124         u32 l_reg;                                124         u32 l_reg;
125         u32 r_reg;                                125         u32 r_reg;
126         bool is_jh7110; /* Flag for StarFive J    126         bool is_jh7110; /* Flag for StarFive JH7110 SoC */
127                                                   127 
128         /* data related to DMA transfers b/w i    128         /* data related to DMA transfers b/w i2s and DMAC */
129         union dw_i2s_snd_dma_data play_dma_dat    129         union dw_i2s_snd_dma_data play_dma_data;
130         union dw_i2s_snd_dma_data capture_dma_    130         union dw_i2s_snd_dma_data capture_dma_data;
131         struct i2s_clk_config_data config;        131         struct i2s_clk_config_data config;
132         int (*i2s_clk_cfg)(struct i2s_clk_conf    132         int (*i2s_clk_cfg)(struct i2s_clk_config_data *config);
133                                                   133 
134         /* data related to PIO transfers */       134         /* data related to PIO transfers */
135         bool use_pio;                             135         bool use_pio;
136                                                   136 
137         /* data related to TDM mode */            137         /* data related to TDM mode */
138         u32 tdm_slots;                            138         u32 tdm_slots;
139         u32 tdm_mask;                             139         u32 tdm_mask;
140         u32 frame_offset;                         140         u32 frame_offset;
141                                                   141 
142         struct snd_pcm_substream __rcu *tx_sub    142         struct snd_pcm_substream __rcu *tx_substream;
143         struct snd_pcm_substream __rcu *rx_sub    143         struct snd_pcm_substream __rcu *rx_substream;
144         unsigned int (*tx_fn)(struct dw_i2s_de    144         unsigned int (*tx_fn)(struct dw_i2s_dev *dev,
145                         struct snd_pcm_runtime    145                         struct snd_pcm_runtime *runtime, unsigned int tx_ptr,
146                         bool *period_elapsed);    146                         bool *period_elapsed);
147         unsigned int (*rx_fn)(struct dw_i2s_de    147         unsigned int (*rx_fn)(struct dw_i2s_dev *dev,
148                         struct snd_pcm_runtime    148                         struct snd_pcm_runtime *runtime, unsigned int rx_ptr,
149                         bool *period_elapsed);    149                         bool *period_elapsed);
150         unsigned int tx_ptr;                      150         unsigned int tx_ptr;
151         unsigned int rx_ptr;                      151         unsigned int rx_ptr;
152 };                                                152 };
153                                                   153 
154 #if IS_ENABLED(CONFIG_SND_DESIGNWARE_PCM)         154 #if IS_ENABLED(CONFIG_SND_DESIGNWARE_PCM)
155 void dw_pcm_push_tx(struct dw_i2s_dev *dev);      155 void dw_pcm_push_tx(struct dw_i2s_dev *dev);
156 void dw_pcm_pop_rx(struct dw_i2s_dev *dev);       156 void dw_pcm_pop_rx(struct dw_i2s_dev *dev);
157 int dw_pcm_register(struct platform_device *pd    157 int dw_pcm_register(struct platform_device *pdev);
158 #else                                             158 #else
159 static inline void dw_pcm_push_tx(struct dw_i2    159 static inline void dw_pcm_push_tx(struct dw_i2s_dev *dev) { }
160 static inline void dw_pcm_pop_rx(struct dw_i2s    160 static inline void dw_pcm_pop_rx(struct dw_i2s_dev *dev) { }
161 static inline int dw_pcm_register(struct platf    161 static inline int dw_pcm_register(struct platform_device *pdev)
162 {                                                 162 {
163         return -EINVAL;                           163         return -EINVAL;
164 }                                                 164 }
165 #endif                                            165 #endif
166                                                   166 
167 #endif                                            167 #endif
168                                                   168 

~ [ 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