Searched refs:__LE_TO_CPU_16 (Results 1 – 3 of 3) sorted by relevance
465 tlv_type = __LE_TO_CPU_16(((uint16_t *)&bufferp[offset])[0]); in efx_lic_v1v2_find_key()466 tlv_length = __LE_TO_CPU_16(((uint16_t *)&bufferp[offset])[1]); in efx_lic_v1v2_find_key()498 tlv_type = __LE_TO_CPU_16(((uint16_t *)keyp)[0]); in efx_lic_v1v2_validate_key()499 tlv_length = __LE_TO_CPU_16(((uint16_t *)keyp)[1]); in efx_lic_v1v2_validate_key()
278 #define __LE_TO_CPU_16(_x) ((uint16_t)__SWAP16(_x)) macro295 #define __LE_TO_CPU_16(_x) ((uint16_t)__NOSWAP16(_x)) macro341 ((unsigned int)__LE_TO_CPU_16((_word).ew_u16[0]))431 EFX_EXTRACT_NATIVE(__LE_TO_CPU_16(_element), _min, _max, _low, _high)
678 if (__LE_TO_CPU_16(header->type_id) != partn) { in ef10_nvram_buffer_validate()