Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/atari/atari/
H A Datari_init.c142 #define ST_POOL_SIZE_MIN 24 /* for DMA bounce buffers */ macro
294 if (st_pool_size > ST_POOL_SIZE_MIN * PAGE_SIZE && in start_c()
296 st_pool_size = ST_POOL_SIZE_MIN * PAGE_SIZE; in start_c()