Fabio Estevam | dbbeaad | 2018-05-01 09:20:41 -0300 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
Xiubo Li | 4355082 | 2013-12-17 11:24:38 +0800 | [diff] [blame] | 2 | /* |
| 3 | * Copyright 2012-2013 Freescale Semiconductor, Inc. |
Xiubo Li | 4355082 | 2013-12-17 11:24:38 +0800 | [diff] [blame] | 4 | */ |
| 5 | |
| 6 | #ifndef __FSL_SAI_H |
| 7 | #define __FSL_SAI_H |
| 8 | |
| 9 | #include <sound/dmaengine_pcm.h> |
| 10 | |
| 11 | #define FSL_SAI_FORMATS (SNDRV_PCM_FMTBIT_S16_LE |\ |
| 12 | SNDRV_PCM_FMTBIT_S20_3LE |\ |
Zidan Wang | 9b7493d | 2015-08-11 11:14:26 +0800 | [diff] [blame] | 13 | SNDRV_PCM_FMTBIT_S24_LE |\ |
| 14 | SNDRV_PCM_FMTBIT_S32_LE) |
Xiubo Li | 4355082 | 2013-12-17 11:24:38 +0800 | [diff] [blame] | 15 | |
Xiubo Li | 78957fc | 2014-02-08 14:38:28 +0800 | [diff] [blame] | 16 | /* SAI Register Map Register */ |
Daniel Baluta | 4f7a072 | 2019-08-06 18:12:12 +0300 | [diff] [blame] | 17 | #define FSL_SAI_TCSR(ofs) (0x00 + ofs) /* SAI Transmit Control */ |
| 18 | #define FSL_SAI_TCR1(ofs) (0x04 + ofs) /* SAI Transmit Configuration 1 */ |
| 19 | #define FSL_SAI_TCR2(ofs) (0x08 + ofs) /* SAI Transmit Configuration 2 */ |
| 20 | #define FSL_SAI_TCR3(ofs) (0x0c + ofs) /* SAI Transmit Configuration 3 */ |
| 21 | #define FSL_SAI_TCR4(ofs) (0x10 + ofs) /* SAI Transmit Configuration 4 */ |
| 22 | #define FSL_SAI_TCR5(ofs) (0x14 + ofs) /* SAI Transmit Configuration 5 */ |
Daniel Baluta | 5f0ac20 | 2019-08-06 18:12:10 +0300 | [diff] [blame] | 23 | #define FSL_SAI_TDR0 0x20 /* SAI Transmit Data 0 */ |
| 24 | #define FSL_SAI_TDR1 0x24 /* SAI Transmit Data 1 */ |
| 25 | #define FSL_SAI_TDR2 0x28 /* SAI Transmit Data 2 */ |
| 26 | #define FSL_SAI_TDR3 0x2C /* SAI Transmit Data 3 */ |
| 27 | #define FSL_SAI_TDR4 0x30 /* SAI Transmit Data 4 */ |
| 28 | #define FSL_SAI_TDR5 0x34 /* SAI Transmit Data 5 */ |
| 29 | #define FSL_SAI_TDR6 0x38 /* SAI Transmit Data 6 */ |
| 30 | #define FSL_SAI_TDR7 0x3C /* SAI Transmit Data 7 */ |
| 31 | #define FSL_SAI_TFR0 0x40 /* SAI Transmit FIFO 0 */ |
| 32 | #define FSL_SAI_TFR1 0x44 /* SAI Transmit FIFO 1 */ |
| 33 | #define FSL_SAI_TFR2 0x48 /* SAI Transmit FIFO 2 */ |
| 34 | #define FSL_SAI_TFR3 0x4C /* SAI Transmit FIFO 3 */ |
| 35 | #define FSL_SAI_TFR4 0x50 /* SAI Transmit FIFO 4 */ |
| 36 | #define FSL_SAI_TFR5 0x54 /* SAI Transmit FIFO 5 */ |
| 37 | #define FSL_SAI_TFR6 0x58 /* SAI Transmit FIFO 6 */ |
| 38 | #define FSL_SAI_TFR7 0x5C /* SAI Transmit FIFO 7 */ |
Xiubo Li | 78957fc | 2014-02-08 14:38:28 +0800 | [diff] [blame] | 39 | #define FSL_SAI_TMR 0x60 /* SAI Transmit Mask */ |
Daniel Baluta | 4f7a072 | 2019-08-06 18:12:12 +0300 | [diff] [blame] | 40 | #define FSL_SAI_RCSR(ofs) (0x80 + ofs) /* SAI Receive Control */ |
| 41 | #define FSL_SAI_RCR1(ofs) (0x84 + ofs)/* SAI Receive Configuration 1 */ |
| 42 | #define FSL_SAI_RCR2(ofs) (0x88 + ofs) /* SAI Receive Configuration 2 */ |
| 43 | #define FSL_SAI_RCR3(ofs) (0x8c + ofs) /* SAI Receive Configuration 3 */ |
| 44 | #define FSL_SAI_RCR4(ofs) (0x90 + ofs) /* SAI Receive Configuration 4 */ |
| 45 | #define FSL_SAI_RCR5(ofs) (0x94 + ofs) /* SAI Receive Configuration 5 */ |
Daniel Baluta | 5f0ac20 | 2019-08-06 18:12:10 +0300 | [diff] [blame] | 46 | #define FSL_SAI_RDR0 0xa0 /* SAI Receive Data 0 */ |
| 47 | #define FSL_SAI_RDR1 0xa4 /* SAI Receive Data 1 */ |
| 48 | #define FSL_SAI_RDR2 0xa8 /* SAI Receive Data 2 */ |
| 49 | #define FSL_SAI_RDR3 0xac /* SAI Receive Data 3 */ |
| 50 | #define FSL_SAI_RDR4 0xb0 /* SAI Receive Data 4 */ |
| 51 | #define FSL_SAI_RDR5 0xb4 /* SAI Receive Data 5 */ |
| 52 | #define FSL_SAI_RDR6 0xb8 /* SAI Receive Data 6 */ |
| 53 | #define FSL_SAI_RDR7 0xbc /* SAI Receive Data 7 */ |
| 54 | #define FSL_SAI_RFR0 0xc0 /* SAI Receive FIFO 0 */ |
| 55 | #define FSL_SAI_RFR1 0xc4 /* SAI Receive FIFO 1 */ |
| 56 | #define FSL_SAI_RFR2 0xc8 /* SAI Receive FIFO 2 */ |
| 57 | #define FSL_SAI_RFR3 0xcc /* SAI Receive FIFO 3 */ |
| 58 | #define FSL_SAI_RFR4 0xd0 /* SAI Receive FIFO 4 */ |
| 59 | #define FSL_SAI_RFR5 0xd4 /* SAI Receive FIFO 5 */ |
| 60 | #define FSL_SAI_RFR6 0xd8 /* SAI Receive FIFO 6 */ |
| 61 | #define FSL_SAI_RFR7 0xdc /* SAI Receive FIFO 7 */ |
Xiubo Li | 78957fc | 2014-02-08 14:38:28 +0800 | [diff] [blame] | 62 | #define FSL_SAI_RMR 0xe0 /* SAI Receive Mask */ |
| 63 | |
Daniel Baluta | 4f7a072 | 2019-08-06 18:12:12 +0300 | [diff] [blame] | 64 | #define FSL_SAI_xCSR(tx, ofs) (tx ? FSL_SAI_TCSR(ofs) : FSL_SAI_RCSR(ofs)) |
| 65 | #define FSL_SAI_xCR1(tx, ofs) (tx ? FSL_SAI_TCR1(ofs) : FSL_SAI_RCR1(ofs)) |
| 66 | #define FSL_SAI_xCR2(tx, ofs) (tx ? FSL_SAI_TCR2(ofs) : FSL_SAI_RCR2(ofs)) |
| 67 | #define FSL_SAI_xCR3(tx, ofs) (tx ? FSL_SAI_TCR3(ofs) : FSL_SAI_RCR3(ofs)) |
| 68 | #define FSL_SAI_xCR4(tx, ofs) (tx ? FSL_SAI_TCR4(ofs) : FSL_SAI_RCR4(ofs)) |
| 69 | #define FSL_SAI_xCR5(tx, ofs) (tx ? FSL_SAI_TCR5(ofs) : FSL_SAI_RCR5(ofs)) |
| 70 | #define FSL_SAI_xDR(tx, ofs) (tx ? FSL_SAI_TDR(ofs) : FSL_SAI_RDR(ofs)) |
| 71 | #define FSL_SAI_xFR(tx, ofs) (tx ? FSL_SAI_TFR(ofs) : FSL_SAI_RFR(ofs)) |
Nicolin Chen | e6b3984 | 2014-04-01 11:17:06 +0800 | [diff] [blame] | 72 | #define FSL_SAI_xMR(tx) (tx ? FSL_SAI_TMR : FSL_SAI_RMR) |
| 73 | |
Xiubo Li | dcfcf2c | 2015-08-12 14:38:18 +0800 | [diff] [blame] | 74 | /* SAI Transmit/Receive Control Register */ |
Xiubo Li | 4355082 | 2013-12-17 11:24:38 +0800 | [diff] [blame] | 75 | #define FSL_SAI_CSR_TERE BIT(31) |
Nicolin Chen | e2681a1 | 2014-03-27 19:06:59 +0800 | [diff] [blame] | 76 | #define FSL_SAI_CSR_FR BIT(25) |
Nicolin Chen | 376d1a9 | 2014-08-05 17:20:21 +0800 | [diff] [blame] | 77 | #define FSL_SAI_CSR_SR BIT(24) |
Nicolin Chen | e2681a1 | 2014-03-27 19:06:59 +0800 | [diff] [blame] | 78 | #define FSL_SAI_CSR_xF_SHIFT 16 |
| 79 | #define FSL_SAI_CSR_xF_W_SHIFT 18 |
| 80 | #define FSL_SAI_CSR_xF_MASK (0x1f << FSL_SAI_CSR_xF_SHIFT) |
| 81 | #define FSL_SAI_CSR_xF_W_MASK (0x7 << FSL_SAI_CSR_xF_W_SHIFT) |
| 82 | #define FSL_SAI_CSR_WSF BIT(20) |
| 83 | #define FSL_SAI_CSR_SEF BIT(19) |
| 84 | #define FSL_SAI_CSR_FEF BIT(18) |
Xiubo Li | 4355082 | 2013-12-17 11:24:38 +0800 | [diff] [blame] | 85 | #define FSL_SAI_CSR_FWF BIT(17) |
Nicolin Chen | e2681a1 | 2014-03-27 19:06:59 +0800 | [diff] [blame] | 86 | #define FSL_SAI_CSR_FRF BIT(16) |
| 87 | #define FSL_SAI_CSR_xIE_SHIFT 8 |
Nicolin Chen | 8abba5d | 2014-04-01 11:17:07 +0800 | [diff] [blame] | 88 | #define FSL_SAI_CSR_xIE_MASK (0x1f << FSL_SAI_CSR_xIE_SHIFT) |
Nicolin Chen | e2681a1 | 2014-03-27 19:06:59 +0800 | [diff] [blame] | 89 | #define FSL_SAI_CSR_WSIE BIT(12) |
| 90 | #define FSL_SAI_CSR_SEIE BIT(11) |
| 91 | #define FSL_SAI_CSR_FEIE BIT(10) |
| 92 | #define FSL_SAI_CSR_FWIE BIT(9) |
Xiubo Li | 4355082 | 2013-12-17 11:24:38 +0800 | [diff] [blame] | 93 | #define FSL_SAI_CSR_FRIE BIT(8) |
| 94 | #define FSL_SAI_CSR_FRDE BIT(0) |
| 95 | |
Xiubo Li | dcfcf2c | 2015-08-12 14:38:18 +0800 | [diff] [blame] | 96 | /* SAI Transmit and Receive Configuration 1 Register */ |
Xiubo Li | 78957fc | 2014-02-08 14:38:28 +0800 | [diff] [blame] | 97 | #define FSL_SAI_CR1_RFW_MASK 0x1f |
Xiubo Li | 4355082 | 2013-12-17 11:24:38 +0800 | [diff] [blame] | 98 | |
Xiubo Li | dcfcf2c | 2015-08-12 14:38:18 +0800 | [diff] [blame] | 99 | /* SAI Transmit and Receive Configuration 2 Register */ |
Xiubo Li | 4355082 | 2013-12-17 11:24:38 +0800 | [diff] [blame] | 100 | #define FSL_SAI_CR2_SYNC BIT(30) |
Zidan Wang | c3ecef2 | 2015-05-11 18:24:41 +0800 | [diff] [blame] | 101 | #define FSL_SAI_CR2_MSEL_MASK (0x3 << 26) |
Xiubo Li | 4355082 | 2013-12-17 11:24:38 +0800 | [diff] [blame] | 102 | #define FSL_SAI_CR2_MSEL_BUS 0 |
| 103 | #define FSL_SAI_CR2_MSEL_MCLK1 BIT(26) |
| 104 | #define FSL_SAI_CR2_MSEL_MCLK2 BIT(27) |
| 105 | #define FSL_SAI_CR2_MSEL_MCLK3 (BIT(26) | BIT(27)) |
Zidan Wang | c3ecef2 | 2015-05-11 18:24:41 +0800 | [diff] [blame] | 106 | #define FSL_SAI_CR2_MSEL(ID) ((ID) << 26) |
Xiubo Li | 4355082 | 2013-12-17 11:24:38 +0800 | [diff] [blame] | 107 | #define FSL_SAI_CR2_BCP BIT(25) |
| 108 | #define FSL_SAI_CR2_BCD_MSTR BIT(24) |
Zidan Wang | c3ecef2 | 2015-05-11 18:24:41 +0800 | [diff] [blame] | 109 | #define FSL_SAI_CR2_DIV_MASK 0xff |
Xiubo Li | 4355082 | 2013-12-17 11:24:38 +0800 | [diff] [blame] | 110 | |
Xiubo Li | dcfcf2c | 2015-08-12 14:38:18 +0800 | [diff] [blame] | 111 | /* SAI Transmit and Receive Configuration 3 Register */ |
Xiubo Li | 4355082 | 2013-12-17 11:24:38 +0800 | [diff] [blame] | 112 | #define FSL_SAI_CR3_TRCE BIT(16) |
Daniel Baluta | b84f50b0 | 2019-08-06 18:12:11 +0300 | [diff] [blame] | 113 | #define FSL_SAI_CR3_TRCE_MASK GENMASK(23, 16) |
Xiubo Li | 4355082 | 2013-12-17 11:24:38 +0800 | [diff] [blame] | 114 | #define FSL_SAI_CR3_WDFL(x) (x) |
| 115 | #define FSL_SAI_CR3_WDFL_MASK 0x1f |
| 116 | |
Xiubo Li | dcfcf2c | 2015-08-12 14:38:18 +0800 | [diff] [blame] | 117 | /* SAI Transmit and Receive Configuration 4 Register */ |
Xiubo Li | 4355082 | 2013-12-17 11:24:38 +0800 | [diff] [blame] | 118 | #define FSL_SAI_CR4_FRSZ(x) (((x) - 1) << 16) |
| 119 | #define FSL_SAI_CR4_FRSZ_MASK (0x1f << 16) |
| 120 | #define FSL_SAI_CR4_SYWD(x) (((x) - 1) << 8) |
| 121 | #define FSL_SAI_CR4_SYWD_MASK (0x1f << 8) |
| 122 | #define FSL_SAI_CR4_MF BIT(4) |
| 123 | #define FSL_SAI_CR4_FSE BIT(3) |
| 124 | #define FSL_SAI_CR4_FSP BIT(1) |
| 125 | #define FSL_SAI_CR4_FSD_MSTR BIT(0) |
| 126 | |
Xiubo Li | dcfcf2c | 2015-08-12 14:38:18 +0800 | [diff] [blame] | 127 | /* SAI Transmit and Receive Configuration 5 Register */ |
Xiubo Li | 4355082 | 2013-12-17 11:24:38 +0800 | [diff] [blame] | 128 | #define FSL_SAI_CR5_WNW(x) (((x) - 1) << 24) |
| 129 | #define FSL_SAI_CR5_WNW_MASK (0x1f << 24) |
| 130 | #define FSL_SAI_CR5_W0W(x) (((x) - 1) << 16) |
| 131 | #define FSL_SAI_CR5_W0W_MASK (0x1f << 16) |
| 132 | #define FSL_SAI_CR5_FBT(x) ((x) << 8) |
| 133 | #define FSL_SAI_CR5_FBT_MASK (0x1f << 8) |
| 134 | |
| 135 | /* SAI type */ |
| 136 | #define FSL_SAI_DMA BIT(0) |
| 137 | #define FSL_SAI_USE_AC97 BIT(1) |
| 138 | #define FSL_SAI_NET BIT(2) |
| 139 | #define FSL_SAI_TRA_SYN BIT(3) |
| 140 | #define FSL_SAI_REC_SYN BIT(4) |
| 141 | #define FSL_SAI_USE_I2S_SLAVE BIT(5) |
| 142 | |
| 143 | #define FSL_FMT_TRANSMITTER 0 |
| 144 | #define FSL_FMT_RECEIVER 1 |
| 145 | |
| 146 | /* SAI clock sources */ |
| 147 | #define FSL_SAI_CLK_BUS 0 |
| 148 | #define FSL_SAI_CLK_MAST1 1 |
| 149 | #define FSL_SAI_CLK_MAST2 2 |
| 150 | #define FSL_SAI_CLK_MAST3 3 |
| 151 | |
Zidan Wang | c3ecef2 | 2015-05-11 18:24:41 +0800 | [diff] [blame] | 152 | #define FSL_SAI_MCLK_MAX 4 |
Nicolin Chen | ca3e35c | 2014-04-10 23:26:15 +0800 | [diff] [blame] | 153 | |
Xiubo Li | 4355082 | 2013-12-17 11:24:38 +0800 | [diff] [blame] | 154 | /* SAI data transfer numbers per DMA request */ |
| 155 | #define FSL_SAI_MAXBURST_TX 6 |
| 156 | #define FSL_SAI_MAXBURST_RX 6 |
| 157 | |
Lucas Stach | 89c9679 | 2019-07-17 12:56:33 +0200 | [diff] [blame] | 158 | struct fsl_sai_soc_data { |
| 159 | bool use_imx_pcm; |
Mihai Serban | e75f494 | 2019-09-13 22:28:05 +0300 | [diff] [blame] | 160 | bool use_edma; |
Lucas Stach | bd51770 | 2019-07-17 12:56:34 +0200 | [diff] [blame] | 161 | unsigned int fifo_depth; |
Daniel Baluta | 4f7a072 | 2019-08-06 18:12:12 +0300 | [diff] [blame] | 162 | unsigned int reg_offset; |
Lucas Stach | 89c9679 | 2019-07-17 12:56:33 +0200 | [diff] [blame] | 163 | }; |
| 164 | |
Xiubo Li | 4355082 | 2013-12-17 11:24:38 +0800 | [diff] [blame] | 165 | struct fsl_sai { |
Nicolin Chen | e2681a1 | 2014-03-27 19:06:59 +0800 | [diff] [blame] | 166 | struct platform_device *pdev; |
Xiubo Li | 78957fc | 2014-02-08 14:38:28 +0800 | [diff] [blame] | 167 | struct regmap *regmap; |
Nicolin Chen | ca3e35c | 2014-04-10 23:26:15 +0800 | [diff] [blame] | 168 | struct clk *bus_clk; |
| 169 | struct clk *mclk_clk[FSL_SAI_MCLK_MAX]; |
Xiubo Li | 4355082 | 2013-12-17 11:24:38 +0800 | [diff] [blame] | 170 | |
Zidan Wang | c3ecef2 | 2015-05-11 18:24:41 +0800 | [diff] [blame] | 171 | bool is_slave_mode; |
Xiubo Li | eadb001 | 2014-08-29 15:12:12 +0800 | [diff] [blame] | 172 | bool is_lsb_first; |
Xiubo Li | a3f7dcc | 2014-02-27 08:45:01 +0800 | [diff] [blame] | 173 | bool is_dsp_mode; |
Nicolin Chen | 08fdf65 | 2014-08-05 15:32:05 +0800 | [diff] [blame] | 174 | bool synchronous[2]; |
Xiubo Li | 4355082 | 2013-12-17 11:24:38 +0800 | [diff] [blame] | 175 | |
Zidan Wang | c3ecef2 | 2015-05-11 18:24:41 +0800 | [diff] [blame] | 176 | unsigned int mclk_id[2]; |
| 177 | unsigned int mclk_streams; |
Zidan Wang | c1df296 | 2015-11-24 15:31:54 +0800 | [diff] [blame] | 178 | unsigned int slots; |
| 179 | unsigned int slot_width; |
Viorel Suman | 63d1a34 | 2019-08-31 00:59:10 +0300 | [diff] [blame] | 180 | unsigned int bclk_ratio; |
Zidan Wang | c1df296 | 2015-11-24 15:31:54 +0800 | [diff] [blame] | 181 | |
Lucas Stach | 89c9679 | 2019-07-17 12:56:33 +0200 | [diff] [blame] | 182 | const struct fsl_sai_soc_data *soc_data; |
Xiubo Li | 4355082 | 2013-12-17 11:24:38 +0800 | [diff] [blame] | 183 | struct snd_dmaengine_dai_dma_data dma_params_rx; |
| 184 | struct snd_dmaengine_dai_dma_data dma_params_tx; |
| 185 | }; |
| 186 | |
Nicolin Chen | 08fdf65 | 2014-08-05 15:32:05 +0800 | [diff] [blame] | 187 | #define TX 1 |
| 188 | #define RX 0 |
| 189 | |
Xiubo Li | 4355082 | 2013-12-17 11:24:38 +0800 | [diff] [blame] | 190 | #endif /* __FSL_SAI_H */ |