Home
last modified time | relevance | path

Searched refs:SSI_SOR_WAIT (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/soc/fsl/
H A Dimx-ssi.h150 #define SSI_SOR_WAIT(x) (((x) & 0x3) << 1) macro
H A Dfsl_ssi.h254 #define SSI_SOR_WAIT(x) (((x) & 3) << SSI_SOR_WAIT_SHIFT) macro
H A Dfsl_ssi.c631 regmap_write(regs, REG_SSI_SOR, SSI_SOR_WAIT(3)); in fsl_ssi_setup_ac97()