Home
last modified time | relevance | path

Searched refs:FDT_PCI_ADDR_CELLS (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/hw/riscv/
H A Dvirt.h114 #define FDT_PCI_ADDR_CELLS 3 macro
121 #define FDT_MAX_INT_MAP_WIDTH (FDT_PCI_ADDR_CELLS + FDT_PCI_INT_CELLS + \
123 #define FDT_PLIC_INT_MAP_WIDTH (FDT_PCI_ADDR_CELLS + FDT_PCI_INT_CELLS + \
125 #define FDT_APLIC_INT_MAP_WIDTH (FDT_PCI_ADDR_CELLS + FDT_PCI_INT_CELLS + \
/openbmc/u-boot/include/
H A Dfdtdec.h75 #define FDT_PCI_ADDR_CELLS 3 macro
78 ((FDT_PCI_ADDR_CELLS + FDT_PCI_SIZE_CELLS) * sizeof(u32))
/openbmc/u-boot/drivers/core/
H A Dofnode.c614 cell += (FDT_PCI_ADDR_CELLS + in ofnode_read_pci_addr()
/openbmc/qemu/hw/riscv/
H A Dvirt.c206 i += FDT_PCI_ADDR_CELLS; in create_pcie_irq_map()
874 FDT_PCI_ADDR_CELLS); in create_fdt_pcie()
/openbmc/u-boot/lib/
H A Dfdtdec.c222 cell += (FDT_PCI_ADDR_CELLS + in fdtdec_get_pci_addr()