Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/mtd/
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))