Searched refs:htobe32 (Results 1 - 9 of 9) sorted by relevance

/fuchsia/zircon/system/dev/misc/tpm/
H A Dtpm-commands.cpp10 cmd->hdr.total_len = htobe32(sizeof(*cmd));
11 cmd->hdr.cmd_code = htobe32(TPM_CC_GET_RANDOM);
19 cmd->hdr.total_len = htobe32(sizeof(*cmd));
20 cmd->hdr.cmd_code = htobe32(TPM_CC_SHUTDOWN);
H A Dtpm.cpp75 resp->hdr.return_code != htobe32(TPM_SUCCESS)) {
99 resp.hdr.return_code != htobe32(TPM_SUCCESS)) {
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dendian.h40 #define htobe32(x) __bswap32(x) macro
59 #define htobe32(x) (uint32_t)(x) macro
/fuchsia/zircon/system/dev/bus/acpi/
H A Dpciroot.cpp86 data->props[data->propcount++].value = htobe32(*((uint32_t*)(hid)));
88 data->props[data->propcount++].value = htobe32(*((uint32_t*)(hid + 4)));
99 data->props[data->propcount++].value = htobe32(*((uint32_t*)(cid->String)));
101 data->props[data->propcount++].value = htobe32(*((uint32_t*)(cid->String + 4)));
H A Dbus-acpi.c369 props[propcount++].value = htobe32(*((uint32_t*)(hid)));
371 props[propcount++].value = htobe32(*((uint32_t*)(hid + 4)));
380 props[propcount++].value = htobe32(*((uint32_t*)(cid)));
382 props[propcount++].value = htobe32(*((uint32_t*)(cid + 4)));
/fuchsia/zircon/system/dev/codec/alc5514/
H A Dalc5514.cpp21 uint32_t buf = htobe32(addr);
35 buf[0] = htobe32(addr);
36 buf[1] = htobe32(val);
/fuchsia/zircon/system/dev/block/usb-mass-storage/
H A Dusb-mass-storage.c314 command.length = htobe32(blocks);
320 command.lba = htobe32(block_offset);
328 command.lba = htobe32(block_offset);
329 command.length = htobe32(blocks);
379 command.length = htobe32(blocks);
385 command.lba = htobe32(block_offset);
393 command.lba = htobe32(block_offset);
394 command.length = htobe32(blocks);
/fuchsia/zircon/system/dev/block/ums-function/
H A Dums-function.c213 data->lba = htobe32(UINT32_MAX);
215 data->lba = htobe32(lba);
217 data->block_length = htobe32(BLOCK_SIZE);
233 data->block_length = htobe32(BLOCK_SIZE);
/fuchsia/zircon/system/dev/display/intel-i915/
H A Ddp-display.cpp267 mmio_space_->Write<uint32_t>(data_reg + offset, htobe32(*data));

Completed in 57 milliseconds