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