Home
last modified time | relevance | path

Searched refs:JZ_AIC_CONF_ENABLE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/jz4740/
H A Djz4740-i2s.c48 #define JZ_AIC_CONF_ENABLE BIT(0) macro
172 conf |= JZ_AIC_CONF_ENABLE; in jz4740_i2s_startup()
188 conf &= ~JZ_AIC_CONF_ENABLE; in jz4740_i2s_shutdown()
369 conf &= ~JZ_AIC_CONF_ENABLE; in jz4740_i2s_suspend()
398 conf |= JZ_AIC_CONF_ENABLE; in jz4740_i2s_resume()
/kernel/linux/linux-6.6/sound/soc/jz4740/
H A Djz4740-i2s.c40 #define JZ_AIC_CONF_ENABLE BIT(0) macro
128 regmap_set_bits(i2s->regmap, JZ_REG_AIC_CONF, JZ_AIC_CONF_ENABLE); in jz4740_i2s_startup()
140 regmap_clear_bits(i2s->regmap, JZ_REG_AIC_CONF, JZ_AIC_CONF_ENABLE); in jz4740_i2s_shutdown()
423 regmap_clear_bits(i2s->regmap, JZ_REG_AIC_CONF, JZ_AIC_CONF_ENABLE); in jz4740_i2s_suspend()
448 regmap_set_bits(i2s->regmap, JZ_REG_AIC_CONF, JZ_AIC_CONF_ENABLE); in jz4740_i2s_resume()

Completed in 3 milliseconds