Searched defs:__arch__swab32p (Results 1 – 2 of 2) sorted by relevance
/u-boot/arch/powerpc/include/asm/ | ||
A D | byteorder.h | 71 #define __arch__swab32p(addr) ld_le32(addr) macro |
/u-boot/include/linux/byteorder/ | ||
A D | swab.h | 59 # define __arch__swab32p(x) __swab32(*(x)) macro |
Completed in 3 milliseconds