BRGACR 221 sound/soc/sh/dma-sh7760.c unsigned long acr = BRGREG(BRGACR) & ~(ACR_TDS | ACR_RDS); BRGACR 223 sound/soc/sh/dma-sh7760.c BRGREG(BRGACR) = acr | ACR_TDE | ACR_TAR | ACR_TAM_2WORD; BRGACR 228 sound/soc/sh/dma-sh7760.c unsigned long acr = BRGREG(BRGACR) & ~(ACR_TDS | ACR_RDS); BRGACR 230 sound/soc/sh/dma-sh7760.c BRGREG(BRGACR) = acr | ACR_TDS; BRGACR 235 sound/soc/sh/dma-sh7760.c unsigned long acr = BRGREG(BRGACR) & ~(ACR_TDS | ACR_RDS); BRGACR 237 sound/soc/sh/dma-sh7760.c BRGREG(BRGACR) = acr | ACR_RDE | ACR_RAR | ACR_RAM_2WORD; BRGACR 242 sound/soc/sh/dma-sh7760.c unsigned long acr = BRGREG(BRGACR) & ~(ACR_TDS | ACR_RDS); BRGACR 244 sound/soc/sh/dma-sh7760.c BRGREG(BRGACR) = acr | ACR_RDS;