BRGACR 238 sound/soc/sh/dma-sh7760.c unsigned long acr = BRGREG(BRGACR) & ~(ACR_TDS | ACR_RDS); BRGACR 240 sound/soc/sh/dma-sh7760.c BRGREG(BRGACR) = acr | ACR_TDE | ACR_TAR | ACR_TAM_2WORD; BRGACR 245 sound/soc/sh/dma-sh7760.c unsigned long acr = BRGREG(BRGACR) & ~(ACR_TDS | ACR_RDS); BRGACR 247 sound/soc/sh/dma-sh7760.c BRGREG(BRGACR) = acr | ACR_TDS; BRGACR 252 sound/soc/sh/dma-sh7760.c unsigned long acr = BRGREG(BRGACR) & ~(ACR_TDS | ACR_RDS); BRGACR 254 sound/soc/sh/dma-sh7760.c BRGREG(BRGACR) = acr | ACR_RDE | ACR_RAR | ACR_RAM_2WORD; BRGACR 259 sound/soc/sh/dma-sh7760.c unsigned long acr = BRGREG(BRGACR) & ~(ACR_TDS | ACR_RDS); BRGACR 261 sound/soc/sh/dma-sh7760.c BRGREG(BRGACR) = acr | ACR_RDS;