Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c1690 int rsize, nomsize; in agtiapi_alloc_ostimem() local
1692 nomsize = 4096; in agtiapi_alloc_ostimem()
1693 rsize = AGTIAPI_DYNAMIC_MAX * nomsize; // 8M in agtiapi_alloc_ostimem()
1741 pMem->nocache_busaddr = pmcsc->osti_busaddr + ( idx * nomsize ); in agtiapi_alloc_ostimem()
1742 pMem->nocache_mem = (void*)((U64)pmcsc->osti_mem + ( idx * nomsize )); in agtiapi_alloc_ostimem()