Home
last modified time | relevance | path

Searched refs:I2S_CLR (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/pwm/
H A Dpwm-rockchip-i2s.c59 #define I2S_CLR (0x0020) macro
248 val = readl_relaxed(pc->base + I2S_CLR); in rockchip_i2s_pwm_enable()
250 writel_relaxed(val | I2S_CLR_TXC, pc->base + I2S_CLR); in rockchip_i2s_pwm_enable()
254 val = readl_relaxed(pc->base + I2S_CLR); in rockchip_i2s_pwm_enable()
/OK3568_Linux_fs/kernel/sound/soc/rockchip/
H A Drockchip_i2s.c128 regmap_update_bits(i2s->regmap, I2S_CLR, clr, clr); in rockchip_i2s_clear()
130 ret = regmap_read_poll_timeout_atomic(i2s->regmap, I2S_CLR, val, in rockchip_i2s_clear()
623 case I2S_CLR: in rockchip_i2s_wr_reg()
640 case I2S_CLR: in rockchip_i2s_rd_reg()
655 case I2S_CLR: in rockchip_i2s_volatile_reg()
H A Drockchip_i2s.h237 #define I2S_CLR (0x0020) macro
H A Drockchip_i2s_tdm.c482 regmap_update_bits(i2s_tdm->regmap, I2S_CLR, clr, clr); in rockchip_i2s_tdm_clear()
483 ret = regmap_read_poll_timeout_atomic(i2s_tdm->regmap, I2S_CLR, val, in rockchip_i2s_tdm_clear()
503 regmap_update_bits(i2s_tdm->regmap, I2S_CLR, clr, clr); in rockchip_i2s_tdm_clear()
504 ret = regmap_read_poll_timeout_atomic(i2s_tdm->regmap, I2S_CLR, val, in rockchip_i2s_tdm_clear()
2035 case I2S_CLR: in rockchip_i2s_tdm_wr_reg()
2055 case I2S_CLR: in rockchip_i2s_tdm_rd_reg()
2076 case I2S_CLR: in rockchip_i2s_tdm_volatile_reg()
H A Drockchip_i2s_tdm.h313 #define I2S_CLR (0x0020) macro
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Drk_dsm.h51 #define I2S_CLR 0x0120 macro
H A Drk_codec_digital.c556 regmap_update_bits(rcd->regmap, I2S_CLR, in rk_codec_digital_disable_sync()
788 regmap_update_bits(rcd->regmap, I2S_CLR, in rk_codec_digital_pcm_shutdown()
800 regmap_update_bits(rcd->regmap, I2S_CLR, in rk_codec_digital_pcm_shutdown()
H A Drk_codec_digital.h71 #define I2S_CLR 0x0320 macro
H A Drk_dsm.c411 regmap_update_bits(rd->regmap, I2S_CLR, in rk_dsm_pcm_shutdown()
/OK3568_Linux_fs/u-boot/drivers/sound/
H A Drockchip-i2s.c103 i2s_reg_update_bits(dev, I2S_CLR, in rk_i2s_txctrl()
H A Drockchip-i2s.h18 #define I2S_CLR (0x0020) macro