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

Function ddr_sz_read

freebsd/arm/mv/mv_common.c:1025–1032  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1023}
1024
1025static inline uint32_t
1026ddr_sz_read(int i)
1027{
1028
1029 if (soc_decode_win_spec->ddr_sz_read != NULL)
1030 return (soc_decode_win_spec->ddr_sz_read(i));
1031 return (-1);
1032}
1033
1034static inline void
1035ddr_br_write(int i, uint32_t val)

Callers 5

soc_dump_decode_winFunction · 0.85
ddr_is_activeFunction · 0.85
ddr_sizeFunction · 0.85
ddr_attrFunction · 0.85
ddr_targetFunction · 0.85

Calls 1

bus_space_read_4Function · 0.85

Tested by

no test coverage detected