Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/arm/common/fconf/
Dfconf_ethosn_getter.c259 uint32_t dev_count = 0U; in fconf_populate_ethosn_config() local
265 struct ethosn_device_t *dev = &ethosn_config.devices[dev_count]; in fconf_populate_ethosn_config()
277 if (dev_count >= ETHOSN_DEV_NUM_MAX) { in fconf_populate_ethosn_config()
305 dev_count); in fconf_populate_ethosn_config()
326 dev_count); in fconf_populate_ethosn_config()
340 dev_count); in fconf_populate_ethosn_config()
349 dev_count); in fconf_populate_ethosn_config()
355 dev_count); in fconf_populate_ethosn_config()
361 dev_count); in fconf_populate_ethosn_config()
369 ++dev_count; in fconf_populate_ethosn_config()
[all …]
/trusted-firmware-a-latest/docs/resources/diagrams/plantuml/
Dio_dev_registration.puml15 devices[dev_count] = (fip_)dev_info_pool
16 dev_count++
22 devices[dev_count] = memmap_dev_info
23 dev_count++
/trusted-firmware-a-latest/drivers/io/
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()