Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/mtd/
A Dcfi_endian.h32 #define cfi16_to_cpu(map, x) _cfi_to_cpu(16, (map)->swap, (x))
33 #define cfi32_to_cpu(map, x) _cfi_to_cpu(32, (map)->swap, (x))
34 #define cfi64_to_cpu(map, x) _cfi_to_cpu(64, (map)->swap, (x))
37 #define _cfi_to_cpu(w, s, x) (cfi_host(s)?(x):_swap_to_cpu(w, s, x)) macro

Completed in 2 milliseconds