DMA_32BIT_MASK     46 arch/x86/kernel/pci-dma.c 	.coherent_dma_mask = DMA_32BIT_MASK,
DMA_32BIT_MASK    156 arch/x86/kernel/pci-dma.c 		if (dma_mask < DMA_32BIT_MASK && !(flag & GFP_DMA)) {
DMA_32BIT_MASK     18 arch/x86/kernel/pci-nommu.c 		if (*hwdev->dma_mask >= DMA_32BIT_MASK)
DMA_32BIT_MASK    251 include/asm-x86/dma-mapping.h 		dma_mask = (gfp & GFP_DMA) ? DMA_24BIT_MASK : DMA_32BIT_MASK;
DMA_32BIT_MASK    261 include/asm-x86/dma-mapping.h 	if (dma_mask <= DMA_32BIT_MASK && !(gfp & GFP_DMA))
DMA_32BIT_MASK     70 include/linux/dma-mapping.h 	return DMA_32BIT_MASK;
DMA_32BIT_MASK    860 include/linux/i2o.h 		if (pci_set_dma_mask(pdev, DMA_32BIT_MASK))
DMA_32BIT_MASK    912 sound/pci/ad1889.c 	if (pci_set_dma_mask(pci, DMA_32BIT_MASK) < 0 ||
DMA_32BIT_MASK    913 sound/pci/ad1889.c 	    pci_set_consistent_dma_mask(pci, DMA_32BIT_MASK) < 0) {
DMA_32BIT_MASK    154 sound/pci/au88x0/au88x0.c 	if (pci_set_dma_mask(pci, DMA_32BIT_MASK) < 0 ||
DMA_32BIT_MASK    155 sound/pci/au88x0/au88x0.c 	    pci_set_consistent_dma_mask(pci, DMA_32BIT_MASK) < 0) {
DMA_32BIT_MASK    282 sound/pci/aw2/aw2-alsa.c 	if ((pci_set_dma_mask(pci, DMA_32BIT_MASK) < 0) ||
DMA_32BIT_MASK    283 sound/pci/aw2/aw2-alsa.c 	    (pci_set_consistent_dma_mask(pci, DMA_32BIT_MASK) < 0)) {
DMA_32BIT_MASK   1321 sound/pci/ca0106/ca0106_main.c 	if (pci_set_dma_mask(pci, DMA_32BIT_MASK) < 0 ||
DMA_32BIT_MASK   1322 sound/pci/ca0106/ca0106_main.c 	    pci_set_consistent_dma_mask(pci, DMA_32BIT_MASK) < 0) {
DMA_32BIT_MASK    278 sound/pci/cs5535audio/cs5535audio.c 	if (pci_set_dma_mask(pci, DMA_32BIT_MASK) < 0 ||
DMA_32BIT_MASK    279 sound/pci/cs5535audio/cs5535audio.c 	    pci_set_consistent_dma_mask(pci, DMA_32BIT_MASK) < 0) {
DMA_32BIT_MASK   1292 sound/pci/mixart/mixart.c 	if (pci_set_dma_mask(pci, DMA_32BIT_MASK) < 0) {
DMA_32BIT_MASK   1219 sound/pci/pcxhr/pcxhr.c 	if (pci_set_dma_mask(pci, DMA_32BIT_MASK) < 0) {
DMA_32BIT_MASK    417 sound/soc/blackfin/bf5xx-ac97-pcm.c static u64 bf5xx_pcm_dmamask = DMA_32BIT_MASK;
DMA_32BIT_MASK    428 sound/soc/blackfin/bf5xx-ac97-pcm.c 		card->dev->coherent_dma_mask = DMA_32BIT_MASK;
DMA_32BIT_MASK    248 sound/soc/blackfin/bf5xx-i2s-pcm.c static u64 bf5xx_pcm_dmamask = DMA_32BIT_MASK;
DMA_32BIT_MASK    259 sound/soc/blackfin/bf5xx-i2s-pcm.c 		card->dev->coherent_dma_mask = DMA_32BIT_MASK;
DMA_32BIT_MASK    329 sound/soc/omap/omap-pcm.c 		card->dev->coherent_dma_mask = DMA_32BIT_MASK;
DMA_32BIT_MASK     84 sound/soc/pxa/pxa2xx-pcm.c static u64 pxa2xx_pcm_dmamask = DMA_32BIT_MASK;
DMA_32BIT_MASK     94 sound/soc/pxa/pxa2xx-pcm.c 		card->dev->coherent_dma_mask = DMA_32BIT_MASK;
DMA_32BIT_MASK    429 sound/soc/s3c24xx/s3c24xx-pcm.c static u64 s3c24xx_pcm_dmamask = DMA_32BIT_MASK;