Home
last modified time | relevance | path

Searched refs:hex_value (Results 1 – 5 of 5) 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()
170 printf("%d", hex_value); in print_insn_spu()
181 printf("%d", hex_value); in print_insn_spu()
185 printf("%d", hex_value); in print_insn_spu()
189 printf("%d", hex_value); in print_insn_spu()
193 printf("%u", hex_value); in print_insn_spu()
216 hex_value = value; in print_insn_spu()
224 printf("%u", hex_value); in print_insn_spu()
233 if (hex_value > 16) 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/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}