Home
last modified time | relevance | path

Searched refs:SAI_INTCR (Results 1 – 2 of 2) sorted by relevance

/linux/sound/soc/rockchip/
H A Drockchip_sai.c99 regmap_update_bits(sai->regmap, SAI_INTCR, in rockchip_sai_fsync_lost_detect()
101 regmap_update_bits(sai->regmap, SAI_INTCR, in rockchip_sai_fsync_lost_detect()
122 regmap_update_bits(sai->regmap, SAI_INTCR, in rockchip_sai_fsync_err_detect()
124 regmap_update_bits(sai->regmap, SAI_INTCR, in rockchip_sai_fsync_err_detect()
285 regmap_update_bits(sai->regmap, SAI_INTCR, in rockchip_sai_fifo_xrun_detect()
287 regmap_update_bits(sai->regmap, SAI_INTCR, in rockchip_sai_fifo_xrun_detect()
292 regmap_update_bits(sai->regmap, SAI_INTCR, in rockchip_sai_fifo_xrun_detect()
294 regmap_update_bits(sai->regmap, SAI_INTCR, in rockchip_sai_fifo_xrun_detect()
983 case SAI_INTCR: in rockchip_sai_wr_reg()
1018 case SAI_INTCR in rockchip_sai_rd_reg()
[all...]
H A Drockchip_sai.h228 #define SAI_INTCR (0x0028) macro