Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/pci/
H A Dpci_sandbox.c13 #define FDT_DEV_INFO_SIZE (FDT_DEV_INFO_CELLS * sizeof(u32)) macro
90 if ((len % FDT_DEV_INFO_SIZE) == 0) { in sandbox_pci_probe()
91 int num = len / FDT_DEV_INFO_SIZE; in sandbox_pci_probe()