Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/drivers/io/
Dio_mtd.c50 static mtd_dev_state_t state_pool[MAX_IO_MTD_DEVICES]; variable
67 if (state_pool[index].dev_spec == dev_spec) { in find_first_mtd_state()
89 dev_info_pool[index].info = (uintptr_t)&state_pool[index]; in allocate_dev_info()
Dio_fip.c63 static fip_dev_state_t state_pool[MAX_FIP_DEVICES]; variable
131 if (state_pool[index].dev_spec == dev_spec) { in find_first_fip_state()
156 (uintptr_t)&state_pool[index]; in allocate_dev_info()
Dio_block.c57 static block_dev_state_t state_pool[MAX_IO_BLOCK_DEVICES]; variable
77 if (state_pool[index].dev_spec == dev_spec) { in find_first_block_state()
98 dev_info_pool[index].info = (uintptr_t)&state_pool[index]; in allocate_dev_info()