Searched refs:I2S_CLR (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/pwm/ |
| H A D | pwm-rockchip-i2s.c | 59 #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 D | rockchip_i2s.c | 128 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 D | rockchip_i2s.h | 237 #define I2S_CLR (0x0020) macro
|
| H A D | rockchip_i2s_tdm.c | 482 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 D | rockchip_i2s_tdm.h | 313 #define I2S_CLR (0x0020) macro
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | rk_dsm.h | 51 #define I2S_CLR 0x0120 macro
|
| H A D | rk_codec_digital.c | 556 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 D | rk_codec_digital.h | 71 #define I2S_CLR 0x0320 macro
|
| H A D | rk_dsm.c | 411 regmap_update_bits(rd->regmap, I2S_CLR, in rk_dsm_pcm_shutdown()
|
| /OK3568_Linux_fs/u-boot/drivers/sound/ |
| H A D | rockchip-i2s.c | 103 i2s_reg_update_bits(dev, I2S_CLR, in rk_i2s_txctrl()
|
| H A D | rockchip-i2s.h | 18 #define I2S_CLR (0x0020) macro
|