Home
last modified time | relevance | path

Searched refs:le32toh (Results 1 – 9 of 9) sorted by relevance

/device/google/contexthub/firmware/external/freebsd/inc/sys/
Dendian.h58 #define le32toh(x) ((uint32_t)(x)) macro
72 #define le32toh(x) bswap32((x)) macro
/device/google/contexthub/contexthubhal/
Dmessage_buf.h98 return le32toh(val); in readU32()
115 return le32toh(val); in readU64()
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
Dendian.h79 #define le32toh(x) ((uint32_t)(x)) macro
93 #define le32toh(x) bswap32((x)) macro
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c168 if (osAppInfoByIndex(le32toh(unaligned_u32(&req->appIdx)), &appId, &appVer, &appSize)) { in queryAppInfo()
313 mDownloadState->size = le32toh(req->size); in doStartFirmwareUpload()
314 mDownloadState->crc = le32toh(req->crc); in doStartFirmwareUpload()
636 uint32_t offset = le32toh(req->offset); in firmwareChunk()
971 uint32_t event = le32toh(req->evtType); in writeEvent()
1171 if (osExtAppInfoByIndex(le32toh(req->idx), &appId, &appVer, &appSize)) { in halLegacyQueryApps()
1261 offset = le32toh(req->offset); in halLegacyContUpload()
1604 …if ((le32toh(req->addr) >= (uint32_t)shared && le32toh(req->addr) < (uint32_t)shared + sharedSize)… in halAppInfo()
1605 (le32toh(req->addr) < (uint32_t)shared && in halAppInfo()
1607 (numApps > 0 && le32toh(req->addr) > (uint32_t)(internal+numApps-1))))) { in halAppInfo()
[all …]
DhostIntf.c274 packetReason = le32toh(packet->reason); in hostIntfFindHandler()
/device/google/contexthub/util/nanoapp_sign/
Dnanoapp_sign.c41 #define le32toh(x) ((uint32_t)(x)) macro
131 rsa->num[i] = le32toh(le32SigPack[i]); in validateSignature()
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dendian.h186 #define le32toh(x) htole32(x) macro
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/
Dif_msk.c2035 control = le32toh (cur_tx->msk_control); in msk_txeof()
2284 control = le32toh (sd->msk_control); in msk_handle_events()
2290 status = le32toh (sd->msk_status); in msk_handle_events()
Dif_mskreg.h2290 #define le32toh(x) (x) macro