Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/plat/arm/common/fconf/
A Dfconf_ethosn_getter.c250 uint32_t dev_core_count = 0U; in fconf_populate_ethosn_config() local
276 if (dev_core_count >= ETHOSN_DEV_CORE_NUM_MAX) { in fconf_populate_ethosn_config()
286 dev_core_count, in fconf_populate_ethosn_config()
287 &(dev->cores[dev_core_count])); in fconf_populate_ethosn_config()
291 ++dev_core_count; in fconf_populate_ethosn_config()
326 if (dev_core_count == 0U) { in fconf_populate_ethosn_config()
338 dev->num_cores = dev_core_count; in fconf_populate_ethosn_config()

Completed in 4 milliseconds