Searched refs:REG_EASRC_CS4 (Results 1 – 2 of 2) sorted by relevance
| /linux/sound/soc/fsl/ |
| H A D | fsl_easrc.c | 162 SOC_SINGLE_REG_RW("Context 0 IEC958 CS4", REG_EASRC_CS4(0)), 163 SOC_SINGLE_REG_RW("Context 1 IEC958 CS4", REG_EASRC_CS4(1)), 164 SOC_SINGLE_REG_RW("Context 2 IEC958 CS4", REG_EASRC_CS4(2)), 165 SOC_SINGLE_REG_RW("Context 3 IEC958 CS4", REG_EASRC_CS4(3)), 1702 {REG_EASRC_CS4(0), 0x00000000}, 1703 {REG_EASRC_CS4(1), 0x00000000}, 1704 {REG_EASRC_CS4(2), 0x00000000}, 1705 {REG_EASRC_CS4(3), 0x00000000},
|
| H A D | fsl_easrc.h | 75 #define REG_EASRC_CS4(ctx) (0x1C0 + 4 * (ctx)) macro
|