MCPcopy 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
110static inline void write_host_csr(struct mei_csr *csr)
111{
112 mei_write_dword_ptr(csr, MEI_H_CSR);
113}
114
115static inline void read_me_csr(struct mei_csr *csr)
116{

Callers 4

mei_resetFunction · 0.70
mei_send_msgFunction · 0.70
mei_recv_msgFunction · 0.70
intel_mei_setupFunction · 0.70

Calls 1

mei_write_dword_ptrFunction · 0.70

Tested by

no test coverage detected