Home
last modified time | relevance | path

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

/linux-5.19.10/sound/soc/fsl/
Dfsl_asrc.h54 #define REG_ASRDI(i) (REG_ASRDIA + (i << 3)) macro
56 #define REG_ASRDx(x, i) ((x) == IN ? REG_ASRDI(i) : REG_ASRDO(i))
Dfsl_asrc.c598 regmap_write(asrc->regmap, REG_ASRDI(index), 0); in fsl_asrc_start_pair()