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

/seL4-camkes-master/projects/util_libs/libfdt/
H A Dlibfdt_env.h75 #define CPU_TO_FDT32(x) ((EXTRACT_BYTE(x, 0) << 24) | (EXTRACT_BYTE(x, 1) << 16) | \ macro
93 return (FDT_FORCE uint32_t)CPU_TO_FDT32(x);
97 return (FDT_FORCE fdt32_t)CPU_TO_FDT32(x);
109 #undef CPU_TO_FDT32 macro

Completed in 85 milliseconds