Searched refs:PUT_16LE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | addnote.c | 78 #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))
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | addnote.c | 78 #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 2 milliseconds