Home
last modified time | relevance | path

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

/openbmc/u-boot/include/faraday/
H A Dftpci100.h46 #define FTPCI100_BASE_ADR_SIZE(x) ((ffs(x) - 1) << 16) /* 1M - 2048M */ macro
/openbmc/u-boot/drivers/pci/
H A Dpci_ftpci100.c316 FTPCI100_BASE_ADR_SIZE(1024)); in pci_ftpci_init()