Home
last modified time | relevance | path

Searched defs:DT_CPUADDR_TO_TARGET (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/pci/
H A Dpci_mvebu.c353 #define DT_CPUADDR_TO_TARGET(cpuaddr) (((cpuaddr) >> 56) & 0xFF) macro
/openbmc/linux/drivers/pci/controller/
H A Dpci-mvebu.c1174 #define DT_CPUADDR_TO_TARGET(cpuaddr) (((cpuaddr) >> 56) & 0xFF) macro