Searched refs:DMA_RESERVE (Results 1 - 1 of 1) sorted by path

/linux-master/arch/hexagon/mm/
H A Dinit.c113 #ifndef DMA_RESERVE
114 #define DMA_RESERVE (4) macro
118 #define DMA_RESERVED_BYTES (DMA_RESERVE * DMA_CHUNKSIZE)
137 size_t hexagon_coherent_pool_size = (size_t) (DMA_RESERVE << 22);
166 * Reserve the top DMA_RESERVE bytes of RAM for DMA (uncached)
199 for (i = 1 ; i <= DMA_RESERVE ; i++)

Completed in 143 milliseconds