Home
last modified time | relevance | path

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

/freebsd/sys/dev/hpt27xx/
H A Dosm.h78 static __inline HPT_U32 CPU_TO_BE32(HPT_U32 x) in CPU_TO_BE32() function
92 #define BE32_TO_CPU(x) CPU_TO_BE32(x)
/freebsd/sys/dev/hptnr/
H A Dosm.h76 static __inline HPT_U32 CPU_TO_BE32(HPT_U32 x) in CPU_TO_BE32() function
90 #define BE32_TO_CPU(x) CPU_TO_BE32(x)
/freebsd/sys/dev/ice/
H A Dice_osdep.h320 #define CPU_TO_BE32 htobe32 macro