Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/mtd/
A Dcfi_endian.h37 #define _cfi_to_cpu(w, s, x) (cfi_host(s)?(x):_swap_to_cpu(w, s, x))
39 #define _swap_to_cpu(w, s, x) (cfi_be(s)?be##w##_to_cpu(x):le##w##_to_cpu(x)) macro

Completed in 2 milliseconds