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

/linux-master/arch/powerpc/boot/
H A Daddnote.c78 #define PUT_16LE(off, v) (buf[off] = (v) & 0xff, \ macro
80 #define PUT_32LE(off, v) (PUT_16LE((off), (v)), PUT_16LE((off) + 2, (v) >> 16L))
87 PUT_16LE(off, v))

Completed in 91 milliseconds