Searched refs:cfi16_to_cpu (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mtd/
H A Dcfi_endian.h48 #define cfi16_to_cpu(x) le16_to_cpu(x) macro
57 #define cfi16_to_cpu(x) be16_to_cpu(x) macro
66 #define cfi16_to_cpu(x) (x) macro
H A Dcfi.h438 res = cfi16_to_cpu(res);
481 return cfi16_to_cpu(val.x[0]);
497 return cfi16_to_cpu(val.x[0]);

Completed in 98 milliseconds