Searched refs:numVal (Results 1 – 2 of 2) sorted by relevance
196 U32 numVal; in agtiapi_InitResource() local219 for( numVal = 0; numVal < pRscInfo->tiLoLevelResource.loLevelMem.count; in agtiapi_InitResource()220 numVal++ ) { in agtiapi_InitResource()329 numVal = in agtiapi_InitResource()335 (numVal + 1) * uSecPerTick; in agtiapi_InitResource()338 numVal * uSecPerTick; in agtiapi_InitResource()339 for ( numVal = 0; in agtiapi_InitResource()341 numVal++ ) { in agtiapi_InitResource()498 U32 numVal; in agtiapi_ScopeDMARes() local503 for( numVal = 0; numVal < pRscInfo->tiLoLevelResource.loLevelMem.count; in agtiapi_ScopeDMARes()[all …]
1216 U32 numVal; in agtiapi_InitCardHW() local1228 numVal = sizeof(ag_device_t) * pmsc->devDiscover; in agtiapi_InitCardHW()1230 (ag_device_t *)malloc( numVal, M_PMC_MDVT, M_ZERO | M_WAITOK ); in agtiapi_InitCardHW()1232 AGTIAPI_PRINTK( "agtiapi_InitCardHW: kmalloc %d DevList ERROR\n", numVal ); in agtiapi_InitCardHW()1238 numVal = sizeof(ag_slr_map_t) * pmsc->devDiscover; in agtiapi_InitCardHW()1240 (ag_slr_map_t *)malloc( numVal, M_PMC_MSLR, M_ZERO | M_WAITOK ); in agtiapi_InitCardHW()1242 AGTIAPI_PRINTK( "agtiapi_InitCardHW: kmalloc %d SLRList ERROR\n", numVal ); in agtiapi_InitCardHW()1247 numVal = sizeof(ag_tgt_map_t) * pmsc->devDiscover; in agtiapi_InitCardHW()1249 (ag_tgt_map_t *)malloc( numVal, M_PMC_MTGT, M_ZERO | M_WAITOK ); in agtiapi_InitCardHW()1251 AGTIAPI_PRINTK( "agtiapi_InitCardHW: kmalloc %d WWNList ERROR\n", numVal ); in agtiapi_InitCardHW()