MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ddr_sz_write

Function ddr_sz_write

freebsd/arm/mv/mv_common.c:1042–1048  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1040}
1041
1042static inline void
1043ddr_sz_write(int i, uint32_t val)
1044{
1045
1046 if (soc_decode_win_spec->ddr_sz_write != NULL)
1047 soc_decode_win_spec->ddr_sz_write(i, val);
1048}
1049#else
1050/*
1051 * On 88F6781 (Dove) SoC DDR Controller is accessed through

Callers 1

ddr_disableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected