Home
last modified time | relevance | path

Searched refs:ACR_RDS (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/sh/
H A Ddma-sh7760.c35 #define ACR_RDS (1 << 17) macro
215 unsigned long acr = BRGREG(BRGACR) & ~(ACR_TDS | ACR_RDS); in dmabrg_play_dma_start()
222 unsigned long acr = BRGREG(BRGACR) & ~(ACR_TDS | ACR_RDS); in dmabrg_play_dma_stop()
229 unsigned long acr = BRGREG(BRGACR) & ~(ACR_TDS | ACR_RDS); in dmabrg_rec_dma_start()
236 unsigned long acr = BRGREG(BRGACR) & ~(ACR_TDS | ACR_RDS); in dmabrg_rec_dma_stop()
238 BRGREG(BRGACR) = acr | ACR_RDS; in dmabrg_rec_dma_stop()
/kernel/linux/linux-6.6/sound/soc/sh/
H A Ddma-sh7760.c35 #define ACR_RDS (1 << 17) macro
214 unsigned long acr = BRGREG(BRGACR) & ~(ACR_TDS | ACR_RDS); in dmabrg_play_dma_start()
221 unsigned long acr = BRGREG(BRGACR) & ~(ACR_TDS | ACR_RDS); in dmabrg_play_dma_stop()
228 unsigned long acr = BRGREG(BRGACR) & ~(ACR_TDS | ACR_RDS); in dmabrg_rec_dma_start()
235 unsigned long acr = BRGREG(BRGACR) & ~(ACR_TDS | ACR_RDS); in dmabrg_rec_dma_stop()
237 BRGREG(BRGACR) = acr | ACR_RDS; in dmabrg_rec_dma_stop()

Completed in 2 milliseconds