Searched refs:CPU_TO_FDT64 (Results 1 - 1 of 1) sorted by relevance

/seL4-camkes-master/projects/util_libs/libfdt/
H A Dlibfdt_env.h77 #define CPU_TO_FDT64(x) ((EXTRACT_BYTE(x, 0) << 56) | (EXTRACT_BYTE(x, 1) << 48) | \ macro
102 return (FDT_FORCE uint64_t)CPU_TO_FDT64(x);
106 return (FDT_FORCE fdt64_t)CPU_TO_FDT64(x);
108 #undef CPU_TO_FDT64 macro

Completed in 84 milliseconds