Searched refs:PCI_MEM_REGION_ADDR (Results 1 - 7 of 7) sorted by relevance

/seL4-test-master/projects/sel4_projects_libs/libsel4vmmplatsupport/plat_include/exynos5/sel4vmmplatsupport/plat/
H A Dvpci.h21 #define PCI_MEM_REGION_ADDR 0x3F000000ull macro
/seL4-test-master/projects/sel4_projects_libs/libsel4vmmplatsupport/plat_include/qemu-arm-virt/sel4vmmplatsupport/plat/
H A Dvpci.h21 #define PCI_MEM_REGION_ADDR 0xDF000000ull macro
/seL4-test-master/projects/sel4_projects_libs/libsel4vmmplatsupport/plat_include/odroidc2/sel4vmmplatsupport/plat/
H A Dvpci.h21 #define PCI_MEM_REGION_ADDR 0x3F000000ull macro
/seL4-test-master/projects/sel4_projects_libs/libsel4vmmplatsupport/plat_include/tx1/sel4vmmplatsupport/plat/
H A Dvpci.h21 #define PCI_MEM_REGION_ADDR 0x3EF000000ull macro
/seL4-test-master/projects/sel4_projects_libs/libsel4vmmplatsupport/plat_include/tk1/sel4vmmplatsupport/plat/
H A Dvpci.h21 #define PCI_MEM_REGION_ADDR 0x3F000000ull macro
/seL4-test-master/projects/sel4_projects_libs/libsel4vmmplatsupport/plat_include/tx2/sel4vmmplatsupport/plat/
H A Dvpci.h21 #define PCI_MEM_REGION_ADDR 0x3F000000 macro
/seL4-test-master/projects/sel4_projects_libs/libsel4vmmplatsupport/src/arch/arm/devices/
H A Dvpci.c276 pci_mem_range_addr.mid = cpu_to_fdt32(PCI_MEM_REGION_ADDR >> 32);
277 pci_mem_range_addr.low = cpu_to_fdt32((uint32_t)PCI_MEM_REGION_ADDR);
279 FDT_OP(append_prop_with_cells(fdt, pci_node, PCI_MEM_REGION_ADDR, address_cells, "ranges"));

Completed in 32 milliseconds