Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dfdtdec.h76 #define FDT_PCI_SIZE_CELLS 2 macro
78 ((FDT_PCI_ADDR_CELLS + FDT_PCI_SIZE_CELLS) * sizeof(u32))
/openbmc/u-boot/drivers/core/
H A Dofnode.c615 FDT_PCI_SIZE_CELLS); in ofnode_read_pci_addr()
/openbmc/u-boot/lib/
H A Dfdtdec.c223 FDT_PCI_SIZE_CELLS); in fdtdec_get_pci_addr()