Searched refs:REG_SSI_SIER (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/fsl/ |
H A D | fsl_ssi.h | 28 #define REG_SSI_SIER 0x18 macro 124 /* SSI Interrupt Enable Register -- REG_SSI_SIER 0x18 */
|
H A D | fsl_ssi.c | 435 regmap_update_bits(ssi->regs, REG_SSI_SIER, sier, sier); in fsl_ssi_config_enable() 555 regmap_update_bits(ssi->regs, REG_SSI_SIER, sier, 0); in fsl_ssi_config_disable()
|
/kernel/linux/linux-6.6/sound/soc/fsl/ |
H A D | fsl_ssi.h | 28 #define REG_SSI_SIER 0x18 macro 124 /* SSI Interrupt Enable Register -- REG_SSI_SIER 0x18 */
|
H A D | fsl_ssi.c | 440 regmap_update_bits(ssi->regs, REG_SSI_SIER, sier, sier); in fsl_ssi_config_enable() 560 regmap_update_bits(ssi->regs, REG_SSI_SIER, sier, 0); in fsl_ssi_config_disable()
|
Completed in 7 milliseconds