Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ read_mchbar32
Function
read_mchbar32
util/inteltool/memory.c:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
static uint32_t read_mchbar32 (uint32_t addr)
18
{
19
return * (volatile uint32_t *) (mchbar + addr);
20
}
21
22
static uint8_t read_mchbar8 (uint32_t addr)
23
{
Callers
3
read_500
Function · 0.70
write_1d0
Function · 0.70
read_1d0
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected