Searched refs:PCIE_ECAM_SIZE (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/system/dev/board/machina/
H A Dmachina.h13 #define PCIE_ECAM_SIZE (0x100000) macro
H A Dmachina.c62 arg->addr_windows[0].size = PCIE_ECAM_SIZE;
64 arg->addr_windows[0].bus_end = (PCIE_ECAM_SIZE / ZX_PCI_ECAM_BYTE_PER_BUS) - 1;
/fuchsia/zircon/system/dev/pci/designware/
H A Ddw-pcie-hw.h63 #define PCIE_ECAM_SIZE (0x1000) macro
/fuchsia/zircon/system/dev/board/qemu/
H A Dqemu-bus.c65 arg->addr_windows[0].size = PCIE_ECAM_SIZE;
67 arg->addr_windows[0].bus_end = (PCIE_ECAM_SIZE / ZX_PCI_ECAM_BYTE_PER_BUS) - 1;
H A Dqemu-virt.h70 #define PCIE_ECAM_SIZE (0x01000000) macro

Completed in 34 milliseconds