Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/arm/common/fconf/
Dfconf_ethosn_getter.c267 uint32_t dev_core_count = 0U; in fconf_populate_ethosn_config() local
303 if (dev_core_count >= ETHOSN_DEV_CORE_NUM_MAX) { in fconf_populate_ethosn_config()
313 dev_core_count, in fconf_populate_ethosn_config()
314 &(dev->cores[dev_core_count])); in fconf_populate_ethosn_config()
318 ++dev_core_count; in fconf_populate_ethosn_config()
353 if (dev_core_count == 0U) { in fconf_populate_ethosn_config()
365 dev->num_cores = dev_core_count; in fconf_populate_ethosn_config()