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

Function win_idma_can_remap

freebsd/arm/mv/mv_common.c:1877–1886  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1875}
1876
1877static int
1878win_idma_can_remap(int i)
1879{
1880
1881 /* IDMA decode windows 0-3 have remap capability */
1882 if (i < 4)
1883 return (1);
1884
1885 return (0);
1886}
1887
1888void
1889decode_win_idma_setup(u_long base)

Callers 2

decode_win_idma_setupFunction · 0.85
decode_win_idma_dumpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected