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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/boot/utils/
H A Daddnote.c42 #define PUT_16BE(off, v) (buf[off] = ((v) >> 8) & 0xff, \ macro
44 #define PUT_32BE(off, v) (PUT_16BE((off), (v) >> 16), \
45 PUT_16BE((off) + 2, (v)))
141 PUT_16BE(E_PHNUM, np + 1);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/boot/
H A Daddnote.c38 #define PUT_16BE(off, v) (buf[off] = ((v) >> 8) & 0xff, \ macro
40 #define PUT_32BE(off, v) (PUT_16BE((off), (v) >> 16), \
41 PUT_16BE((off) + 2, (v)))
138 PUT_16BE(E_PHNUM, np + 1);

Completed in 38 milliseconds