Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/mtd/
Dcfi_endian.h51 #define _cfi_to_cpu(w, s, x) (cfi_host(s)?(x):_swap_to_cpu(w, s, x))
53 #define _swap_to_cpu(w, s, x) (cfi_be(s)?be##w##_to_cpu(x):le##w##_to_cpu(x)) macro