Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/mtd/
A Dcfi_endian.h25 #define cfi_host(s) (cfi_default(s) == CFI_HOST_ENDIAN) macro
36 #define _cpu_to_cfi(w, s, x) (cfi_host(s)?(x):_swap_to_cfi(w, s, x))
37 #define _cfi_to_cpu(w, s, x) (cfi_host(s)?(x):_swap_to_cpu(w, s, x))

Completed in 2 milliseconds