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

/linux-master/arch/powerpc/boot/
H A Daddnote.c68 #define PUT_16BE(off, v)(buf[off] = ((v) >> 8) & 0xff, \ macro
70 #define PUT_32BE(off, v)(PUT_16BE((off), (v) >> 16L), PUT_16BE((off) + 2, (v)))
86 #define PUT_16(off, v) (e_data == ELFDATA2MSB ? PUT_16BE(off, v) : \

Completed in 106 milliseconds