Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/fsl/
H A Dfsl_easrc.c1342 regmap_read(easrc->regmap, REG_EASRC_SFS(ctx->index), &val); in fsl_easrc_stop_context()
1647 {REG_EASRC_SFS(0), 0x00000000},
1648 {REG_EASRC_SFS(1), 0x00000000},
1649 {REG_EASRC_SFS(2), 0x00000000},
1650 {REG_EASRC_SFS(3), 0x00000000},
1730 regmap_reg_range(REG_EASRC_SFS(0), REG_EASRC_SFS(3)),
H A Dfsl_easrc.h43 #define REG_EASRC_SFS(ctx) (0x100 + 4 * (ctx)) macro