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