Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ddr_disable
Function
ddr_disable
freebsd/arm/mv/mv_common.c:1319–1325 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1317
}
1318
1319
void
1320
ddr_disable(int i)
1321
{
1322
1323
ddr_sz_write(i, 0);
1324
ddr_br_write(i, 0);
1325
}
1326
1327
uint32_t
1328
ddr_base(int i)
Callers
1
decode_win_sdram_fixup
Function · 0.85
Calls
2
ddr_sz_write
Function · 0.85
ddr_br_write
Function · 0.85
Tested by
no test coverage detected