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

/freebsd-11-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c1722 int rsize, nomsize; local
1724 nomsize = 4096;
1725 rsize = AGTIAPI_DYNAMIC_MAX * nomsize; // 8M
1773 pMem->nocache_busaddr = pmcsc->osti_busaddr + ( idx * nomsize );
1774 pMem->nocache_mem = (void*)((U64)pmcsc->osti_mem + ( idx * nomsize ));

Completed in 113 milliseconds