Searched defs:je32_to_cpu (Results 1 - 2 of 2) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jffs2/
H A Dnodelist.h45 #define je32_to_cpu(x) ((x).v32) macro
56 #define je32_to_cpu(x) (be32_to_cpu(x.v32)) macro
67 #define je32_to_cpu(x) (le32_to_cpu(x.v32)) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/mtd/
H A Djffs2-user.h19 #undef je32_to_cpu macro
32 #define je32_to_cpu(x) (t32((x).v32)) macro

Completed in 59 milliseconds