Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/boot/
H A Daddnote.c85 #define GET_64(off) (e_data == ELFDATA2MSB ? GET_64BE(off) : GET_64LE(off)) macro
/openbmc/linux/drivers/dma/dw-edma/
H A Ddw-edma-v0-core.c61 #define GET_64(dw, name) \ macro