Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/mtd/
Dcfi_endian.h46 #define cfi16_to_cpu(map, x) _cfi_to_cpu(16, (map)->swap, (x))
47 #define cfi32_to_cpu(map, x) _cfi_to_cpu(32, (map)->swap, (x))
48 #define cfi64_to_cpu(map, x) _cfi_to_cpu(64, (map)->swap, (x))
51 #define _cfi_to_cpu(w, s, x) (cfi_host(s)?(x):_swap_to_cpu(w, s, x)) macro