Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/emc/
Dfsl_emc.c232 uint32_t totalChips) in EMC_DynamicMemInit() argument
236 assert(totalChips <= EMC_DYNAMIC_MEMDEV_NUM); in EMC_DynamicMemInit()
246 for (count = 0; (count < totalChips); count++) in EMC_DynamicMemInit()
298 for (count = 0; (count < totalChips); count++) in EMC_DynamicMemInit()
323 for (count = 0; (count < totalChips); count++) in EMC_DynamicMemInit()
352 for (count = 0; (count < totalChips); count++) in EMC_DynamicMemInit()
380 …emInit(EMC_Type *base, uint32_t *extWait_Ns, emc_static_chip_config_t *config, uint32_t totalChips) in EMC_StaticMemInit() argument
390 for (count = 0; (count < totalChips) && (staticConfig != NULL); count++) in EMC_StaticMemInit()
401 for (count = 0; (count < totalChips); count++) in EMC_StaticMemInit()
Dfsl_emc.h214 uint32_t totalChips);
230 …mInit(EMC_Type *base, uint32_t *extWait_Ns, emc_static_chip_config_t *config, uint32_t totalChips);