Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/doc/
H A DREADME.fuse40 fuse prog [-y] <bank> <word> <hexval> [<hexval>...]
52 fuse override <bank> <word> <hexval> [<hexval>...]
/OK3568_Linux_fs/u-boot/tools/
H A Dpblimage.c93 uint32_t hexval; in check_get_hexval() local
96 if (!sscanf(token, "%x", &hexval)) { in check_get_hexval()
102 *pmem_buf++ = (hexval >> (i * 8)) & 0xff; in check_get_hexval()
H A Dmicrocode-tool32 hexval = value.strip()
33 if hexval:
34 self.words.append(int(hexval, 0))
H A Dmicrocode-tool.py32 hexval = value.strip()
33 if hexval:
34 self.words.append(int(hexval, 0))
/OK3568_Linux_fs/u-boot/scripts/
H A Dcheckpatch.pl4754 my $hexval = sprintf("0x%x", oct($var));
4756 s/\b$var\b/$hexval/;