Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/plat/arm/common/fconf/
A Dfconf_ethosn_getter.c242 uint32_t dev_count = 0U; in fconf_populate_ethosn_config() local
258 if (dev_count >= ETHOSN_DEV_NUM_MAX) { in fconf_populate_ethosn_config()
278 dev_count); in fconf_populate_ethosn_config()
299 dev_count); in fconf_populate_ethosn_config()
313 dev_count); in fconf_populate_ethosn_config()
322 dev_count); in fconf_populate_ethosn_config()
328 dev_count); in fconf_populate_ethosn_config()
334 dev_count); in fconf_populate_ethosn_config()
341 ++dev_count; in fconf_populate_ethosn_config()
344 if (dev_count == 0U) { in fconf_populate_ethosn_config()
[all …]
/arm-trusted-firmware-2.8.0/docs/resources/diagrams/plantuml/
A Dio_dev_registration.puml15 devices[dev_count] = (fip_)dev_info_pool
16 dev_count++
22 devices[dev_count] = memmap_dev_info
23 dev_count++
/arm-trusted-firmware-2.8.0/drivers/io/
A Dio_storage.c29 static unsigned int dev_count; variable
150 if (dev_count < MAX_IO_DEVICES) { in io_register_device()
151 devices[dev_count] = dev_info; in io_register_device()
152 dev_count++; in io_register_device()

Completed in 4 milliseconds