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.c100 regmap_update_bits(sai->regmap, SAI_INTCR, in rockchip_sai_fsync_lost_detect()
102 regmap_update_bits(sai->regmap, SAI_INTCR, in rockchip_sai_fsync_lost_detect()
123 regmap_update_bits(sai->regmap, SAI_INTCR, in rockchip_sai_fsync_err_detect()
125 regmap_update_bits(sai->regmap, SAI_INTCR, in rockchip_sai_fsync_err_detect()
286 regmap_update_bits(sai->regmap, SAI_INTCR, in rockchip_sai_fifo_xrun_detect()
288 regmap_update_bits(sai->regmap, SAI_INTCR, in rockchip_sai_fifo_xrun_detect()
293 regmap_update_bits(sai->regmap, SAI_INTCR, in rockchip_sai_fifo_xrun_detect()
295 regmap_update_bits(sai->regmap, SAI_INTCR, in rockchip_sai_fifo_xrun_detect()
988 case SAI_INTCR: in rockchip_sai_wr_reg()
1023 case SAI_INTCR: in rockchip_sai_rd_reg()
[all …]
H A Drockchip_sai.h228 #define SAI_INTCR (0x0028) macro