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

/linux-master/arch/powerpc/boot/
H A Daddnote.c65 #define GET_32BE(off) ((GET_16BE(off) << 16U) + GET_16BE((off)+2U)) macro
66 #define GET_64BE(off) ((((unsigned long long)GET_32BE(off)) << 32ULL) + \
67 ((unsigned long long)GET_32BE((off)+4ULL)))
84 #define GET_32(off) (e_data == ELFDATA2MSB ? GET_32BE(off) : GET_32LE(off))

Completed in 111 milliseconds