Home
last modified time | relevance | path

Searched refs:I2S_DMACR_TDL_MASK (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/pwm/
H A Dpwm-rockchip-i2s.c38 #define I2S_DMACR_TDL_MASK GENMASK(4, 0) macro
377 val &= ~I2S_DMACR_TDL_MASK; in rockchip_i2s_pwm_hw_params()
/OK3568_Linux_fs/u-boot/drivers/sound/
H A Drockchip-i2s.c84 I2S_DMACR_TDL_MASK | I2S_DMACR_RDL_MASK, in rk_i2s_hw_params()
H A Drockchip-i2s.h147 #define I2S_DMACR_TDL_MASK (0x1f << I2S_DMACR_TDL_SHIFT) macro
/OK3568_Linux_fs/kernel/sound/soc/rockchip/
H A Drockchip_i2s.h142 #define I2S_DMACR_TDL_MASK (0x1f << I2S_DMACR_TDL_SHIFT) macro
H A Drockchip_i2s_tdm.h159 #define I2S_DMACR_TDL_MASK (0x1f << I2S_DMACR_TDL_SHIFT) macro
H A Drockchip_i2s.c415 regmap_update_bits(i2s->regmap, I2S_DMACR, I2S_DMACR_TDL_MASK, in rockchip_i2s_hw_params()
H A Drockchip_i2s_tdm.c2783 regmap_update_bits(i2s_tdm->regmap, I2S_DMACR, I2S_DMACR_TDL_MASK, in rockchip_i2s_tdm_probe()