Searched refs:__LE_TO_CPU_32 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/sfxge/common/
H A Def10_nvram.c86 tag = __LE_TO_CPU_32(dword);
101 length = __LE_TO_CPU_32(dword);
607 csum += __LE_TO_CPU_32(*ptr++);
631 if (__LE_TO_CPU_32(header->tag) != TLV_TAG_PARTITION_HEADER) {
643 __LE_TO_CPU_32(header->generation) + 1);
649 __LE_TO_CPU_32(trailer->checksum) -
698 total_length = __LE_TO_CPU_32(header->total_length);
1187 total_length = __LE_TO_CPU_32(header->total_length);
1440 *seg_sizep = __LE_TO_CPU_32(header->total_length);
1606 generation = __LE_TO_CPU_32(heade
[all...]
H A Defx_types.h273 #define __LE_TO_CPU_32(_x) (uint32_t)__SWAP32(_x) macro
290 #define __LE_TO_CPU_32(_x) (uint32_t)__NOSWAP32(_x) macro
332 ((unsigned int)__LE_TO_CPU_32((_dword).ed_u32[0]))
336 ((unsigned int)__LE_TO_CPU_32((_qword).eq_u32[1])), \
337 ((unsigned int)__LE_TO_CPU_32((_qword).eq_u32[0]))
341 ((unsigned int)__LE_TO_CPU_32((_oword).eo_u32[3])), \
342 ((unsigned int)__LE_TO_CPU_32((_oword).eo_u32[2])), \
343 ((unsigned int)__LE_TO_CPU_32((_oword).eo_u32[1])), \
344 ((unsigned int)__LE_TO_CPU_32((_oword).eo_u32[0]))
390 EFX_EXTRACT_NATIVE(__LE_TO_CPU_32(_elemen
[all...]

Completed in 62 milliseconds