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

Function read_mchbar8

util/inteltool/memory.c:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22static uint8_t read_mchbar8 (uint32_t addr)
23{
24 return * (volatile uint8_t *) (mchbar + addr);
25}
26
27static u16 read_500 (int channel, u16 addr, int split)
28{

Callers 2

read_500Function · 0.85
read_1d0Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected