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

Function win_cpu_remap_l_write

freebsd/arm/mv/mv_common.c:933–939  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

931}
932
933static void
934win_cpu_remap_l_write(int i, uint32_t val)
935{
936
937 if (soc_decode_win_spec->remap_l_write != NULL)
938 soc_decode_win_spec->remap_l_write(i, val);
939}
940
941static void
942win_cpu_remap_h_write(int i, uint32_t val)

Callers 2

decode_win_cpu_setFunction · 0.85
decode_win_cpu_setupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected