Searched refs:ASRCFG_INIRQi_MASK (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/sound/soc/fsl/ | ||
D | fsl_asrc.h | 131 #define ASRCFG_INIRQi_MASK(i) (1 << ASRCFG_INIRQi_SHIFT(i)) macro |
D | fsl_asrc.c | 405 reg &= ASRCFG_INIRQi_MASK(index); in fsl_asrc_start_pair() |