MCPcopy 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

10volatile uint8_t *mchbar;
11
12static void write_mchbar32 (uint32_t addr, uint32_t val)
13{
14 * (volatile uint32_t *) (mchbar + addr) = val;
15}
16
17static uint32_t read_mchbar32 (uint32_t addr)
18{

Callers 3

read_500Function · 0.85
write_1d0Function · 0.85
read_1d0Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected