Home
last modified time | relevance | path

Searched refs:hex_value (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/powerpc/xmon/
H A Dspu-dis.c86 int hex_value; in print_insn_spu() local
116 hex_value = 0; in print_insn_spu()
169 hex_value = DECODE_INSN_I7 (insn); in print_insn_spu()
170 printf("%d", hex_value); in print_insn_spu()
180 hex_value = DECODE_INSN_I10 (insn); in print_insn_spu()
181 printf("%d", hex_value); in print_insn_spu()
184 hex_value = DECODE_INSN_I10 (insn) * 16; in print_insn_spu()
185 printf("%d", hex_value); in print_insn_spu()
188 hex_value = DECODE_INSN_I16 (insn); in print_insn_spu()
189 printf("%d", hex_value); in print_insn_spu()
[all …]
/openbmc/u-boot/cmd/
H A Dnvedit_efi.c243 unsigned long hex_value; in append_value() local
260 if (strict_strtoul(data, 16, &hex_value) < 0) in append_value()
268 tmp_data.u8 = hex_value; in append_value()
271 tmp_data.u16 = hex_value; in append_value()
274 tmp_data.u32 = hex_value; in append_value()
277 tmp_data.u64 = hex_value; in append_value()
/openbmc/qemu/qga/
H A Dcommands-linux.c2096 static char *hex_to_ip_address(const void *hex_value, int is_ipv6) in hex_to_ip_address() argument
2101 const char *hex_str = (const char *)hex_value; in hex_to_ip_address()
2113 unsigned int hex_int = *(unsigned int *)hex_value; in hex_to_ip_address()
/openbmc/linux/Documentation/sound/designs/
H A Dprocfile.rst183 Some ELD fields may be modified by doing ``echo name hex_value > eld#*``.
/openbmc/openbmc-test-automation/lib/
H A Dipmi_client.robot695 ${hex_value}= Evaluate hex(ord("${data}"))
697 Append To List ${hex1} ${hex_value}
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_systeminfo_parameters.robot443 ${hex_value}= Evaluate hex(ord("${data}"))
448 Append To List ${fw_ver_hex_list} ${hex_value}