Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/fsl/
Dfsl_ssi.h30 #define REG_SSI_STCR 0x1c macro
33 #define REG_SSI_SxCR(tx) ((tx) ? REG_SSI_STCR : REG_SSI_SRCR)
Dfsl_ssi.c439 regmap_update_bits(ssi->regs, REG_SSI_STCR, stcr, stcr); in fsl_ssi_config_enable()
559 regmap_update_bits(ssi->regs, REG_SSI_STCR, stcr, 0); in fsl_ssi_config_disable()
1023 regmap_update_bits(ssi->regs, REG_SSI_STCR, mask, stcr); in _fsl_ssi_set_dai_fmt()