Home
last modified time | relevance | path

Searched refs:hexval (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/doc/
H A DREADME.fuse40 fuse prog [-y] <bank> <word> <hexval> [<hexval>...]
52 fuse override <bank> <word> <hexval> [<hexval>...]
/openbmc/u-boot/tools/
H A Dpblimage.c92 uint32_t hexval; in check_get_hexval() local
95 if (!sscanf(token, "%x", &hexval)) { in check_get_hexval()
101 *pmem_buf++ = (hexval >> (i * 8)) & 0xff; in check_get_hexval()
H A Dmicrocode-tool31 hexval = value.strip()
32 if hexval:
33 self.words.append(int(hexval, 0))
H A Dmicrocode-tool.py31 hexval = value.strip()
32 if hexval:
33 self.words.append(int(hexval, 0))
/openbmc/u-boot/scripts/
H A Dcheckpatch.pl4849 my $hexval = sprintf("0x%x", oct($var));
4851 s/\b$var\b/$hexval/;