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

/linux-4.1.27/include/linux/mtd/
H A Dcfi_endian.h39 #define cfi_host(s) (cfi_default(s) == CFI_HOST_ENDIAN) macro
50 #define _cpu_to_cfi(w, s, x) (cfi_host(s)?(x):_swap_to_cfi(w, s, x))
51 #define _cfi_to_cpu(w, s, x) (cfi_host(s)?(x):_swap_to_cpu(w, s, x))

Completed in 60 milliseconds