Searched refs:REG_EASRC_CS0 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/sound/soc/fsl/ |
H A D | fsl_easrc.c | 140 SOC_SINGLE_REG_RW("Context 0 IEC958 CS0", REG_EASRC_CS0(0)), 141 SOC_SINGLE_REG_RW("Context 1 IEC958 CS0", REG_EASRC_CS0(1)), 142 SOC_SINGLE_REG_RW("Context 2 IEC958 CS0", REG_EASRC_CS0(2)), 143 SOC_SINGLE_REG_RW("Context 3 IEC958 CS0", REG_EASRC_CS0(3)), 1677 {REG_EASRC_CS0(0), 0x00000000}, 1678 {REG_EASRC_CS0(1), 0x00000000}, 1679 {REG_EASRC_CS0(2), 0x00000000}, 1680 {REG_EASRC_CS0(3), 0x00000000},
|
H A D | fsl_easrc.h | 67 #define REG_EASRC_CS0(ctx) (0x180 + 4 * (ctx)) macro
|