Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
static uint8_t read_mchbar8 (uint32_t addr)
23
{
24
return * (volatile uint8_t *) (mchbar + addr);
25
}
26
27
static u16 read_500 (int channel, u16 addr, int split)
28
{
Callers
2
read_500
Function · 0.85
read_1d0
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected