Home
last modified time | relevance | path

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

/openbmc/linux/fs/jffs2/
H A Dnodelist.h36 #define cpu_to_je16(x) ((jint16_t){x}) macro
47 #define cpu_to_je16(x) ((jint16_t){cpu_to_be16(x)}) macro
58 #define cpu_to_je16(x) ((jint16_t){cpu_to_le16(x)}) macro
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_util.c37 #define cpu_to_je16(x) (x) macro