Home
last modified time | relevance | path

Searched defs:PUT_32BE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/boot/
H A Daddnote.c70 #define PUT_32BE(off, v)(PUT_16BE((off), (v) >> 16L), PUT_16BE((off) + 2, (v))) macro
/kernel/linux/linux-6.6/arch/powerpc/boot/
H A Daddnote.c70 #define PUT_32BE(off, v)(PUT_16BE((off), (v) >> 16L), PUT_16BE((off) + 2, (v))) macro

Completed in 3 milliseconds