Searched refs:hex_value (Results 1 – 3 of 3) sorted by relevance
243 unsigned long hex_value; in append_value() local260 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()
708 ${hex_value}= Evaluate hex(ord("${data}"))710 Append To List ${hex1} ${hex_value}
443 ${hex_value}= Evaluate hex(ord("${data}"))448 Append To List ${fw_ver_hex_list} ${hex_value}