Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/mtd/
Dcfi_endian.h43 #define cpu_to_cfi16(map, x) _cpu_to_cfi(16, (map)->swap, (x))
44 #define cpu_to_cfi32(map, x) _cpu_to_cfi(32, (map)->swap, (x))
45 #define cpu_to_cfi64(map, x) _cpu_to_cfi(64, (map)->swap, (x))
50 #define _cpu_to_cfi(w, s, x) (cfi_host(s)?(x):_swap_to_cfi(w, s, x)) macro