MCPcopy Create free account
hub / github.com/coreboot/coreboot / hex4

Function hex4

payloads/linuxcheck/i386.c:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void hex4(u8 c)
27{
28 static char *hex = "0123456789abcdef";
29 outb(hex[c & 0xf], 0x3f8);
30}
31
32void hex8(u8 c)
33{

Callers 1

hex8Function · 0.85

Calls 1

outbFunction · 0.50

Tested by

no test coverage detected