Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/amiga/amiga/
Dcc.c463 static u_long chip_size; /* size of it all. */ variable
471 chip_size = chipmem_end - (chipmem_start + PAGE_SIZE); in cc_init_chipmem()
472 chip_total = chip_size - sizeof(*mem); in cc_init_chipmem()
474 mem = (struct mem_node *)chipmem_steal(chip_size); in cc_init_chipmem()