Home
last modified time | relevance | path

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

/openbmc/u-boot/include/configs/
H A DMPC8641HPCN.h412 #define PAIRED_PHYS_TO_PHYS(low, high) (low | ((u64)high << 32)) macro
416 #define PAIRED_PHYS_TO_PHYS(low, high) (low) macro