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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/sh/
H A Ddma-sh7760.c63 #define BRGREG(x) (*(unsigned long *)(cam->mmio + (x))) macro
216 BRGREG(BRGATXSAR) = (unsigned long)runtime->dma_area;
217 BRGREG(BRGATXTCR) = runtime->dma_bytes;
219 BRGREG(BRGARXDAR) = (unsigned long)runtime->dma_area;
220 BRGREG(BRGARXTCR) = runtime->dma_bytes;
228 unsigned long acr = BRGREG(BRGACR) & ~(ACR_TDS | ACR_RDS);
230 BRGREG(BRGACR) = acr | ACR_TDE | ACR_TAR | ACR_TAM_2WORD;
235 unsigned long acr = BRGREG(BRGACR) & ~(ACR_TDS | ACR_RDS);
237 BRGREG(BRGACR) = acr | ACR_TDS;
242 unsigned long acr = BRGREG(BRGAC
[all...]

Completed in 33 milliseconds