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