Home
last modified time | relevance | path

Searched defs:GET_32 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/powerpc/boot/
H A Daddnote.c84 #define GET_32(off) (e_data == ELFDATA2MSB ? GET_32BE(off) : GET_32LE(off)) macro
/openbmc/linux/drivers/dma/dw-edma/
H A Ddw-edma-v0-core.c36 #define GET_32(dw, name) \ macro