Home
last modified time | relevance | path

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

/openbmc/linux/drivers/edac/
H A Dfsl_ddr_edac.c272 #define make64(high, low) (((u64)(high) << 32) | (low)) macro
/openbmc/linux/drivers/iommu/
H A Dfsl_pamu.c26 #define make64(high, low) (((u64)(high) << 32) | (low)) macro