Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dacx100.c468 memblk_sz.memblk_size = htole16(ACX_MEMBLOCK_SIZE); in acx100_init_memory()
487 total_memblk = (memblk_end - memblk_start) / ACX_MEMBLOCK_SIZE; in acx100_init_memory()
502 (ACX_MEMBLOCK_SIZE * rxblk_num))); in acx100_init_memory()
H A Dacx111.c338 mem.memblk_size = htole16(ACX_MEMBLOCK_SIZE); in acx111_init_memory()
H A Dacxvar.h66 #define ACX_MEMBLOCK_SIZE 256 macro