Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/fsl/
Dfsl_ssi.c150 case REG_SSI_SOR: in fsl_ssi_volatile_reg()
412 regmap_update_bits(ssi->regs, REG_SSI_SOR, in fsl_ssi_config_enable()
562 regmap_update_bits(ssi->regs, REG_SSI_SOR, in fsl_ssi_config_disable()
627 regmap_write(regs, REG_SSI_SOR, SSI_SOR_WAIT(3)); in fsl_ssi_setup_ac97()
1279 regmap_write(ssi->regs, REG_SSI_SOR, 0); in fsl_ssi_hw_clean()
Dfsl_ssi.h54 #define REG_SSI_SOR 0x34 macro