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

Function read_cb

util/intelmetool/src/me.c:129–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129static inline uint32_t read_cb(void)
130{
131 uint32_t dword = read32(mei_mmap, MEI_ME_CB_RW);
132
133 if (debug) {
134 mei_dump(NULL, dword, MEI_ME_CB_RW, "READ");
135 }
136
137 return dword;
138}
139
140/* Wait for ME ready bit to be asserted */
141static int mei_wait_for_me_ready(void)

Callers 1

mei_recv_msgFunction · 0.70

Calls 2

mei_dumpFunction · 0.70
read32Function · 0.50

Tested by

no test coverage detected