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

Function write_cb

util/intelmetool/src/me.c:120–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120static inline void write_cb(uint32_t dword)
121{
122 write32(mei_mmap, MEI_H_CB_WW, dword);
123
124 if (debug) {
125 mei_dump(NULL, dword, MEI_H_CB_WW, "WRITE");
126 }
127}
128
129static inline uint32_t read_cb(void)
130{

Callers 1

mei_send_msgFunction · 0.70

Calls 2

mei_dumpFunction · 0.70
write32Function · 0.50

Tested by

no test coverage detected