Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mtd/
H A Dcfi_endian.h37 #define _cfi_to_cpu(w, s, x) (cfi_host(s)?(x):_swap_to_cpu(w, s, x))
39 #define _swap_to_cpu(w, s, x) (cfi_be(s)?be##w##_to_cpu(x):le##w##_to_cpu(x)) macro