Home
last modified time | relevance | path

Searched refs:REG_EASRC_CS0 (Results 1 – 2 of 2) sorted by relevance

/sound/soc/fsl/
Dfsl_easrc.c140 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)),
1676 {REG_EASRC_CS0(0), 0x00000000},
1677 {REG_EASRC_CS0(1), 0x00000000},
1678 {REG_EASRC_CS0(2), 0x00000000},
1679 {REG_EASRC_CS0(3), 0x00000000},
Dfsl_easrc.h67 #define REG_EASRC_CS0(ctx) (0x180 + 4 * (ctx)) macro