Searched refs:plat_mmio_map (Results 1 – 1 of 1) sorted by relevance
279 const mmap_region_t *plat_mmio_map = NULL; in bl31_plat_arch_setup() local288 plat_mmio_map = plat_get_mmio_map(); in bl31_plat_arch_setup()289 if (plat_mmio_map != NULL) { in bl31_plat_arch_setup()290 mmap_add(plat_mmio_map); in bl31_plat_arch_setup()
Completed in 3 milliseconds