Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ write_host_csr
Function
write_host_csr
util/intelmetool/src/me.c:110–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
}
109
110
static inline void write_host_csr(struct mei_csr *csr)
111
{
112
mei_write_dword_ptr(csr, MEI_H_CSR);
113
}
114
115
static inline void read_me_csr(struct mei_csr *csr)
116
{
Callers
4
mei_reset
Function · 0.70
mei_send_msg
Function · 0.70
mei_recv_msg
Function · 0.70
intel_mei_setup
Function · 0.70
Calls
1
mei_write_dword_ptr
Function · 0.70
Tested by
no test coverage detected