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

Function ddr_br_read

freebsd/arm/mv/mv_common.c:1016–1023  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1014WIN_REG_IDX_WR(ddr_armv7, sz, MV_WIN_DDR_SIZE, MV_DDR_CADR_BASE_ARMV7)
1015
1016static inline uint32_t
1017ddr_br_read(int i)
1018{
1019
1020 if (soc_decode_win_spec->ddr_br_read != NULL)
1021 return (soc_decode_win_spec->ddr_br_read(i));
1022 return (-1);
1023}
1024
1025static inline uint32_t
1026ddr_sz_read(int i)

Callers 2

soc_dump_decode_winFunction · 0.85
ddr_baseFunction · 0.85

Calls 1

bus_space_read_4Function · 0.85

Tested by

no test coverage detected