Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dfdtdec.h75 #define FDT_PCI_REG_SIZE \ macro
/OK3568_Linux_fs/u-boot/drivers/core/
H A Dofnode.c631 if ((len % FDT_PCI_REG_SIZE) == 0) { in ofnode_read_pci_addr()
632 int num = len / FDT_PCI_REG_SIZE; in ofnode_read_pci_addr()
/OK3568_Linux_fs/u-boot/lib/
H A Dfdtdec.c209 if ((len % FDT_PCI_REG_SIZE) == 0) { in fdtdec_get_pci_addr()
210 int num = len / FDT_PCI_REG_SIZE; in fdtdec_get_pci_addr()