Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dfdtdec.h74 #define FDT_PCI_SIZE_CELLS 2 macro
76 ((FDT_PCI_ADDR_CELLS + FDT_PCI_SIZE_CELLS) * sizeof(u32))
/OK3568_Linux_fs/u-boot/drivers/core/
H A Dofnode.c647 FDT_PCI_SIZE_CELLS); in ofnode_read_pci_addr()
/OK3568_Linux_fs/u-boot/lib/
H A Dfdtdec.c225 FDT_PCI_SIZE_CELLS); in fdtdec_get_pci_addr()