Home
last modified time | relevance | path

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

/openbmc/linux/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) : \