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

Function win_cpu_br_read

freebsd/arm/mv/mv_common.c:890–897  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

888}
889
890static uint32_t
891win_cpu_br_read(int i)
892{
893
894 if (soc_decode_win_spec->br_read != NULL)
895 return (soc_decode_win_spec->br_read(i));
896 return (-1);
897}
898
899static uint32_t
900win_cpu_remap_l_read(int i)

Callers 1

soc_dump_decode_winFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected