Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/boot/
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))