Home
last modified time | relevance | path

Searched defs:LE32_TO_CPU (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/ncsw/inc/
H A Dendian_ext.h333 #define LE32_TO_CPU(val) CPU_TO_LE32(val) macro
/freebsd/sys/dev/hptrr/
H A Dosm.h59 #define LE32_TO_CPU(x) (x) macro
/freebsd/sys/dev/hptnr/
H A Dosm.h59 #define LE32_TO_CPU(x) (x) macro
/freebsd/sys/dev/hpt27xx/
H A Dosm.h61 #define LE32_TO_CPU(x) (x) macro
/freebsd/sys/dev/iavf/
H A Diavf_osdep.h121 #define LE32_TO_CPU(c) le32toh(c) macro
/freebsd/sys/dev/ice/
H A Dice_osdep.h314 #define LE32_TO_CPU le32toh macro
/freebsd/sys/dev/ixl/
H A Di40e_osdep.h103 #define LE32_TO_CPU(c) le32toh(c) macro