Searched refs:REG_EASRC_SFS (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/sound/soc/fsl/ |
D | fsl_easrc.c | 1342 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)),
|
D | fsl_easrc.h | 43 #define REG_EASRC_SFS(ctx) (0x100 + 4 * (ctx)) macro
|