Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
24
static __inline void outb(uint8_t data, unsigned port)
25
{
26
__asm volatile(
"outb %0,%w1"
: :
"a"
(data),
"d"
(port));
27
}
28
#endif
29
30
extern int verbose;
Callers
7
send_ec_command
Function · 0.70
send_ec_data
Function · 0.70
send_ec_data_nowait
Function · 0.70
ec_idx_read
Function · 0.70
pmh7_register_read
Function · 0.50
pmh7_register_write
Function · 0.50
main
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected