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

Function ddr_br_write

freebsd/arm/mv/mv_common.c:1034–1040  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1032}
1033
1034static inline void
1035ddr_br_write(int i, uint32_t val)
1036{
1037
1038 if (soc_decode_win_spec->ddr_br_write != NULL)
1039 soc_decode_win_spec->ddr_br_write(i, val);
1040}
1041
1042static inline void
1043ddr_sz_write(int i, uint32_t val)

Callers 1

ddr_disableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected