Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/soc/sh/
A Ddma-sh7760.c30 #define BRGACR 0x10 macro
214 unsigned long acr = BRGREG(BRGACR) & ~(ACR_TDS | ACR_RDS); in dmabrg_play_dma_start()
216 BRGREG(BRGACR) = acr | ACR_TDE | ACR_TAR | ACR_TAM_2WORD; in dmabrg_play_dma_start()
221 unsigned long acr = BRGREG(BRGACR) & ~(ACR_TDS | ACR_RDS); in dmabrg_play_dma_stop()
223 BRGREG(BRGACR) = acr | ACR_TDS; in dmabrg_play_dma_stop()
228 unsigned long acr = BRGREG(BRGACR) & ~(ACR_TDS | ACR_RDS); in dmabrg_rec_dma_start()
230 BRGREG(BRGACR) = acr | ACR_RDE | ACR_RAR | ACR_RAM_2WORD; 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 4 milliseconds