Searched refs:REG_EASRC_CS4 (Results 1 – 2 of 2) sorted by relevance
/sound/soc/fsl/ |
D | fsl_easrc.c | 156 SOC_SINGLE_REG_RW("Context 0 IEC958 CS4", REG_EASRC_CS4(0)), 157 SOC_SINGLE_REG_RW("Context 1 IEC958 CS4", REG_EASRC_CS4(1)), 158 SOC_SINGLE_REG_RW("Context 2 IEC958 CS4", REG_EASRC_CS4(2)), 159 SOC_SINGLE_REG_RW("Context 3 IEC958 CS4", REG_EASRC_CS4(3)), 1692 {REG_EASRC_CS4(0), 0x00000000}, 1693 {REG_EASRC_CS4(1), 0x00000000}, 1694 {REG_EASRC_CS4(2), 0x00000000}, 1695 {REG_EASRC_CS4(3), 0x00000000},
|
D | fsl_easrc.h | 75 #define REG_EASRC_CS4(ctx) (0x1C0 + 4 * (ctx)) macro
|