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

/u-boot/cmd/
H A Dnvedit_efi.c272 unsigned long hex_value; local
289 if (strict_strtoul(data, 16, &hex_value) < 0)
297 tmp_data.u8 = hex_value;
300 tmp_data.u16 = hex_value;
303 tmp_data.u32 = hex_value;
306 tmp_data.u64 = hex_value;

Completed in 70 milliseconds