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

Function outb

util/ectool/ec.c:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 return data;
23}
24static __inline void outb(uint8_t data, unsigned port)
25{
26 __asm volatile("outb %0,%w1" : : "a" (data), "d" (port));
27}
28#endif
29
30extern int verbose;

Callers 7

send_ec_commandFunction · 0.70
send_ec_dataFunction · 0.70
send_ec_data_nowaitFunction · 0.70
ec_idx_readFunction · 0.70
pmh7_register_readFunction · 0.50
pmh7_register_writeFunction · 0.50
mainFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected