Searched refs:_cfi_to_cpu (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/include/linux/mtd/ |
H A D | cfi_endian.h | 46 #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
|
Completed in 49 milliseconds