Home
last modified time | relevance | path

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

/arch/frv/kernel/
Dsetup.c101 unsigned long __nongprelbss dma_coherent_mem_start; variable
694 dma_coherent_mem_start = ampr & xAMPRx_PPFN; in reserve_dma_coherent()
698 dma_coherent_mem_end = dma_coherent_mem_start + ampr; in reserve_dma_coherent()
701 dma_coherent_mem_start, dma_coherent_mem_end); in reserve_dma_coherent()
1005 if (dma_coherent_mem_start) in setup_uclinux_memory()
1006 reserve_bootmem(dma_coherent_mem_start, in setup_uclinux_memory()
1007 dma_coherent_mem_end - dma_coherent_mem_start, in setup_uclinux_memory()
/arch/frv/mb93090-mb00/
Dpci-dma-nommu.c21 #define DMA_SRAM_START dma_coherent_mem_start
Dpci-vdk.c366 dma_coherent_mem_start, dma_coherent_mem_end); in pcibios_init()
/arch/frv/include/asm/
Ddma-mapping.h18 extern unsigned long __nongprelbss dma_coherent_mem_start;