Home
last modified time | relevance | path

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

/openbmc/linux/fs/jffs2/
H A Dnodelist.h37 #define cpu_to_je32(x) ((jint32_t){x}) macro
48 #define cpu_to_je32(x) ((jint32_t){cpu_to_be32(x)}) macro
59 #define cpu_to_je32(x) ((jint32_t){cpu_to_le32(x)}) macro
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_util.c38 #define cpu_to_je32(x) (x) macro