Home
last modified time | relevance | path

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

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