Searched refs:REG_EASRC_CS0 (Results 1 – 2 of 2) sorted by relevance
| /linux/sound/soc/fsl/ |
| H A D | fsl_easrc.c | 146 SOC_SINGLE_REG_RW("Context 0 IEC958 CS0", REG_EASRC_CS0(0)), 147 SOC_SINGLE_REG_RW("Context 1 IEC958 CS0", REG_EASRC_CS0(1)), 148 SOC_SINGLE_REG_RW("Context 2 IEC958 CS0", REG_EASRC_CS0(2)), 149 SOC_SINGLE_REG_RW("Context 3 IEC958 CS0", REG_EASRC_CS0(3)), 1686 {REG_EASRC_CS0(0), 0x00000000}, 1687 {REG_EASRC_CS0(1), 0x00000000}, 1688 {REG_EASRC_CS0(2), 0x00000000}, 1689 {REG_EASRC_CS0(3), 0x00000000},
|
| H A D | fsl_easrc.h | 67 #define REG_EASRC_CS0(ctx) (0x180 + 4 * (ctx)) macro
|