Searched refs:BIT32_TO_LEBIT32 (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/dev/pms/RefTisa/sat/src/
H A Dsmdefs.h687 #ifndef BIT32_TO_LEBIT32
688 #define BIT32_TO_LEBIT32(_x) (_x) macro
722 #ifndef BIT32_TO_LEBIT32
723 #define BIT32_TO_LEBIT32(_x) AGSA_FLIP_4_BYTES(_x) macro
/freebsd-13-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtddefs.h962 #ifndef BIT32_TO_LEBIT32
963 #define BIT32_TO_LEBIT32(_x) (_x) macro
997 #ifndef BIT32_TO_LEBIT32
998 #define BIT32_TO_LEBIT32(_x) AGSA_FLIP_4_BYTES(_x) macro
/freebsd-13-stable/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h199 /*! \def BIT32_TO_LEBIT32(_x)
200 * \brief BIT32_TO_LEBIT32 macro
204 #ifndef BIT32_TO_LEBIT32
205 #define BIT32_TO_LEBIT32(_x) (_x) macro
312 /*! \def BIT32_TO_LEBIT32(_x)
313 * \brief BIT32_TO_LEBIT32 macro
317 #ifndef BIT32_TO_LEBIT32
318 #define BIT32_TO_LEBIT32(_x) AGSA_FLIP_4_BYTES(_x) macro
/freebsd-13-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsahw.c1819 val = BIT32_TO_LEBIT32(src1[i]);
3012 *dst1 = BIT32_TO_LEBIT32(val);
/freebsd-13-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c2839 agSgl.lower = BIT32_TO_LEBIT32(tdIORequest->physLower32);
2841 agSgl.upper = BIT32_TO_LEBIT32(tdIORequest->physUpper32);
2845 agSgl.type = BIT32_TO_LEBIT32(tiSgl);
2846 agSgl.len = BIT32_TO_LEBIT32(DR_MODE_PG_SZ);

Completed in 137 milliseconds